Skip to content

idee5.Common.Data 2.0 release #48

idee5.Common.Data 2.0 release

idee5.Common.Data 2.0 release #48

Triggered via push December 31, 2023 18:16
Status Success
Total duration 2m 57s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/ObservableSortedDictionary.cs#L167
Cannot convert null literal to non-nullable reference type.