Skip to content

Adapt to .NET 10 New Features #31

Adapt to .NET 10 New Features

Adapt to .NET 10 New Features #31

Triggered via pull request January 6, 2026 16:25
@JusterZhuJusterZhu
synchronize #95
script
Status Success
Total duration 1m 48s
Artifacts

dotnet-aot-check.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/c#/GeneralUpdate.ClientCore/GeneralClientBootstrap.cs#L70
Dereference of a possibly null reference.
build: src/c#/GeneralUpdate.ClientCore/GeneralClientBootstrap.cs#L49
Dereference of a possibly null reference.
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.