Skip to content

Build and Publish

Build and Publish #2

Triggered via workflow run May 16, 2024 14:40
@thiagomvasthiagomvas
completed 500367b
Status Success
Total duration 36s
Artifacts

build-and-publish.yml

on: workflow_run
Fit to window
Zoom out
Zoom in

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/ChainLink.cs#L11
Non-nullable property 'AnchoredEntity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: Basalt/Common/Utils/ResourceCache.cs#L69
Possible null reference argument for parameter 'anonymousTypeObject' in 'T? JsonConvert.DeserializeAnonymousType<T>(string value, T anonymousTypeObject)'.
publish: Basalt/Common/Utils/ResourceCache.cs#L69
Possible null reference return.
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/Components/ChainLink.cs#L46
Dereference of a possibly null reference.
publish: Basalt/Common/Components/ChainLink.cs#L46
Dereference of a possibly null reference.
publish: 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.
publish: Basalt/Common/Time.cs#L35
Non-nullable field 'instance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish: Basalt/Common/Components/FixedLink.cs#L45
Dereference of a possibly null reference.