Skip to content

Internal switch to LoggerMessage instead of resource strings #59

Internal switch to LoggerMessage instead of resource strings

Internal switch to LoggerMessage instead of resource strings #59

Triggered via push April 10, 2024 13:30
Status Success
Total duration 4m 9s
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.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.
build: idee5.Common/ObservableDictionary.cs#L59
Non-nullable event 'CollectionChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: idee5.Common/ObservableDictionary.cs#L59
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.