Skip to content

Add NSFW image detection and stable diffusion connector #2

Add NSFW image detection and stable diffusion connector

Add NSFW image detection and stable diffusion connector #2

Triggered via push January 8, 2024 20:44
Status Failure
Total duration 1m 32s
Artifacts

merge.yml

on: push
Merge Job  /  Publish Preview Job
1m 21s
Merge Job / Publish Preview Job
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Merge Job / Publish Preview Job
The readme file 'README.md' does not exist in the package.
Merge Job / Publish Preview Job
Process completed with exit code 1.
Merge Job / Publish Preview Job
Current release not found
Merge Job / Publish Preview Job: Frank.SemanticKernel.Connectors.OnnxRuntime.StableDiffusion/StableDiffusionTextToImageService.cs#L23
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.
Merge Job / Publish Preview Job: Frank.SemanticKernel.Connectors.Ollama/Class1.cs#L38
Async-iterator 'OllameChatCompletionService.GetStreamingChatMessageContentsAsync(ChatHistory, PromptExecutionSettings?, Kernel?, 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
Merge Job / Publish Preview Job: Frank.SemanticKernel.Examples.Core/Usings.cs#L8
The using directive for 'Spectre.Console' appeared previously in this namespace
Merge Job / Publish Preview Job
Found version-specific or distribution-specific runtime identifier(s): osx.10.14-arm64, osx.10.14-x64. Affected libraries: Microsoft.ML.OnnxRuntime.Extensions. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Merge Job / Publish Preview Job: Frank.SemanticKernel.Examples.Ollama.CodeBlaze/Configurations/Ollama.cs#L5
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Merge Job / Publish Preview Job: Frank.SemanticKernel.Examples.Ollama.CodeBlaze/Configurations/Ollama.cs#L7
Non-nullable property 'ModelName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Merge Job / Publish Preview Job
Found version-specific or distribution-specific runtime identifier(s): debian-x64, fedora-x64, opensuse-x64, osx.10.14-arm64, osx.10.14-x64, rhel-x64, win7-arm, win7-x64, win7-x86. Affected libraries: Libuv, Microsoft.ML.OnnxRuntime.Extensions. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Merge Job / Publish Preview Job: Frank.SemanticKernel.Connectors.OnnxRuntime.StableDiffusion/StableDiffusionTextToImageService.cs#L23
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.
Merge Job / Publish Preview Job: Frank.SemanticKernel.Connectors.Ollama/Class1.cs#L38
Async-iterator 'OllameChatCompletionService.GetStreamingChatMessageContentsAsync(ChatHistory, PromptExecutionSettings?, Kernel?, 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