Feat/chain count threshold#532
Merged
Merged
Annotations
10 warnings
|
Build:
src/c#/GeneralUpdate.Bowl/Tracer/GeneralTracer.cs#L152
Cannot convert null literal to non-nullable reference type.
|
|
Build:
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:
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:
src/c#/GeneralUpdate.Bowl/Tracer/TextTraceListener.cs#L55
'TextTraceListener.Dispose()' hides inherited member 'TraceListener.Dispose()'. Use the new keyword if hiding was intended.
|
|
Build:
src/c#/GeneralUpdate.Extension/Core/GeneralExtensionHost.cs#L142
Possible null reference return.
|
|
Build:
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:
src/c#/GeneralUpdate.Extension/Tracer/GeneralTracer.cs#L155
Cannot convert null literal to non-nullable reference type.
|
|
Build:
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:
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:
src/c#/GeneralUpdate.Extension/Tracer/TextTraceListener.cs#L55
'TextTraceListener.Dispose()' hides inherited member 'TraceListener.Dispose()'. Use the new keyword if hiding was intended.
|
background
wait
wait-all
cancel
parallel
Loading