File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<PropertyGroup Label =" MSBuild" >
11
- <!-- Skip EmittedNoClassDefFoundError & ClassFormatError -->
12
- <NoWarn >IKVMC0101;IKVMC0111;$(NoWarn)</NoWarn >
11
+ <!--
12
+ Skip expected diagnostics.
13
+ Catch authoring/dependency issues in automated Tests.
14
+
15
+ IKVM0100: Class Not Found
16
+ IKVM0101: Class Format Error (not Java 8)
17
+ IKVM0105: Missing Class
18
+ IKVM0111: Emitted NoClassDefFoundError
19
+ -->
20
+ <NoWarn >IKVM0100;IKVM0101;IKVM0105;IKVM0111;$(NoWarn)</NoWarn >
13
21
</PropertyGroup >
14
22
15
23
</Project >
Original file line number Diff line number Diff line change 19
19
<PackageReference Update =" CommunityToolkit.Mvvm" Version =" 8.2.2" />
20
20
<PackageReference Update =" DotNetProjects.Extended.Wpf.Toolkit" Version =" 5.0.100" />
21
21
<PackageReference Update =" ExceptionReporter " Version =" 2.4.2" />
22
- <PackageReference Update =" IKVM" Version =" 8.11.0-dev.50 " />
22
+ <PackageReference Update =" IKVM" Version =" 8.11.0-dev.181 " />
23
23
<PackageReference Update =" Microsoft.Build.Utilities.Core" Version =" 17.1.0" />
24
24
<PackageReference Update =" Microsoft.CSharp" Version =" 4.7.0" />
25
25
<PackageReference Update =" Microsoft.NET.Test.Sdk" Version =" 17.1.0" />
Original file line number Diff line number Diff line change 1
1
{
2
2
"msbuild-sdks" : {
3
- "IKVM.NET.Sdk" : " 8.11.0-dev.50 " ,
3
+ "IKVM.NET.Sdk" : " 8.11.0-dev.181 " ,
4
4
"Microsoft.Build.NoTargets" : " 3.7.56" ,
5
5
"Microsoft.Build.Traversal" : " 4.1.0"
6
6
}
You can’t perform that action at this time.
0 commit comments