Skip to content

add query extensions api #276

add query extensions api

add query extensions api #276

Triggered via push February 6, 2026 13:41
Status Success
Total duration 1m 58s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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/Shared/Object/ConfigurationMapper.cs#L21
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.
build
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsAotCompatible>
build
IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For example: