Build and Publish #18
Triggered via workflow run
June 18, 2024 21:13
thiagomvas
completed
efc87b4
Status
Success
Total duration
36s
Artifacts
–
Annotations
12 warnings
publish
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/.
|
publish
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/
|
publish
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.
|
publish:
Basalt/Common/Components/BaseParticleSystem.cs#L79
Dereference of a possibly null reference.
|
publish:
Basalt/Common/Utils/ResourceCache.cs#L92
Possible null reference assignment.
|
publish:
Basalt/Common/Utils/ResourceCache.cs#L97
Possible null reference assignment.
|
publish:
Basalt/Common/Utils/ResourceCache.cs#L116
Converting null literal or possible null value to non-nullable type.
|
publish:
Basalt/Common/Utils/ResourceCache.cs#L117
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
publish:
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.
|
publish:
Basalt/Common/Time.cs#L29
Non-nullable field 'instance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
publish:
Basalt/Utility/CircularBuffer.cs#L134
Possible null reference assignment.
|
publish:
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.
|