Skip to content

Cleanups: nullable improvements, use of new C# features #42

Cleanups: nullable improvements, use of new C# features

Cleanups: nullable improvements, use of new C# features #42

Triggered via push August 2, 2023 03:22
Status Success
Total duration 3m 42s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: idee5.SourceGenerators/DiagnosticDescriptors.cs#L23
Enable analyzer release tracking for the analyzer project containing rule 'I50002'
build: idee5.SourceGenerators/DiagnosticDescriptors.cs#L15
Enable analyzer release tracking for the analyzer project containing rule 'I50001'
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/IfExtensions.cs#L26
Possible null reference assignment.
build: idee5.Common/TaskExtensions.cs#L19
Cannot convert null literal to non-nullable reference type.
build: idee5.Common/AmbientTimeProvider.cs#L14
Dereference of a possibly null reference.
build: idee5.Common/AmbientTimeProvider.cs#L17
Dereference of a possibly null reference.
build: idee5.Common/AmbientUserProvider.cs#L14
Dereference of a possibly null reference.
build: idee5.Common/EnumUtils.cs#L54
Dereference of a possibly null reference.
build: idee5.Common/EnumUtils.cs#L56
Dereference of a possibly null reference.