Switch to GitHub Actions for all CI #10
Annotations
5 warnings
src/PowerShellEditorServices/Services/TextDocument/Handlers/DidChangeWatchedFilesHandler.cs#L50
Possible null reference assignment.
|
test/PowerShellEditorServices.Test.E2E/LanguageServerProtocolMessageTests.cs#L31
'LanguageServerProtocolMessageTests' is coupled with '120' different types from '31' different namespaces. Rewrite or refactor the code to decrease its class coupling below '96'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1506)
|
test/PowerShellEditorServices.Test.E2E/LSPTestsFixures.cs#L44
'InitializeAsync' is coupled with '42' different types from '21' different namespaces. Rewrite or refactor the code to decrease its class coupling below '41'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1506)
|
test/PowerShellEditorServices.Test.E2E/LanguageServerProtocolMessageTests.cs#L427
The literal or constant value "function CanSendDocumentSymbolRequest ()" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'CanSendDocumentSymbolRequestAsync' on type 'LanguageServerProtocolMessageTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
test/PowerShellEditorServices.Test.E2E/LanguageServerProtocolMessageTests.cs#L428
The literal or constant value SymbolKind.Function should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'CanSendDocumentSymbolRequestAsync' on type 'LanguageServerProtocolMessageTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
The logs for this run have expired and are no longer available.
Loading