Skip to content

Update dotnet-aot-check.yaml #21

Update dotnet-aot-check.yaml

Update dotnet-aot-check.yaml #21

Triggered via push December 27, 2025 04:23
Status Failure
Total duration 1m 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/c#/GeneralUpdate.Common/Shared/Trace/GeneralTracer.cs#L15
Non-nullable field '_fileListener' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/c#/GeneralUpdate.Common/Shared/Trace/GeneralTracer.cs#L15
Non-nullable field '_currentLogDate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L75
Cannot convert null literal to non-nullable reference type.
build: src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L75
Cannot convert null literal to non-nullable reference type.
build: src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L62
Cannot convert null literal to non-nullable reference type.
build: src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L61
Cannot convert null literal to non-nullable reference type.
build: src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L34
Cannot convert null literal to non-nullable reference type.
build: src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L33
Cannot convert null literal to non-nullable reference type.
build: src/c#/GeneralUpdate.Common/FileBasic/StorageManager.cs#L241
Cannot convert null literal to non-nullable reference type.
build: src/c#/GeneralUpdate.Common/Shared/Trace/TextTraceListener.cs#L53
'TextTraceListener.Dispose()' hides inherited member 'TraceListener.Dispose()'. Use the new keyword if hiding was intended.