Update package versions in project files #73
Annotations
10 warnings
src/AssistantAI/Assistant.cs#L77
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
src/AssistantAI/Tools/Teams.cs#L86
Possible null reference argument for parameter 'page' in 'PageIterator<Chat, ChatCollectionResponse> PageIterator<Chat, ChatCollectionResponse>.CreatePageIterator(IBaseClient client, ChatCollectionResponse page, Func<Chat, Task<bool>> asyncCallback, Func<RequestInformation, RequestInformation> requestConfigurator = null, Dictionary<string, ParsableFactory<IParsable>> errorMapping = null)'.
|
src/AssistantAI/OpenAIResponse.cs#L5
Non-nullable property 'first_id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
src/AssistantAI/TeamsAssistant.cs#L108
Dereference of a possibly null reference.
|
src/AssistantAI/TeamsAssistant.cs#L108
Dereference of a possibly null reference.
|
src/AssistantAI/TeamsAssistant.cs#L111
Possible null reference argument for parameter 'item' in 'void List<ChatMessage>.Add(ChatMessage item)'.
|
src/AssistantAI/Tools/Tasks.cs#L197
Dereference of a possibly null reference.
|
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 KnowledgeCollectorBase.StripHTML(string input)'.
|
The logs for this run have expired and are no longer available.
Loading