.NET #241
Annotations
20 warnings
GitHubAction/UploadArtifactApi/HttpArtifactUploadApi.cs#L54
Possible null reference return.
|
GitHubAction/UploadArtifactApi/HttpArtifactUploadApi.cs#L12
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
|
GitHubAction/GitHubAction.domain/Entities/Inputs.cs#L11
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
GitHubAction/Package.Builder/PackageBuilder.cs#L115
Dereference of a possibly null reference.
|
GitHubAction/Package.Builder/PackageBuilder.cs#L109
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
GitHubAction/Package.Builder/PackageBuilder.cs#L73
Make '_presenter' 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2933)
|
GitHubAction/Package.Builder/PackageBuilder.cs#L21
Refactor 'Logging' into a method, properties should not copy collections. (https://rules.sonarsource.com/csharp/RSPEC-2365)
|
GitHubAction/Package.Builder/PackageBuilder.cs#L49
Rename parameter 'warning' to 'debug' to match the interface declaration. (https://rules.sonarsource.com/csharp/RSPEC-927)
|
GitHubAction/Package.Builder/PackageBuilder.cs#L115
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
GitHubAction/Package.Builder/PackageBuilder.cs#L150
Split this method into two, one handling parameters check and the other handling the asynchronous code. (https://rules.sonarsource.com/csharp/RSPEC-4457)
|
GitHubAction/GITTest/GITInfoTest.cs#L15
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.
|
GitHubAction/GITTest/GITInfoTest.cs#L24
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.
|
GitHubAction/Package.Builder/PackageBuilder.cs#L115
Dereference of a possibly null reference.
|
GitHubAction/GitHubAction.domain/Entities/Inputs.cs#L11
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
GitHubAction/UploadArtifactApi/HttpArtifactUploadApi.cs#L54
Possible null reference return.
|
GitHubAction/GitHubAction/IOutputPathProvider.cs#L11
Non-nullable property 'BasePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
GitHubAction/GitHubAction/Factories/CatalogDataFactory.cs#L19
Possible null reference argument for parameter 'tag' in 'string IGitInfo.GetCurrentBranch(string tag)'.
|
GitHubAction/GitHubAction.UnitTest/GitHubActionTests.cs#L40
Non-nullable field '_uriServiceMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
GitHubAction/GitHubAction.UnitTest/GitHubActionTests.cs#L41
Non-nullable field '_outputPathProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
GitHubAction/GitHubAction.UnitTest/GitHubActionTests.cs#L42
Non-nullable field '_gitInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
This job succeeded
Loading