Skip to content

Update version

Update version #232

Triggered via push April 8, 2024 12:58
Status Success
Total duration 1m 44s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: 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.
build: 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.
build: GitHubAction/UploadArtifactApi/HttpArtifactUploadApi.cs#L54
Possible null reference return.
build: GitHubAction/UploadArtifactApi/HttpArtifactUploadApi.cs#L12
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
build: GitHubAction/GitHubAction.domain/Entities/Inputs.cs#L11
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GitHubAction/Package.Builder/PackageBuilder.cs#L115
Dereference of a possibly null reference.
build: GitHubAction/Package.Builder/PackageBuilder.cs#L73
Make '_presenter' 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2933)
build: GitHubAction/Package.Builder/PackageBuilder.cs#L21
Refactor 'Logging' into a method, properties should not copy collections. (https://rules.sonarsource.com/csharp/RSPEC-2365)
build: GitHubAction/Package.Builder/PackageBuilder.cs#L109
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build: GitHubAction/Package.Builder/PackageBuilder.cs#L49
Rename parameter 'warning' to 'debug' to match the interface declaration. (https://rules.sonarsource.com/csharp/RSPEC-927)
build: GitHubAction/GitHubAction.domain/Entities/Inputs.cs#L11
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GitHubAction/Package.Builder/PackageBuilder.cs#L115
Dereference of a possibly null reference.
build: GitHubAction/UploadArtifactApi/HttpArtifactUploadApi.cs#L54
Possible null reference return.
build: GitHubAction/Package.Application.UnitTest/GitLabSourceUriServiceTest.cs#L40
Dereference of a possibly null reference.
build: GitHubAction/Package.Application.UnitTest/GitHubSourceUriServiceTest.cs#L52
Dereference of a possibly null reference.
build: GitHubAction/GitHubAction/IOutputPathProvider.cs#L11
Non-nullable property 'BasePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GitHubAction/GitHubAction/Factories/CatalogDataFactory.cs#L19
Possible null reference argument for parameter 'tag' in 'string IGitInfo.GetCurrentBranch(string tag)'.
build: 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.
build: 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.
build: GitHubAction/GitHubAction.UnitTest/GitHubActionTests.cs#L40
Non-nullable field '_uriServiceMock' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.