Skip to content

[Admin] Component: Update event details - UI component (view) #536

[Admin] Component: Update event details - UI component (view)

[Admin] Component: Update event details - UI component (view) #536

Triggered via pull request December 11, 2024 14:22
Status Failure
Total duration 2m 6s
Artifacts

azure-dev-build-only.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build-test
Process completed with exit code 1.
build-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-test: test/AzureOpenAIProxy.PlaygroundApp.Tests/Pages/NewEventDetailsPageTests.cs#L61
Converting null literal or possible null value to non-nullable type.
build-test: src/AzureOpenAIProxy.ApiApp/Services/PlaygroundService.cs#L27
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#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: 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/Repositories/EventRepositoryTests.cs#L41
Possible null reference argument for parameter 'tableServiceClient' in 'EventRepository.EventRepository(TableServiceClient tableServiceClient, StorageAccountSettings storageAccountSettings)'.
build-test: test/AzureOpenAIProxy.ApiApp.Tests/Repositories/EventRepositoryTests.cs#L55
Possible null reference argument for parameter 'storageAccountSettings' in 'EventRepository.EventRepository(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)'.