fix: ReportUrl 可选 & IUpdateReporter 注入修复 #164
ci.yml
on: pull_request
aot-verify
1m 26s
Matrix: build-and-test
Annotations
30 warnings and 2 notices
|
build-and-test (ubuntu-latest):
src/c#/GeneralUpdate.Bowl/Strategys/MonitorParameter.cs#L6
Non-nullable property 'TargetPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test (ubuntu-latest):
src/c#/GeneralUpdate.Bowl/Internal/CrashReporter.cs#L26
'MonitorParameter' is obsolete: 'Use BowlContext instead. Will be removed in v10.'
|
|
build-and-test (ubuntu-latest):
src/c#/GeneralUpdate.Bowl/Internal/Crash.cs#L10
Non-nullable property 'ProcdumpOutPutLines' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test (ubuntu-latest):
src/c#/GeneralUpdate.Bowl/Internal/Crash.cs#L8
Non-nullable property 'Parameter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test (ubuntu-latest):
src/c#/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/c#/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/c#/GeneralUpdate.Bowl/Internal/Crash.cs#L8
'MonitorParameter' is obsolete: 'Use BowlContext instead. Will be removed in v10.'
|
|
build-and-test (ubuntu-latest):
src/c#/GeneralUpdate.Bowl/Tracer/TextTraceListener.cs#L53
'TextTraceListener.Dispose()' hides inherited member 'TraceListener.Dispose()'. Use the new keyword if hiding was intended.
|
|
build-and-test (ubuntu-latest):
src/c#/GeneralUpdate.Bowl/Bowl.cs#L287
'MonitorParameter' is obsolete: 'Use BowlContext instead. Will be removed in v10.'
|
|
build-and-test (ubuntu-latest):
src/c#/GeneralUpdate.Bowl/Bowl.cs#L265
'MonitorParameter' is obsolete: 'Use BowlContext instead. Will be removed in v10.'
|
|
aot-verify:
src/c#/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/c#/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/c#/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/c#/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/c#/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/c#/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/c#/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/c#/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:
|
|
build-and-test (windows-latest):
src/c#/GeneralUpdate.Extension/Core/GeneralExtensionHost.cs#L136
Possible null reference argument for parameter 'query' in 'Task<HttpResponseDTO<PagedResultDTO<ExtensionDTO>>> IExtensionHttpClient.QueryExtensionsAsync(ExtensionQueryDTO query, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
build-and-test (windows-latest):
src/c#/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.
|
|
build-and-test (windows-latest):
src/c#/GeneralUpdate.Extension/Tracer/GeneralTracer.cs#L152
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test (windows-latest):
src/c#/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.
|
|
build-and-test (windows-latest):
src/c#/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 (windows-latest):
src/c#/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.
|
|
build-and-test (windows-latest):
src/c#/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 (windows-latest):
src/c#/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.
|
|
build-and-test (windows-latest):
src/c#/GeneralUpdate.Extension/Tracer/TextTraceListener.cs#L53
'TextTraceListener.Dispose()' hides inherited member 'TraceListener.Dispose()'. Use the new keyword if hiding was intended.
|
|
build-and-test (windows-latest):
src/c#/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
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
build-and-test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|