Skip to content

[Playground] Parameters Tab: UI Components only #290 #505

[Playground] Parameters Tab: UI Components only #290

[Playground] Parameters Tab: UI Components only #290 #505

Triggered via pull request October 6, 2024 07:37
Status Success
Total duration 3m 25s
Artifacts

azure-dev-build-only.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-test: src/AzureOpenAIProxy.ApiApp/Repositories/AdminEventRepository.cs#L52
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.
build-test: src/AzureOpenAIProxy.ApiApp/Repositories/AdminEventRepository.cs#L58
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.
build-test: src/AzureOpenAIProxy.ApiApp/Repositories/AdminEventRepository.cs#L77
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.
build-test: src/AzureOpenAIProxy.PlaygroundApp/Clients/OpenAIApiClient.cs#L50
'OpenAIApiClientOptions.MaxTokens' is obsolete: 'Use MaxOutputTokenCount instead.'
build-test: src/AzureOpenAIProxy.PlaygroundApp/Clients/OpenAIApiClient.cs#L36
Possible null reference argument for parameter 'source' in 'string? Enumerable.FirstOrDefault<string>(IEnumerable<string> source)'.
build-test: src/AzureOpenAIProxy.PlaygroundApp/Clients/OpenAIApiClient.cs#L36
Possible null reference argument for parameter 'source' in 'string Enumerable.First<string>(IEnumerable<string> source)'.
build-test: src/AzureOpenAIProxy.PlaygroundApp/Components/UI/ChatWindowComponent.razor#L37
'OpenAIApiClientOptions.MaxTokens' is obsolete: 'Use MaxOutputTokenCount instead.'
build-test: src/AzureOpenAIProxy.PlaygroundApp/Components/UI/OldChatWindowComponent.razor#L47
'OpenAIApiClientOptions.MaxTokens' is obsolete: 'Use MaxOutputTokenCount instead.'
build-test: test/AzureOpenAIProxy.ApiApp.Tests/Repositories/AdminEventRepositoryTests.cs#L40
Possible null reference argument for parameter 'tableServiceClient' in 'AdminEventRepository.AdminEventRepository(TableServiceClient tableServiceClient, StorageAccountSettings storageAccountSettings)'.
build-test: test/AzureOpenAIProxy.ApiApp.Tests/Repositories/AdminEventRepositoryTests.cs#L54
Possible null reference argument for parameter 'storageAccountSettings' in 'AdminEventRepository.AdminEventRepository(TableServiceClient tableServiceClient, StorageAccountSettings storageAccountSettings)'.