Skip to content

bump version

bump version #42

Triggered via push January 26, 2025 21:36
Status Success
Total duration 1m 8s
Artifacts

run-tests.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: 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/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/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.Tests/Unit/StableDiffusion/TextToImage.cs#L75
Dereference of a possibly null reference.
test: SpongeEngine.KoboldSharp.Tests/Unit/StableDiffusion/ImageToImage.cs#L89
Possible null reference argument for parameter 'logger' in 'void LoggerExtensions.LogInformation(ILogger logger, string? message, params object?[] args)'.
test: SpongeEngine.KoboldSharp.Tests/Integration/United/GetVersionInfo.cs#L20
Dereference of a possibly null reference.
test: SpongeEngine.KoboldSharp.Tests/Integration/United/GenerateAsync.cs#L32
Dereference of a possibly null reference.