Merge branch 'main' of https://github.com/SpongeEngine/FakeYou.Net #9
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
FakeYou.NET/Client/IFakeYouClient.cs#L26
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'IFakeYouClient.GenerateAudioAsync(string, string, CancellationToken)' (but other parameters do)
|
Build:
FakeYou.NET/Client/IFakeYouClient.cs#L26
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'IFakeYouClient.GenerateAudioAsync(string, string, CancellationToken)' (but other parameters do)
|
Build:
FakeYou.NET/Client/IFakeYouClient.cs#L26
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'IFakeYouClient.GenerateAudioAsync(string, string, CancellationToken)' (but other parameters do)
|
Build:
FakeYou.NET.Tests/Policies/RetryPolicyTests.cs#L42
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:
FakeYou.NET.Tests/Client/FakeYouClientTests.cs#L60
Possible null reference argument for parameter 'source' in 'IEnumerable<LogEntry> Enumerable.Cast<LogEntry>(IEnumerable source)'.
|
Build:
FakeYou.NET.Tests/Client/FakeYouClientTests.cs#L140
The variable 'ex' is declared but never used
|
Build:
FakeYou.NET.Tests/Policies/RetryPolicyTests.cs#L66
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:
FakeYou.NET.Tests/Policies/RetryPolicyTests.cs#L94
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:
FakeYou.NET.Tests/Client/FakeYouClientTests.cs#L48
Public method 'GenerateAudioAsync_Success_ReturnsAudioData' on test class 'FakeYouClientTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
Build:
FakeYou.NET/Client/IFakeYouClient.cs#L26
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'IFakeYouClient.GenerateAudioAsync(string, string, CancellationToken)' (but other parameters do)
|
Loading