We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the addition of the ScenarioTests, there are now some redundant tests in the SmokeTests. An example is https://github.com/dotnet/dotnet/blob/main/test/Microsoft.DotNet.SourceBuild.SmokeTests/BasicScenarioTests.cs and https://github.com/dotnet/dotnet/blob/main/test/Microsoft.DotNet.SourceBuild.SmokeTests/WebScenarioTests.cs. Other candidates to investigate are https://github.com/dotnet/dotnet/blob/main/test/Microsoft.DotNet.SourceBuild.SmokeTests/DotNetFormatTests.cs and https://github.com/dotnet/dotnet/blob/main/test/Microsoft.DotNet.SourceBuild.SmokeTests/DotNetWatchTests.cs
The text was updated successfully, but these errors were encountered:
UpdateNuGetConfigPackageSourcesMappings
There's also some duplicated logic, e.g. https://github.com/dotnet/dotnet/blob/b730eaba60aa3a41f301a2215d3266df820420a2/test/Microsoft.DotNet.SourceBuild.Tests/TestScenario.cs#L39-L44 where I made some fixes in scenario-tests: dotnet/scenario-tests@f4af055
Sorry, something went wrong.
No branches or pull requests
With the addition of the ScenarioTests, there are now some redundant tests in the SmokeTests. An example is https://github.com/dotnet/dotnet/blob/main/test/Microsoft.DotNet.SourceBuild.SmokeTests/BasicScenarioTests.cs and https://github.com/dotnet/dotnet/blob/main/test/Microsoft.DotNet.SourceBuild.SmokeTests/WebScenarioTests.cs. Other candidates to investigate are https://github.com/dotnet/dotnet/blob/main/test/Microsoft.DotNet.SourceBuild.SmokeTests/DotNetFormatTests.cs and https://github.com/dotnet/dotnet/blob/main/test/Microsoft.DotNet.SourceBuild.SmokeTests/DotNetWatchTests.cs
The text was updated successfully, but these errors were encountered: