Skip to content

Bug fixes

Bug fixes #7

Triggered via pull request May 15, 2024 18:56
Status Success
Total duration 34s
Artifacts

unit-tests.yml

on: pull_request
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#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/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/Time.cs#L35
Non-nullable field 'instance' must contain a non-null value when exiting constructor. Consider declaring the field 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/Components/FixedLink.cs#L13
Non-nullable property 'AnchoredEntity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Basalt/Common/Components/FixedLink.cs#L45
Dereference of a possibly null reference.
build: Basalt/Common/Components/FixedLink.cs#L45
Dereference of a possibly null reference.