Skip to content

Initial commit of project #1

Initial commit of project

Initial commit of project #1

Triggered via push June 19, 2024 22:03
Status Failure
Total duration 4m 29s
Billable time 7m
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 35 warnings
build
Process completed with exit code 1.
build-migrations
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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: 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/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/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/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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/setup-msbuild@v1.0.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 `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/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/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.
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/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#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/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.