Skip to content

chore: replace Task.Delay(50) with Task.Yield() #56

chore: replace Task.Delay(50) with Task.Yield()

chore: replace Task.Delay(50) with Task.Yield() #56

Triggered via push March 3, 2025 04:09
Status Success
Total duration 1m 9s
Artifacts

run-tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: SpongeEngine.KoboldSharp/KoboldSharpClient.cs#L71
Async-iterator 'KoboldSharpClient.CompleteTextStreamAsync(TextCompletionRequest, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
test: SpongeEngine.KoboldSharp/KoboldSharpClient.cs#L14
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: SpongeEngine.KoboldSharp/Extra/DetokenizeAsync.cs#L31
XML comment has cref attribute 'LlmSharpException' that could not be resolved
test: SpongeEngine.KoboldSharp/Extra/GenerateStreamAsync.cs#L20
XML comment has a param tag for 'customJsonSerializerOptions', but there is no parameter by that name
test: SpongeEngine.KoboldSharp/Extra/GenerateStreamAsync.cs#L22
XML comment has cref attribute 'LlmSharpException' that could not be resolved
test: SpongeEngine.KoboldSharp/United/GenerateAsync.cs#L17
XML comment has a param tag for 'customJsonSerializerOptions', but there is no parameter by that name
test: SpongeEngine.KoboldSharp/United/GenerateAsync.cs#L19
XML comment has cref attribute 'LlmSharpException' that could not be resolved
test: SpongeEngine.KoboldSharp/KoboldSharpClient.cs#L71
Async-iterator 'KoboldSharpClient.CompleteTextStreamAsync(TextCompletionRequest, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
test: SpongeEngine.KoboldSharp/KoboldSharpClient.cs#L14
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: SpongeEngine.KoboldSharp/Extra/DetokenizeAsync.cs#L31
XML comment has cref attribute 'LlmSharpException' that could not be resolved