Merge pull request #2 from hjohnson12/feature/2.4.0-updates #11
main.yml
on: push
build
22m 54s
build-migrations
1m 23s
Annotations
45 warnings
build-migrations
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-migrations
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-migrations:
src/ChatTailorAI.Shared/Models/Chat/Anthropic/Events/StreamEvent.cs#L64
'ContentBlockDeltaEvent.Type' hides inherited member 'StreamEvent.Type'. Use the new keyword if hiding was intended.
|
build-migrations:
src/ChatTailorAI.Shared/Dto/Chat/OpenAI/OpenAIBaseChatMessageDto.cs#L33
'OpenAIAssistantChatMessageDto.Name' hides inherited member 'OpenAIBaseChatMessageDto.Name'. Use the new keyword if hiding was intended.
|
build-migrations:
src/ChatTailorAI.Shared/Dto/Chat/OpenAI/OpenAIBaseChatMessageDto.cs#L39
'OpenAIAssistantChatMessageDto.FunctionCall' hides inherited member 'OpenAIBaseChatMessageDto.FunctionCall'. Use the new keyword if hiding was intended.
|
build-migrations:
src/ChatTailorAI.Shared/Dto/Chat/ChatErrorMessageDto.cs#L9
'ChatErrorMessageDto.ErrorMessage' hides inherited member 'ChatMessageDto.ErrorMessage'. Use the new keyword if hiding was intended.
|
build-migrations:
src/ChatTailorAI.Shared/ViewModels/Pages/PromptsPageViewModel.cs#L148
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-migrations:
src/ChatTailorAI.Shared/ViewModels/Pages/AssistantsPageViewModel.cs#L250
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-migrations:
src/ChatTailorAI.Shared/ViewModels/Pages/PromptsPageViewModel.cs#L217
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-migrations:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L361
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-migrations:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L579
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-migrations:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L1103
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
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/setup-msbuild@v1.0.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/setup-msbuild@v1.0.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
src/ChatTailorAI.Shared/Models/Chat/Anthropic/Events/StreamEvent.cs#L64
'ContentBlockDeltaEvent.Type' hides inherited member 'StreamEvent.Type'. Use the new keyword if hiding was intended.
|
build:
src/ChatTailorAI.Shared/Dto/Chat/ChatErrorMessageDto.cs#L9
'ChatErrorMessageDto.ErrorMessage' hides inherited member 'ChatMessageDto.ErrorMessage'. Use the new keyword if hiding was intended.
|
build:
src/ChatTailorAI.Shared/Dto/Chat/OpenAI/OpenAIBaseChatMessageDto.cs#L33
'OpenAIAssistantChatMessageDto.Name' hides inherited member 'OpenAIBaseChatMessageDto.Name'. Use the new keyword if hiding was intended.
|
build:
src/ChatTailorAI.Shared/Dto/Chat/OpenAI/OpenAIBaseChatMessageDto.cs#L39
'OpenAIAssistantChatMessageDto.FunctionCall' hides inherited member 'OpenAIBaseChatMessageDto.FunctionCall'. Use the new keyword if hiding was intended.
|
build:
src/ChatTailorAI.Shared/ViewModels/Pages/PromptsPageViewModel.cs#L148
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:
src/ChatTailorAI.Shared/ViewModels/Pages/PromptsPageViewModel.cs#L217
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:
src/ChatTailorAI.Shared/ViewModels/Pages/AssistantsPageViewModel.cs#L250
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:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L361
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:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L579
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:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L1103
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:
src/ChatTailorAI.Shared/Dto/Chat/ChatErrorMessageDto.cs#L9
'ChatErrorMessageDto.ErrorMessage' hides inherited member 'ChatMessageDto.ErrorMessage'. Use the new keyword if hiding was intended.
|
build:
src/ChatTailorAI.Shared/Dto/Chat/OpenAI/OpenAIBaseChatMessageDto.cs#L33
'OpenAIAssistantChatMessageDto.Name' hides inherited member 'OpenAIBaseChatMessageDto.Name'. Use the new keyword if hiding was intended.
|
build:
src/ChatTailorAI.Shared/Dto/Chat/OpenAI/OpenAIBaseChatMessageDto.cs#L39
'OpenAIAssistantChatMessageDto.FunctionCall' hides inherited member 'OpenAIBaseChatMessageDto.FunctionCall'. Use the new keyword if hiding was intended.
|
build:
src/ChatTailorAI.Shared/Models/Chat/Anthropic/Events/StreamEvent.cs#L64
'ContentBlockDeltaEvent.Type' hides inherited member 'StreamEvent.Type'. Use the new keyword if hiding was intended.
|
build:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L361
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:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L579
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:
src/ChatTailorAI.Shared/ViewModels/Pages/AssistantsPageViewModel.cs#L250
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:
src/ChatTailorAI.Shared/ViewModels/Pages/PromptsPageViewModel.cs#L148
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:
src/ChatTailorAI.Shared/ViewModels/Pages/PromptsPageViewModel.cs#L217
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:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L1103
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:
src/ChatTailorAI.Shared/Models/Chat/Anthropic/Events/StreamEvent.cs#L64
'ContentBlockDeltaEvent.Type' hides inherited member 'StreamEvent.Type'. Use the new keyword if hiding was intended.
|
build:
src/ChatTailorAI.Shared/Dto/Chat/ChatErrorMessageDto.cs#L9
'ChatErrorMessageDto.ErrorMessage' hides inherited member 'ChatMessageDto.ErrorMessage'. Use the new keyword if hiding was intended.
|
build:
src/ChatTailorAI.Shared/Dto/Chat/OpenAI/OpenAIBaseChatMessageDto.cs#L33
'OpenAIAssistantChatMessageDto.Name' hides inherited member 'OpenAIBaseChatMessageDto.Name'. Use the new keyword if hiding was intended.
|
build:
src/ChatTailorAI.Shared/Dto/Chat/OpenAI/OpenAIBaseChatMessageDto.cs#L39
'OpenAIAssistantChatMessageDto.FunctionCall' hides inherited member 'OpenAIBaseChatMessageDto.FunctionCall'. Use the new keyword if hiding was intended.
|
build:
src/ChatTailorAI.Shared/ViewModels/Pages/AssistantsPageViewModel.cs#L250
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:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L361
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:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L579
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:
src/ChatTailorAI.Shared/ViewModels/Pages/PromptsPageViewModel.cs#L148
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:
src/ChatTailorAI.Shared/ViewModels/Pages/PromptsPageViewModel.cs#L217
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:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L1103
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.
|