Merge pull request #23 from kelnishi/il-optimization #63
Annotations
11 warnings
build-and-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-and-test:
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-and-test:
Wacs.Core/Runtime/ExecContext.cs#L265
Dereference of a possibly null reference.
|
build-and-test:
Wacs.Core/Runtime/ExecContext.cs#L272
Dereference of a possibly null reference.
|
build-and-test:
Wacs.Core/Instructions/LocalVariable.cs#L70
Dereference of a possibly null reference.
|
build-and-test:
Wacs.Core/Instructions/LocalVariable.cs#L120
Dereference of a possibly null reference.
|
build-and-test:
Wacs.Core/Instructions/LocalVariable.cs#L175
Dereference of a possibly null reference.
|
build-and-test:
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-and-test:
Wacs.Core/Runtime/ExecContext.cs#L265
Dereference of a possibly null reference.
|
build-and-test:
Wacs.Core/Runtime/ExecContext.cs#L272
Dereference of a possibly null reference.
|
build-and-test:
Wacs.Core/Instructions/LocalVariable.cs#L70
Dereference of a possibly null reference.
|