Skip to content

Bump MSTest.TestFramework from 3.3.1 to 3.5.2 in /GitHubAction #246

Bump MSTest.TestFramework from 3.3.1 to 3.5.2 in /GitHubAction

Bump MSTest.TestFramework from 3.3.1 to 3.5.2 in /GitHubAction #246

Triggered via pull request August 28, 2024 14:30
Status Success
Total duration 2m 5s
Artifacts

dotnet.yml

on: pull_request
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/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.
build: GitHubAction/Package.Builder/PackageBuilder.cs#L115
Dereference of a possibly null reference.
build: GitHubAction/GitHubAction/Factories/CatalogDataFactory.cs#L19
Possible null reference argument for parameter 'tag' in 'string IGitInfo.GetCurrentBranch(string tag)'.
build: 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.
build: GitHubAction/Package.Application.UnitTest/GitHubSourceUriServiceTest.cs#L52
Dereference of a possibly null reference.
build: GitHubAction/Package.Application.UnitTest/GitLabSourceUriServiceTest.cs#L40
Dereference of a possibly null reference.
build: GitHubAction/GitHubAction.Console/Extensions/ApiExtensions.cs#L18
Dereference of a possibly null reference.
build: GitHubAction/Package.Builder/PackageBuilder.cs#L115
Dereference of a possibly null reference.
build: 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.
build: GitHubAction/UploadArtifactApi/HttpArtifactUploadApi.cs#L54
Possible null reference return.
build: 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.
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.Console/Options/ApiOptions.cs#L4
Non-nullable property 'ApiBaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: GitHubAction/GitHubAction.Console/Extensions/ApiExtensions.cs#L18
Dereference of a possibly null reference.
build: GitHubAction/GitHubAction.Console/Extensions/ApiExtensions.cs#L26
Dereference of a possibly null reference.