Updated Skyline.DataMiner.CICD.DMApp.Automation (#39) #125
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
GitHubAction/GITTest/GITInfoTest.cs#L13
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#L21
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/Package.Builder/PackageBuilder.cs#L105
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 declaring the property as nullable.
|
build:
GitHubAction/UploadArtifactApi/HttpArtifactUploadApi.cs#L27
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
build:
GitHubAction/GitHubAction/Factories/Impl/InputFactory.cs#L120
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
|
build:
GitHubAction/GitHubAction/Factories/Impl/InputFactory.cs#L122
Possible null reference argument for parameter 'packageName' in 'string InputFactory.CleanPackageName(string packageName)'.
|
build:
GitHubAction/GitHubAction/Factories/Impl/InputFactory.cs#L126
Possible null reference assignment.
|
build:
GitHubAction/GitHubAction/Factories/Impl/InputFactory.cs#L142
Possible null reference assignment.
|
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.
|