Skip to content

Commit a7e4c3e

Browse files
Add test
1 parent f76d4a0 commit a7e4c3e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

its/src/test/java/com/sonar/it/scanner/msbuild/sonarqube/SolutionKindTest.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,13 @@ void sdk8() {
165165
@Test
166166
// dotnet sdk tests should run only on VS 2022 and above
167167
@MSBuildMinVersion(17)
168+
void sdk9() {
169+
validateCSharpSdk("CSharp.SDK.9");
170+
}
171+
172+
@Test
173+
// dotnet sdk tests should run only on VS 2022
174+
@MSBuildMinVersion(17)
168175
void net8_NoAnalysisWarnings() {
169176
var context = AnalysisContext.forServer("CSharp.SDK.8");
170177
var result = context.runAnalysis();

0 commit comments

Comments
 (0)