Skip to content

refactor: flatten src/c#/ → src/, drop Firmware from slnx #308

refactor: flatten src/c#/ → src/, drop Firmware from slnx

refactor: flatten src/c#/ → src/, drop Firmware from slnx #308

Triggered via push June 23, 2026 16:39
Status Failure
Total duration 1m 25s
Artifacts

ci.yml

on: push
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 20 warnings
build-and-test (ubuntu-latest)
Process completed with exit code 1.
build-and-test (windows-latest)
The strategy configuration was canceled because "build-and-test.ubuntu-latest" failed
build-and-test (windows-latest)
The operation was canceled.
build-and-test (ubuntu-latest): src/GeneralUpdate.Extension/Core/GeneralExtensionHost.cs#L140
Possible null reference argument for parameter 'query' in 'Task<HttpResponseDTO<PagedResultDTO<ExtensionDTO>>> IExtensionHttpClient.QueryExtensionsAsync(ExtensionQueryDTO query, CancellationToken cancellationToken = default(CancellationToken))'.
build-and-test (ubuntu-latest): src/GeneralUpdate.Extension/Tracer/GeneralTracer.cs#L155
Cannot convert null literal to non-nullable reference type.
build-and-test (ubuntu-latest): src/GeneralUpdate.Extension/Tracer/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-and-test (ubuntu-latest): src/GeneralUpdate.Extension/Tracer/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-and-test (ubuntu-latest): src/GeneralUpdate.Extension/Tracer/TextTraceListener.cs#L55
'TextTraceListener.Dispose()' hides inherited member 'TraceListener.Dispose()'. Use the new keyword if hiding was intended.
build-and-test (ubuntu-latest): src/GeneralUpdate.Bowl/Tracer/GeneralTracer.cs#L152
Cannot convert null literal to non-nullable reference type.
build-and-test (ubuntu-latest): src/GeneralUpdate.Bowl/Tracer/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-and-test (ubuntu-latest): src/GeneralUpdate.Bowl/Tracer/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-and-test (ubuntu-latest): src/GeneralUpdate.Bowl/Tracer/TextTraceListener.cs#L55
'TextTraceListener.Dispose()' hides inherited member 'TraceListener.Dispose()'. Use the new keyword if hiding was intended.
aot-verify: src/GeneralUpdate.Differential/Binary/BZip2OutputStream.cs#L144
Non-nullable field 'ftab' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
aot-verify: src/GeneralUpdate.Differential/Binary/BZip2OutputStream.cs#L144
Non-nullable field 'szptr' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
aot-verify: src/GeneralUpdate.Differential/Binary/BZip2OutputStream.cs#L144
Non-nullable field 'zptr' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
aot-verify: src/GeneralUpdate.Differential/Binary/BZip2OutputStream.cs#L144
Non-nullable field 'quadrant' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
aot-verify: src/GeneralUpdate.Differential/Binary/BZip2OutputStream.cs#L144
Non-nullable field 'block' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
aot-verify: src/GeneralUpdate.Differential/Binary/BZip2InputStream.cs#L130
Non-nullable field 'baseStream' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
aot-verify: src/GeneralUpdate.Differential/Binary/BZip2InputStream.cs#L130
Non-nullable field 'll8' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
aot-verify: src/GeneralUpdate.Differential/Binary/BZip2InputStream.cs#L130
Non-nullable field 'tt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
aot-verify
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsAotCompatible>
aot-verify
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: