Skip to content
Triggered via push March 16, 2024 12:01
Status Success
Total duration 3m 2s
Artifacts

dotnet.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, alirezanet/publish-nuget@v3.1.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: idee5.SourceGenerators/DiagnosticDescriptors.cs#L23
The diagnostic title should not contain a period, nor any line return character, nor any leading or trailing whitespaces
build: idee5.Common/EnumUtils.cs#L54
Dereference of a possibly null reference.
build: idee5.Common/EnumUtils.cs#L56
Dereference of a possibly null reference.
build: idee5.Common/EnumUtils.cs#L95
Dereference of a possibly null reference.
build: idee5.Common/EnumUtils.cs#L96
Dereference of a possibly null reference.
build: idee5.Common/GenerateCommandsAttribute.cs#L26
Non-nullable property 'CommandTemplate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: idee5.Common/GenerateCommandsAttribute.cs#L26
Non-nullable property 'PropertyTemplate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: idee5.Common/ObjectExtensions.cs#L44
Dereference of a possibly null reference.