[Admin] Component: Update event details - UI component (view) #530
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
azure-dev-build-only.yml
on: pull_request
build-test
3m 25s
Annotations
10 warnings
|
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:
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/UpdateEventDetailsComponent.razor#L37
Nullable value type may be null.
|
|
build-test:
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/UpdateEventDetailsComponent.razor#L38
Nullable value type may be null.
|
|
build-test:
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/UpdateEventDetailsComponent.razor#L43
Nullable value type may be null.
|
|
build-test:
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/UpdateEventDetailsComponent.razor#L44
Nullable value type may be null.
|
|
build-test:
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/UpdateEventDetailsComponent.razor#L50
Dereference of a possibly null reference.
|