Feature/2.4.2 - cleanup in prep for v2.5.0 #3
Annotations
31 warnings
Setup MSBuild.exe
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 UWP Class Library:
src/ChatTailorAI.Shared/Dto/Chat/ChatErrorMessageDto.cs#L5
'ChatErrorMessageDto.ErrorMessage' hides inherited member 'ChatMessageDto.ErrorMessage'. Use the new keyword if hiding was intended.
|
Build UWP Class Library:
src/ChatTailorAI.Shared/Dto/Chat/OpenAI/OpenAIBaseChatMessageDto.cs#L30
'OpenAIAssistantChatMessageDto.Name' hides inherited member 'OpenAIBaseChatMessageDto.Name'. Use the new keyword if hiding was intended.
|
Build UWP Class Library:
src/ChatTailorAI.Shared/Dto/Chat/OpenAI/OpenAIBaseChatMessageDto.cs#L36
'OpenAIAssistantChatMessageDto.FunctionCall' hides inherited member 'OpenAIBaseChatMessageDto.FunctionCall'. Use the new keyword if hiding was intended.
|
Build UWP Class Library:
src/ChatTailorAI.Shared/Models/Chat/Anthropic/Events/StreamEvent.cs#L62
'ContentBlockDeltaEvent.Type' hides inherited member 'StreamEvent.Type'. Use the new keyword if hiding was intended.
|
Build UWP Class Library:
src/ChatTailorAI.Shared/ViewModels/Pages/AssistantsPageViewModel.cs#L248
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 UWP Class Library:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L432
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 UWP Class Library:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L580
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 UWP Class Library:
src/ChatTailorAI.Shared/ViewModels/Pages/PromptsPageViewModel.cs#L145
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 UWP Class Library:
src/ChatTailorAI.Shared/ViewModels/Pages/PromptsPageViewModel.cs#L211
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 UWP Class Library:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L1107
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 .NET Standard projects:
src/ChatTailorAI.Shared/Models/Chat/Anthropic/Events/StreamEvent.cs#L62
'ContentBlockDeltaEvent.Type' hides inherited member 'StreamEvent.Type'. Use the new keyword if hiding was intended.
|
Build .NET Standard projects:
src/ChatTailorAI.Shared/Dto/Chat/OpenAI/OpenAIBaseChatMessageDto.cs#L30
'OpenAIAssistantChatMessageDto.Name' hides inherited member 'OpenAIBaseChatMessageDto.Name'. Use the new keyword if hiding was intended.
|
Build .NET Standard projects:
src/ChatTailorAI.Shared/Dto/Chat/OpenAI/OpenAIBaseChatMessageDto.cs#L36
'OpenAIAssistantChatMessageDto.FunctionCall' hides inherited member 'OpenAIBaseChatMessageDto.FunctionCall'. Use the new keyword if hiding was intended.
|
Build .NET Standard projects:
src/ChatTailorAI.Shared/Dto/Chat/ChatErrorMessageDto.cs#L5
'ChatErrorMessageDto.ErrorMessage' hides inherited member 'ChatMessageDto.ErrorMessage'. Use the new keyword if hiding was intended.
|
Build .NET Standard projects:
src/ChatTailorAI.Shared/ViewModels/Pages/PromptsPageViewModel.cs#L145
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 .NET Standard projects:
src/ChatTailorAI.Shared/ViewModels/Pages/AssistantsPageViewModel.cs#L248
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 .NET Standard projects:
src/ChatTailorAI.Shared/ViewModels/Pages/PromptsPageViewModel.cs#L211
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 .NET Standard projects:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L432
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 .NET Standard projects:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L580
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 .NET Standard projects:
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L1107
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 UWP project (Debug):
src/ChatTailorAI.Shared/Dto/Chat/ChatErrorMessageDto.cs#L5
'ChatErrorMessageDto.ErrorMessage' hides inherited member 'ChatMessageDto.ErrorMessage'. Use the new keyword if hiding was intended.
|
Build UWP project (Debug):
src/ChatTailorAI.Shared/Dto/Chat/OpenAI/OpenAIBaseChatMessageDto.cs#L30
'OpenAIAssistantChatMessageDto.Name' hides inherited member 'OpenAIBaseChatMessageDto.Name'. Use the new keyword if hiding was intended.
|
Build UWP project (Debug):
src/ChatTailorAI.Shared/Dto/Chat/OpenAI/OpenAIBaseChatMessageDto.cs#L36
'OpenAIAssistantChatMessageDto.FunctionCall' hides inherited member 'OpenAIBaseChatMessageDto.FunctionCall'. Use the new keyword if hiding was intended.
|
Build UWP project (Debug):
src/ChatTailorAI.Shared/Models/Chat/Anthropic/Events/StreamEvent.cs#L62
'ContentBlockDeltaEvent.Type' hides inherited member 'StreamEvent.Type'. Use the new keyword if hiding was intended.
|
Build UWP project (Debug):
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L432
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 UWP project (Debug):
src/ChatTailorAI.Shared/ViewModels/Pages/AssistantsPageViewModel.cs#L248
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 UWP project (Debug):
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L580
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 UWP project (Debug):
src/ChatTailorAI.Shared/ViewModels/Pages/PromptsPageViewModel.cs#L145
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 UWP project (Debug):
src/ChatTailorAI.Shared/ViewModels/Pages/PromptsPageViewModel.cs#L211
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 UWP project (Debug):
src/ChatTailorAI.Shared/ViewModels/Pages/ChatPageViewModel.cs#L1107
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.
|
Loading