Adding net8.0 support for Wacs.Console AOT build #72
Annotations
10 warnings
build-and-test:
Wacs.Core/Modules/Sections/StackCalculator.cs#L219
Nullability of reference types in type of parameter 'objIsNotNull' of 'void StackCalculator.Assert(object objIsNotNull, string message)' doesn't match implicitly implemented member 'void IWasmValidationContext.Assert(object? objIsNotNull, string message)' (possibly because of nullability attributes).
|
build-and-test:
Wacs.Core/Types/IndexSpace.cs#L77
Introducing a 'Finalize' method can interfere with destructor invocation. Did you intend to declare a destructor?
|
build-and-test:
Wacs.Core/Runtime/Store.cs#L48
Possible null reference return.
|
build-and-test:
Wacs.Core/Runtime/Frame.cs#L38
Non-nullable field 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-and-test:
Wacs.Core/Runtime/Frame.cs#L41
Non-nullable field 'TopLabel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-and-test:
Wacs.Core/Runtime/ExecContext.cs#L267
Dereference of a possibly null reference.
|
build-and-test:
Wacs.Core/Runtime/ExecContext.cs#L274
Dereference of a possibly null reference.
|
build-and-test:
Wacs.Core/Runtime/Types/FunctionInstance.cs#L35
Non-nullable field 'Body' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-and-test:
Wacs.Core/Instructions/LocalVariable.cs#L209
Dereference of a possibly null reference.
|
build-and-test:
Wacs.Core/Instructions/LocalVariable.cs#L144
Dereference of a possibly null reference.
|