Publish NuGet to releases #832
dotnet-ci.yaml
on: workflow_dispatch
build-and-publish
2m 4s
Annotations
2 errors and 10 warnings
|
build-and-publish
Process completed with exit code 1.
|
|
build-and-publish
Cannot create a package that has no dependencies nor content.
|
|
build-and-publish:
src/c#/GeneralUpdate.Extension/Core/GeneralExtensionHost.cs#L142
Possible null reference return.
|
|
build-and-publish:
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-publish:
src/c#/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-publish:
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-publish:
src/c#/GeneralUpdate.Extension/Tracer/TextTraceListener.cs#L55
'TextTraceListener.Dispose()' hides inherited member 'TraceListener.Dispose()'. Use the new keyword if hiding was intended.
|
|
build-and-publish:
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.
|
|
build-and-publish:
src/c#/GeneralUpdate.Bowl/Tracer/GeneralTracer.cs#L152
Cannot convert null literal to non-nullable reference type.
|
|
build-and-publish:
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-publish:
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-publish:
src/c#/GeneralUpdate.Bowl/Tracer/TextTraceListener.cs#L55
'TextTraceListener.Dispose()' hides inherited member 'TraceListener.Dispose()'. Use the new keyword if hiding was intended.
|