Add debug logging via newer CICD package + fix for GitHub (#40) #129
Annotations
10 warnings
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.
|
GitHubAction/GitHubAction/IOutputPathProvider.cs#L11
Non-nullable property 'BasePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
GitHubAction/GitHubAction/Factories/Impl/InputFactory.cs#L124
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
|
GitHubAction/GitHubAction/Factories/Impl/InputFactory.cs#L126
Possible null reference argument for parameter 'packageName' in 'string InputFactory.CleanPackageName(string packageName)'.
|
GitHubAction/GitHubAction/Factories/Impl/InputFactory.cs#L130
Possible null reference assignment.
|
GitHubAction/GitHubAction/Factories/Impl/InputFactory.cs#L147
Possible null reference assignment.
|
GitHubAction/GitHubAction/Factories/CatalogDataFactory.cs#L19
Possible null reference argument for parameter 'tag' in 'string IGitInfo.GetCurrentBranch(string tag)'.
|
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.
|
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.
|
GitHubAction/Package.Builder/PackageBuilder.cs#L115
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading