Skip to content

TypeScript/JavaScript EDK #444

TypeScript/JavaScript EDK

TypeScript/JavaScript EDK #444

Triggered via pull request January 19, 2024 18:48
Status Failure
Total duration 57s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test-csharp.yml

on: pull_request
test-csharp
47s
test-csharp
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
test-csharp
Process completed with exit code 1.
test-csharp: extensions/chord.common/Extensions/StringExtensions.cs#L53
Possible null reference assignment.
test-csharp: extensions/chord.common/Extensions/StringExtensions.cs#L58
Possible null reference assignment.
test-csharp: extensions/chord.common/Extensions/StringExtensions.cs#L59
Possible null reference assignment.
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/Watcher.cs#L138
Avoid "async void" methods, because any exceptions not handled by the method will crash the process. (https://github.com/Microsoft/vs-threading/blob/master/doc/analyzers/VSTHRD100.md)
test-csharp: Compiler/Watcher.cs#L222
Avoid "async void" methods, because any exceptions not handled by the method will crash the process. (https://github.com/Microsoft/vs-threading/blob/master/doc/analyzers/VSTHRD100.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.