Cleanup #76
Annotations
10 warnings
Build:
Wacs.Core/Types/IndexSpace.cs#L77
Introducing a 'Finalize' method can interfere with destructor invocation. Did you intend to declare a destructor?
|
Build:
Wacs.Core/Instructions/Control.cs#L74
Non-nullable field 'Block' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
Wacs.Core/Instructions/IBlockInstruction.cs#L40
Non-nullable field 'EnclosingBlock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
Wacs.Core/Instructions/IBlockInstruction.cs#L41
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:
Wacs.Core/Instructions/LocalVariable.cs#L85
Dereference of a possibly null reference.
|
Build:
Wacs.Core/Instructions/LocalVariable.cs#L144
Dereference of a possibly null reference.
|
Build:
Wacs.Core/Instructions/LocalVariable.cs#L156
Dereference of a possibly null reference.
|
Build:
Wacs.Core/Instructions/LocalVariable.cs#L209
Dereference of a possibly null reference.
|
Build:
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:
Wacs.Core/Runtime/Store.cs#L48
Possible null reference return.
|
Loading