Update README.md #23
Annotations
11 warnings
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:
Wacs.Core/Runtime/Delegates.cs#L180
Dereference of a possibly null reference.
|
Build:
Spec.Test/WastJson/WastJson.cs#L25
Non-nullable property 'SourceFilename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Spec.Test/WastJson/WastJson.cs#L28
Non-nullable property 'Commands' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Spec.Test/WastJson/WastJson.cs#L33
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Spec.Test/WastJson/EnumHelper.cs#L32
Converting null literal or possible null value to non-nullable type.
|
Build:
Spec.Test/WastJson/EnumHelper.cs#L32
Possible null reference return.
|
Build:
Spec.Test/WastJson/EnumHelper.cs#L37
Converting null literal or possible null value to non-nullable type.
|
Build:
Spec.Test/WastJson/EnumHelper.cs#L37
Possible null reference return.
|
Build:
Spec.Test/WastJsonTestData.cs#L42
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
|
Build:
Spec.Test/WastJson/Commands.cs#L741
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading