refactor: reverse Core↔Differential dependency, make all components independent - #446
Merged
Merged
Annotations
10 warnings and 1 notice
|
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.
|
|
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))'.
|
|
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.
|
|
src/c#/GeneralUpdate.Extension/Tracer/GeneralTracer.cs#L152
Cannot convert null literal to non-nullable reference type.
|
|
src/c#/GeneralUpdate.Differential/Binary/BinaryHandler.cs#L53
Non-nullable field '_patchPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
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.
|
|
src/c#/GeneralUpdate.Differential/Binary/BinaryHandler.cs#L53
Non-nullable field '_newfilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
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.
|
|
src/c#/GeneralUpdate.Differential/Binary/BinaryHandler.cs#L53
Non-nullable field '_oldfilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/c#/GeneralUpdate.Extension/Tracer/TextTraceListener.cs#L53
'TextTraceListener.Dispose()' hides inherited member 'TraceListener.Dispose()'. Use the new keyword if hiding was intended.
|
|
|
The logs for this run have expired and are no longer available.
Loading