Skip to content

Better nullability support and muti-targetting# #43

Better nullability support and muti-targetting#

Better nullability support and muti-targetting# #43

Triggered via push December 4, 2023 18:06
Status Success
Total duration 5m 49s
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/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.
build: idee5.Common/ObservableDictionary.cs#L59
Non-nullable field '_siInfo' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: idee5.Common/ObservableSortedDictionary.cs#L167
Cannot convert null literal to non-nullable reference type.