Skip to content

Refactoring to individual solutions #142

Refactoring to individual solutions

Refactoring to individual solutions #142

Triggered via push August 7, 2023 21:52
Status Failure
Total duration 1m 23s
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: src/Frank.Libraries.Extensions/Frank.Libraries.Extensions/EnumerableExtensions.cs#L130
Possible null reference argument for parameter 'arg2' in 'TResult Func<TOuter, TInner, TResult>.Invoke(TOuter arg1, TInner arg2)'.
nugets: src/Frank.Libraries.Extensions/Frank.Libraries.Extensions/EnumerableExtensions.cs#L138
Possible null reference argument for parameter 'arg2' in 'TResult Func<TLeft, TRight, TResult>.Invoke(TLeft arg1, TRight arg2)'.
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/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/Extensions/TypeExtensions.cs#L32
Nullability of reference types in value of type 'IEnumerable<string?>' doesn't match target type 'IEnumerable<string>'.