Create pull_request.yml #7
Merged
Annotations
10 warnings
src/AssistantAI/GitAssistant.cs#L23
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.
|
src/AssistantAI/OpenAIResponse.cs#L5
Non-nullable property 'first_id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/AssistantAI/OpenAIResponse.cs#L5
Non-nullable property 'last_id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/AssistantAI/TeamsAssistant.cs#L109
Dereference of a possibly null reference.
|
src/AssistantAI/TeamsAssistant.cs#L109
Dereference of a possibly null reference.
|
src/AssistantAI/TeamsAssistant.cs#L112
Possible null reference argument for parameter 'item' in 'void List<ChatMessage>.Add(ChatMessage item)'.
|
src/AssistantAI/TeamsKnowledgeCollector.cs#L147
Dereference of a possibly null reference.
|
src/AssistantAI/TeamsKnowledgeCollector.cs#L147
Possible null reference argument for parameter 'input' in 'string TeamsKnowledgeCollector.StripHTML(string input)'.
|
src/AndronixUI/MainWindow.xaml.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/AndronixUI/MainWindow.xaml.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading