Skip to content

Added AOT publishing Fix #1 #7

Added AOT publishing Fix #1

Added AOT publishing Fix #1 #7

Re-run triggered November 3, 2023 01:14
Status Success
Total duration 4m 13s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.