Skip to content

"Update package versions to their latest releases" #143

"Update package versions to their latest releases"

"Update package versions to their latest releases" #143

Triggered via push August 7, 2023 22:20
Status Failure
Total duration 1m 24s
Artifacts

merge.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
nugets
Process completed with exit code 1.
nugets
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
nugets: src/Frank.Libraries.AzureStorage/Frank.Libraries.AzureStorage/FileShare/FileShareClient.cs#L25
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.
nugets
File '/home/runner/work/Frank.Libraries/Frank.Libraries/src/Frank.Libraries.AzureStorage/icon.png' is not added because the package already contains file 'icon.png'
nugets: src/Frank.Libraries.CodeGeneration/Frank.Libraries.CodeGeneration/Extensions/EnumerableExtensions.cs#L11
Argument of type 'List<string>' cannot be used for parameter 'source' of type 'List<string?>' in 'List<string?> ListExtensions.TryAdd<string?>(List<string?> source, string? value)' due to differences in the nullability of reference types.
nugets: src/Frank.Libraries.CodeGeneration/Frank.Libraries.CodeGeneration/Extensions/TypeExtensions.cs#L32
Nullability of reference types in value of type 'IEnumerable<string?>' doesn't match target type 'IEnumerable<string>'.
nugets: src/Frank.Libraries.CodeGeneration/Frank.Libraries.CodeGeneration/Generators/Xunit/TestClassGenerator.cs#L49
Possible null reference argument for parameter 'text' in 'SyntaxToken SyntaxFactory.Identifier(string text)'.
nugets: src/Frank.Libraries.CodeGeneration/Frank.Libraries.CodeGeneration/Generators/Xunit/TestMethodGenerator.cs#L52
The variable 'awaitPrefix' is assigned but its value is never used