Skip to content

.Net: Improve the ITextToImageService abstractions to support ExecutionSettings #18104

.Net: Improve the ITextToImageService abstractions to support ExecutionSettings

.Net: Improve the ITextToImageService abstractions to support ExecutionSettings #18104

Triggered via pull request September 23, 2024 17:38
Status Failure
Total duration 5m 35s
Artifacts

dotnet-build-and-test.yml

on: pull_request
paths-filter
4s
paths-filter
Matrix: dotnet-build-and-test
dotnet-build-and-test-check
2s
dotnet-build-and-test-check
Fit to window
Zoom out
Zoom in

Annotations

31 errors and 5 warnings
dotnet-build-and-test (8.0, ubuntu-latest, Release, true, integration): dotnet/src/Connectors/Connectors.AzureOpenAI.UnitTests/Services/AzureOpenAITextToImageServiceTests.cs#L104
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test (8.0, ubuntu-latest, Release, true, integration): dotnet/src/Connectors/Connectors.AzureOpenAI.UnitTests/Services/AzureOpenAITextToImageServiceTests.cs#L125
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test (8.0, ubuntu-latest, Release, true, integration)
Member 'System.Threading.Tasks.Task<string> Microsoft.SemanticKernel.Connectors.AzureOpenAI.AzureOpenAITextToImageService.GenerateImageAsync(string, int, int, Microsoft.SemanticKernel.Kernel?, System.Threading.CancellationToken)' exists on
dotnet-build-and-test (8.0, ubuntu-latest, Release, true, integration)
Member 'System.Threading.Tasks.Task<string> Microsoft.SemanticKernel.Connectors.AzureOpenAI.AzureOpenAITextToImageService.GenerateImageAsync(string, int, int, Microsoft.SemanticKernel.Kernel?, System.Threading.CancellationToken)' exists on
dotnet-build-and-test (8.0, ubuntu-latest, Release, true, integration)
Member 'System.Threading.Tasks.Task<string> Microsoft.SemanticKernel.TextToImage.ITextToImageService.GenerateImageAsync(string, int, int, Microsoft.SemanticKernel.Kernel?, System.Threading.CancellationToken)' exists on
dotnet-build-and-test (8.0, ubuntu-latest, Release, true, integration)
Member 'System.Threading.Tasks.Task<string> Microsoft.SemanticKernel.TextToImage.ITextToImageService.GenerateImageAsync(string, int, int, Microsoft.SemanticKernel.Kernel?, System.Threading.CancellationToken)' exists on
dotnet-build-and-test (8.0, ubuntu-latest, Release, true, integration)
Member 'System.Threading.Tasks.Task<string> Microsoft.SemanticKernel.Connectors.OpenAI.OpenAITextToImageService.GenerateImageAsync(string, int, int, Microsoft.SemanticKernel.Kernel?, System.Threading.CancellationToken)' exists on
dotnet-build-and-test (8.0, ubuntu-latest, Release, true, integration)
Member 'System.Threading.Tasks.Task<string> Microsoft.SemanticKernel.Connectors.OpenAI.OpenAITextToImageService.GenerateImageAsync(string, int, int, Microsoft.SemanticKernel.Kernel?, System.Threading.CancellationToken)' exists on
dotnet-build-and-test (8.0, ubuntu-latest, Release, true, integration): dotnet/src/IntegrationTests/Connectors/OpenAI/OpenAITextToImageTests.cs#L37
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test (8.0, ubuntu-latest, Release, true, integration): dotnet/src/IntegrationTests/Connectors/AzureOpenAI/AzureOpenAITextToImageTests.cs#L40
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test (8.0, windows-latest, Debug): dotnet/src/Connectors/Connectors.AzureOpenAI.UnitTests/Services/AzureOpenAITextToImageServiceTests.cs#L104
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test (8.0, windows-latest, Debug): dotnet/src/Connectors/Connectors.AzureOpenAI.UnitTests/Services/AzureOpenAITextToImageServiceTests.cs#L125
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test (8.0, windows-latest, Debug): dotnet/samples/Concepts/TextToImage/OpenAI_TextToImageDalle3.cs#L28
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test (8.0, windows-latest, Debug): dotnet/samples/Concepts/TextToImage/OpenAI_TextToImageDalle3.cs#L55
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test (8.0, windows-latest, Debug): dotnet/samples/Concepts/TextToImage/OpenAI_TextToImageDalle3.cs#L65
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test (8.0, windows-latest, Debug): dotnet/samples/Concepts/TextToImage/OpenAI_TextToImageDalle3.cs#L131
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test (8.0, windows-latest, Debug): dotnet/samples/Concepts/TextToImage/OpenAI_TextToImageDalle3.cs#L158
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test (8.0, windows-latest, Debug): dotnet/samples/Concepts/TextToImage/OpenAI_TextToImageDalle3.cs#L168
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test (8.0, windows-latest, Debug): dotnet/src/IntegrationTests/Connectors/OpenAI/OpenAITextToImageTests.cs#L37
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test (8.0, windows-latest, Debug): dotnet/src/IntegrationTests/Connectors/OpenAI/OpenAITextToImageTests.cs#L58
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test (8.0, windows-latest, Release)
Member 'System.Threading.Tasks.Task<string> Microsoft.SemanticKernel.TextToImage.ITextToImageService.GenerateImageAsync(string, int, int, Microsoft.SemanticKernel.Kernel?, System.Threading.CancellationToken)' exists on
dotnet-build-and-test (8.0, windows-latest, Release)
Member 'System.Threading.Tasks.Task<string> Microsoft.SemanticKernel.TextToImage.ITextToImageService.GenerateImageAsync(string, int, int, Microsoft.SemanticKernel.Kernel?, System.Threading.CancellationToken)' exists on
dotnet-build-and-test (8.0, windows-latest, Release)
Member 'System.Threading.Tasks.Task<string> Microsoft.SemanticKernel.Connectors.AzureOpenAI.AzureOpenAITextToImageService.GenerateImageAsync(string, int, int, Microsoft.SemanticKernel.Kernel?, System.Threading.CancellationToken)' exists on
dotnet-build-and-test (8.0, windows-latest, Release)
Member 'System.Threading.Tasks.Task<string> Microsoft.SemanticKernel.Connectors.AzureOpenAI.AzureOpenAITextToImageService.GenerateImageAsync(string, int, int, Microsoft.SemanticKernel.Kernel?, System.Threading.CancellationToken)' exists on
dotnet-build-and-test (8.0, windows-latest, Release): dotnet/src/Connectors/Connectors.AzureOpenAI.UnitTests/Services/AzureOpenAITextToImageServiceTests.cs#L104
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test (8.0, windows-latest, Release): dotnet/src/Connectors/Connectors.AzureOpenAI.UnitTests/Services/AzureOpenAITextToImageServiceTests.cs#L125
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test (8.0, windows-latest, Release)
Member 'System.Threading.Tasks.Task<string> Microsoft.SemanticKernel.Connectors.OpenAI.OpenAITextToImageService.GenerateImageAsync(string, int, int, Microsoft.SemanticKernel.Kernel?, System.Threading.CancellationToken)' exists on
dotnet-build-and-test (8.0, windows-latest, Release)
Member 'System.Threading.Tasks.Task<string> Microsoft.SemanticKernel.Connectors.OpenAI.OpenAITextToImageService.GenerateImageAsync(string, int, int, Microsoft.SemanticKernel.Kernel?, System.Threading.CancellationToken)' exists on
dotnet-build-and-test (8.0, windows-latest, Release): dotnet/samples/Concepts/TextToImage/OpenAI_TextToImageDalle3.cs#L28
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test (8.0, windows-latest, Release): dotnet/samples/Concepts/TextToImage/OpenAI_TextToImageDalle3.cs#L55
'TextToImageServiceExtensions.GenerateImageAsync(ITextToImageService, string, int, int, Kernel?, CancellationToken)' is obsolete: 'This method is obsolete. Use GetImageContentsAsync instead.'
dotnet-build-and-test-check
Integration Tests Failed!
paths-filter
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/paths-filter@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
dotnet-build-and-test (8.0, ubuntu-latest, Release, true, integration)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
dotnet-build-and-test (8.0, windows-latest, Debug)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
dotnet-build-and-test (8.0, windows-latest, Release)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
dotnet-build-and-test-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/github-script@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/