Build and Publish #6
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Build:
Basalt/Common/Utils/ResourceCache.cs#L69
Possible null reference argument for parameter 'anonymousTypeObject' in 'T? JsonConvert.DeserializeAnonymousType<T>(string value, T anonymousTypeObject)'.
|
Build:
Basalt/Common/Utils/ResourceCache.cs#L69
Possible null reference return.
|
Build:
Basalt/Common/Utils/ResourceCache.cs#L9
Non-nullable field 'instance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Basalt/Common/Time.cs#L29
Non-nullable field 'instance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Basalt/Common/Components/Rigidbody.cs#L41
Non-nullable field 'physicsEngine' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Basalt/Common/Components/ChainLink.cs#L11
Non-nullable property 'AnchoredEntity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Basalt/Common/Components/ChainLink.cs#L46
Dereference of a possibly null reference.
|
Build:
Basalt/Common/Components/ChainLink.cs#L46
Dereference of a possibly null reference.
|
Build:
Basalt/Common/Physics/Octree.cs#L65
Converting null literal or possible null value to non-nullable type.
|
Loading