Skip to content

[Backend API] Implement endpoint for create event details #213 #469

[Backend API] Implement endpoint for create event details #213

[Backend API] Implement endpoint for create event details #213 #469

Triggered via pull request September 25, 2024 13:58
Status Failure
Total duration 1m 4s
Artifacts

azure-dev-build-only.yml

on: pull_request
build-test
52s
build-test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
build-test
No test results found by ./**/TestResults/**/*.trx
build-test: src/AzureOpenAIProxy.PlaygroundApp/Clients/OpenAIApiClient.cs#L41
'ChatCompletionOptions' does not contain a definition for 'MaxTokens'
build-test: src/AzureOpenAIProxy.PlaygroundApp/Clients/OpenAIApiClient.cs#L41
'ChatCompletionOptions' does not contain a definition for 'MaxTokens'
build-test
Process completed with exit code 1.
build-test: src/AzureOpenAIProxy.ApiApp/Repositories/AdminEventRepository.cs#L65
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#L84
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: 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)'.
build-test: test/AzureOpenAIProxy.ApiApp.Tests/Extensions/ServiceCollectionExtensionsTests.cs#L317
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
build-test: test/AzureOpenAIProxy.ApiApp.Tests/Extensions/ServiceCollectionExtensionsTests.cs#L448
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
build-test: src/AzureOpenAIProxy.ApiApp/Repositories/AdminEventRepository.cs#L65
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#L84
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: 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)'.