-
Notifications
You must be signed in to change notification settings - Fork 142
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
SCAN4NET-175 Remove .NET 6 SDK related tests #2273
Conversation
its/src/test/java/com/sonar/it/scanner/msbuild/sonarqube/ScannerMSBuildTest.java
Outdated
Show resolved
Hide resolved
...pplication.net9.withoutSourceGenerators/RazorWebApplication.net6.withoutSourceGenerators.sln
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
This task extended more than I initially thought.
There are a few more occurrences that can be handled in a separate PR:
https://github.com/SonarSource/sonar-scanner-msbuild/blob/master/its/projects/TwoDrivesThreeProjects/DefaultDrive/DefaultDriveFirstProject.csproj#L5
https://github.com/SonarSource/sonar-scanner-msbuild/blob/master/its/projects/TwoDrivesThreeProjects/DefaultDriveSecondProject/DefaultDriveSecondProject.vbproj#L6
https://github.com/SonarSource/sonar-scanner-msbuild/blob/master/its/projects/TwoDrivesThreeProjects/DriveY/Subfolder/DriveY.csproj#L5
https://github.com/SonarSource/sonar-scanner-msbuild/blob/master/its/projects/TwoDrivesTwoProjects/DefaultDrive/DefaultDrive.csproj#L5
https://github.com/SonarSource/sonar-scanner-msbuild/blob/master/its/projects/TwoDrivesTwoProjects/DriveZ/Subfolder/DriveZ.csproj
https://github.com/SonarSource/sonar-scanner-msbuild/blob/master/its/projects/VueWithAspBackend/AspBackend/AspBackend.csproj#L4
https://github.com/SonarSource/sonar-scanner-msbuild/blob/master/Tests/SonarScanner.MSBuild.Tasks.IntegrationTest/E2ETests/E2EAnalysisTests.cs#L656
https://github.com/SonarSource/sonar-scanner-msbuild/blob/master/Tests/SonarScanner.MSBuild.TFS.Test/Resources/Readme.md?plain=1#L2
https://github.com/SonarSource/sonar-scanner-msbuild/blob/master/Tests/SonarScanner.MSBuild.TFS.Test/Resources/Readme.md?plain=1#L20
Quality Gate passedIssues Measures |
SCAN4NET-175