File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <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 >
1321 </PropertyGroup >
1422
1523</Project >
Original file line number Diff line number Diff line change 1919 <PackageReference Update =" CommunityToolkit.Mvvm" Version =" 8.2.2" />
2020 <PackageReference Update =" DotNetProjects.Extended.Wpf.Toolkit" Version =" 5.0.100" />
2121 <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.186 " />
2323 <PackageReference Update =" Microsoft.Build.Utilities.Core" Version =" 17.1.0" />
2424 <PackageReference Update =" Microsoft.CSharp" Version =" 4.7.0" />
2525 <PackageReference Update =" Microsoft.NET.Test.Sdk" Version =" 17.1.0" />
Original file line number Diff line number Diff line change 1414
1515 <ItemGroup >
1616 <PackageReference Include =" IKVM" />
17+ <PackageReference Include =" Microsoft.CSharp" />
1718 </ItemGroup >
1819
1920 <ItemGroup >
Original file line number Diff line number Diff line change 11{
22 "msbuild-sdks" : {
3- "IKVM.NET.Sdk" : " 8.11.0-dev.50 " ,
3+ "IKVM.NET.Sdk" : " 8.11.0-dev.186 " ,
44 "Microsoft.Build.NoTargets" : " 3.7.56" ,
55 "Microsoft.Build.Traversal" : " 4.1.0"
66 }
You can’t perform that action at this time.
0 commit comments