Added AOT publishing Fix #1 #2
Merged
Annotations
5 warnings
wcjvm/Program.cs#L128
Unboxing a possibly null value.
|
wcjvm/Program.cs#L263
Converting null literal or possible null value to non-nullable type.
|
wcjvm/Program.cs#L266
Dereference of a possibly null reference.
|
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.
|
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.
|
The logs for this run have expired and are no longer available.
Loading