Skip to content

[Playground] Add Events components #411

[Playground] Add Events components

[Playground] Add Events components #411

Triggered via pull request September 14, 2024 08:27
Status Success
Total duration 2m 49s
Artifacts

azure-dev-build-only.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-test: test/AzureOpenAIProxy.PlaygroundApp.Tests/Pages/EventsPageTests.cs#L42
Dereference of a possibly null reference.
build-test: src/AzureOpenAIProxy.ApiApp/Repositories/AdminEventRepository.cs#L45
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#L51
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#L57
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#L63
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/Extensions/ServiceCollectionExtensionsTests.cs#L316
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
build-test: src/AzureOpenAIProxy.PlaygroundApp/Components/UI/EventListComponent.razor#L43
The field 'EventListComponent._isLoading' is assigned but its value is never used
build-test: src/AzureOpenAIProxy.PlaygroundApp/Components/UI/EventListComponent.razor#L44
The field 'EventListComponent._hasNoEvents' is assigned but its value is never used
build-test: test/AzureOpenAIProxy.PlaygroundApp.Tests/Pages/EventsPageTests.cs#L42
Dereference of a possibly null reference.
build-test: src/AzureOpenAIProxy.ApiApp/Repositories/AdminEventRepository.cs#L45
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.