Skip to content

[Admin] Component: Create event details - UI component #214 #508

[Admin] Component: Create event details - UI component #214

[Admin] Component: Create event details - UI component #214 #508

Re-run triggered October 10, 2024 05:44
Status Failure
Total duration 1m 57s
Artifacts

azure-dev-build-only.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-test
Process completed with exit code 1.
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/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)'.