Bump Microsoft.Kiota.Abstractions from 1.8.4 to 1.9.1 #3851
unit-tests.yml
on: pull_request
CLI Tool
13m 11s
VS Mac Extension
2m 56s
VSIX Extension
11m 32s
Annotations
19 warnings
VS Mac Extension:
src/Core/ApiClientCodeGen.Core/Installer/DependencyInstaller.cs#L65
Possible null reference argument for parameter 'data' in 'void IRemoteLogger.WriteLine(object data)'.
|
VS Mac Extension:
src/Core/ApiClientCodeGen.Core/Installer/DependencyInstaller.cs#L79
The variable 'e' is declared but never used
|
VS Mac Extension:
src/Core/ApiClientCodeGen.Core/Generators/NSwagStudio/NSwagStudioCodeGenerator.cs#L84
Converting null literal or possible null value to non-nullable type.
|
VS Mac Extension:
src/Core/ApiClientCodeGen.Core/Generators/Kiota/KiotaConfiguration.cs#L4
Move 'KiotaConfiguration' into a named namespace. (https://rules.sonarsource.com/csharp/RSPEC-3903)
|
VS Mac Extension:
src/Core/ApiClientCodeGen.Core/TestingUtility.cs#L14
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
VS Mac Extension:
src/Core/ApiClientCodeGen.Core/ProjectFileUpdater.cs#L34
The collection-specific "TrueForAll" method should be used instead of the "All" extension (https://rules.sonarsource.com/csharp/RSPEC-6603)
|
VS Mac Extension:
src/Core/ApiClientCodeGen.Core/Installer/DependencyInstaller.cs#L63
Remove this unnecessary check for null. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583)
|
VS Mac Extension:
src/Core/ApiClientCodeGen.Tests.Common/Fixtures/KiotaCodeGeneratorFixture.cs#L20
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
VS Mac Extension:
src/Core/ApiClientCodeGen.Tests.Common/Fixtures/OpenApi3/Yaml/KiotaCodeGeneratorFixture.cs#L20
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
CLI Tool:
src/Core/ApiClientCodeGen.Core/Installer/DependencyInstaller.cs#L65
Possible null reference argument for parameter 'data' in 'void IRemoteLogger.WriteLine(object data)'.
|
CLI Tool:
src/Core/ApiClientCodeGen.Core/Installer/DependencyInstaller.cs#L79
The variable 'e' is declared but never used
|
CLI Tool:
src/Core/ApiClientCodeGen.Core/Generators/NSwagStudio/NSwagStudioCodeGenerator.cs#L84
Converting null literal or possible null value to non-nullable type.
|
CLI Tool:
src/Core/ApiClientCodeGen.Core/Generators/Kiota/KiotaConfiguration.cs#L4
Move 'KiotaConfiguration' into a named namespace. (https://rules.sonarsource.com/csharp/RSPEC-3903)
|
CLI Tool:
src/Core/ApiClientCodeGen.Core/TestingUtility.cs#L14
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
CLI Tool:
src/Core/ApiClientCodeGen.Core/ProjectFileUpdater.cs#L34
The collection-specific "TrueForAll" method should be used instead of the "All" extension (https://rules.sonarsource.com/csharp/RSPEC-6603)
|
CLI Tool:
src/Core/ApiClientCodeGen.Core/Installer/DependencyInstaller.cs#L63
Remove this unnecessary check for null. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583)
|
CLI Tool:
src/Core/ApiClientCodeGen.Tests.Common/Fixtures/KiotaCodeGeneratorFixture.cs#L20
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
CLI Tool:
src/Core/ApiClientCodeGen.Tests.Common/Fixtures/OpenApi3/Yaml/KiotaCodeGeneratorFixture.cs#L20
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
CLI Tool:
src/Core/ApiClientCodeGen.Core/Installer/DependencyInstaller.cs#L65
Possible null reference argument for parameter 'data' in 'void IRemoteLogger.WriteLine(object data)'.
|