Skip to content

Update README.md

Update README.md #12

Triggered via push January 1, 2025 19:46
Status Success
Total duration 55s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test: FakeYouSharp/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)
test: FakeYouSharp/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)
test: FakeYouSharp/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)
test: FakeYouSharp.Tests/Policies/RetryPolicyTests.cs#L41
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.
test: FakeYouSharp.Tests/Client/FakeYouClientTests.cs#L60
Possible null reference argument for parameter 'source' in 'IEnumerable<LogEntry> Enumerable.Cast<LogEntry>(IEnumerable source)'.
test: FakeYouSharp.Tests/Client/FakeYouClientTests.cs#L140
The variable 'ex' is declared but never used
test: FakeYouSharp.Tests/Policies/RetryPolicyTests.cs#L65
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.
test: FakeYouSharp.Tests/Policies/RetryPolicyTests.cs#L93
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.
test: FakeYouSharp.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)
test: FakeYouSharp/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)