Skip to content

Merge pull request #13 from thiagomvas/improved-event-system #18

Merge pull request #13 from thiagomvas/improved-event-system

Merge pull request #13 from thiagomvas/improved-event-system #18

Triggered via push May 24, 2024 02:02
Status Success
Total duration 31s
Artifacts

unit-tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: Basalt/Common/Utils/ResourceCache.cs#L65
Possible null reference return.
build: Basalt/Common/Utils/ResourceCache.cs#L88
Possible null reference assignment.
build: Basalt/Common/Utils/ResourceCache.cs#L106
Converting null literal or possible null value to non-nullable type.
build: Basalt/Common/Utils/ResourceCache.cs#L107
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
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/FixedLink.cs#L11
Non-nullable property 'AnchoredEntity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Basalt/Common/Physics/Octree.cs#L65
Converting null literal or possible null value to non-nullable type.
build: Basalt/Common/Components/FixedLink.cs#L43
Dereference of a possibly null reference.