[Admin] Component: Update event details - UI component (view) #537
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build solution:
test/AzureOpenAIProxy.PlaygroundApp.Tests/Pages/AdminUpdateEventPageTests.cs#L58
Converting null literal or possible null value to non-nullable type.
|
Build solution:
test/AzureOpenAIProxy.PlaygroundApp.Tests/Pages/NewEventDetailsPageTests.cs#L61
Converting null literal or possible null value to non-nullable type.
|
Build solution:
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 solution:
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 solution:
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 solution:
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 solution:
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/OldChatWindowComponent.razor#L47
'OpenAIApiClientOptions.MaxTokens' is obsolete: 'Use MaxOutputTokenCount instead.'
|
Build solution:
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/NewEventDetailsComponent.razor#L39
Nullable value type may be null.
|
Build solution:
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/NewEventDetailsComponent.razor#L40
Nullable value type may be null.
|
Build solution:
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/NewEventDetailsComponent.razor#L45
Nullable value type may be null.
|
Loading