feat(cli): POSIX CLI refactor #427
Annotations
1 error and 7 warnings
test-csharp
Process completed with exit code 1.
|
test-csharp:
Core/Logging/DiagnosticLogger.Enhanced.cs#L39
Nullable value type may be null.
|
test-csharp:
Core/Logging/DiagnosticLogger.Enhanced.cs#L43
Nullable value type may be null.
|
test-csharp:
Core/Logging/DiagnosticLogger.Format.cs#L27
'LogFormatter.Structured' is obsolete: 'Use Enhanced instead of Structure'
|
test-csharp:
Core/Logging/DiagnosticLogger.cs#L17
The field 'DiagnosticLogger._diagnosticsSupressed' is assigned but its value is never used
|
test-csharp:
Compiler/Options/DiagnosticFormatOption.cs#L65
'LogFormatter.Structured' is obsolete: 'Use Enhanced instead of Structure'
|
test-csharp:
Compiler/Commands/BuildCommand.cs#L41
CopyTo synchronously blocks. Await CopyToAsync instead. (https://github.com/Microsoft/vs-threading/blob/master/doc/analyzers/VSTHRD103.md)
|
test-csharp
The 'dotnet-quality' input can be used only with .NET SDK version in A.B, A.B.x, A, A.x and A.B.Cxx formats where the major tag is higher than 5. You specified: 5.0.x. 'dotnet-quality' input is ignored.
|