Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix libraries being handled as test projects #2898

Commits on May 16, 2024

  1. Fix libraries being handled as test projects

    It caused error messages to printed by Visual Studio when discovering and executing tests.
    
    Such as:
    ```
    Test project Swashbuckle.AspNetCore.ApiTesting.Xunit does not reference any .NET NuGet adapter. Test discovery or execution might not work for this project.
    ```
    
    and:
    ```
    Could not find testhost
    ```
    patrikwlund committed May 16, 2024
    Configuration menu
    Copy the full SHA
    09b9175 View commit details
    Browse the repository at this point in the history