Added AOT publishing Fix #1 #7
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
15 warnings
build:
wcjvm/Program.cs#L128
Unboxing a possibly null value.
|
build:
wcjvm/Program.cs#L263
Converting null literal or possible null value to non-nullable type.
|
build:
wcjvm/Program.cs#L266
Dereference of a possibly null reference.
|
build:
wcjvm/Program.cs#L108
Using member 'System.Runtime.InteropServices.Marshal.SizeOf(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object might not be available. Use the SizeOf<T> overload instead.
|
build:
wcjvm/Program.cs#L128
Using member 'System.Runtime.InteropServices.Marshal.PtrToStructure(nint, Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object might not be available.
|
build:
wcjvm/Program.cs#L128
Unboxing a possibly null value.
|
build:
wcjvm/Program.cs#L263
Converting null literal or possible null value to non-nullable type.
|
build:
wcjvm/Program.cs#L266
Dereference of a possibly null reference.
|
build:
wcjvm/Program.cs#L108
Using member 'System.Runtime.InteropServices.Marshal.SizeOf(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object might not be available. Use the SizeOf<T> overload instead.
|
build:
wcjvm/Program.cs#L128
Using member 'System.Runtime.InteropServices.Marshal.PtrToStructure(nint, Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object might not be available.
|
windows:
wcjvm/Program.cs#L128
Unboxing a possibly null value.
|
windows:
wcjvm/Program.cs#L263
Converting null literal or possible null value to non-nullable type.
|
windows:
wcjvm/Program.cs#L266
Dereference of a possibly null reference.
|
windows:
wcjvm/Program.cs#L108
Using member 'System.Runtime.InteropServices.Marshal.SizeOf(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object might not be available. Use the SizeOf<T> overload instead.
|
windows:
wcjvm/Program.cs#L128
Using member 'System.Runtime.InteropServices.Marshal.PtrToStructure(nint, Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object might not be available.
|