We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9ce03 commit d5760f5Copy full SHA for d5760f5
its/src/test/java/com/sonar/it/scanner/msbuild/sonarqube/SolutionKindTest.java
@@ -52,6 +52,7 @@ class SolutionKindTest {
52
// error MSB4018: System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
53
// at System.Security.Cryptography.MD5CryptoServiceProvider..ctor()
54
@MSBuildMinVersion(16)
55
+ @MSBuildMaxVersion(17)
56
@WorkloadPrerequisite(Workload.XAMARIN_BUILD_TOOLS)
57
void xaml() {
58
var context = AnalysisContext.forServer("XamarinApplication");
0 commit comments