Update package versions in project files #73
Annotations
20 warnings
build (Release):
src/AssistantAI/Assistant.cs#L77
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build (Release):
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)'.
|
build (Release):
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.
|
build (Release):
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.
|
build (Release):
src/AssistantAI/TeamsAssistant.cs#L108
Dereference of a possibly null reference.
|
build (Release):
src/AssistantAI/TeamsAssistant.cs#L108
Dereference of a possibly null reference.
|
build (Release):
src/AssistantAI/TeamsAssistant.cs#L111
Possible null reference argument for parameter 'item' in 'void List<ChatMessage>.Add(ChatMessage item)'.
|
build (Release):
src/AssistantAI/Tools/Tasks.cs#L197
Dereference of a possibly null reference.
|
build (Release):
src/AssistantAI/TeamsKnowledgeCollector.cs#L147
Dereference of a possibly null reference.
|
build (Release):
src/AssistantAI/TeamsKnowledgeCollector.cs#L147
Possible null reference argument for parameter 'input' in 'string KnowledgeCollectorBase.StripHTML(string input)'.
|
build (Debug):
src/AssistantAI/Assistant.cs#L77
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build (Debug):
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.
|
build (Debug):
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.
|
build (Debug):
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)'.
|
build (Debug):
src/AssistantAI/TeamsKnowledgeCollector.cs#L147
Dereference of a possibly null reference.
|
build (Debug):
src/AssistantAI/TeamsKnowledgeCollector.cs#L147
Possible null reference argument for parameter 'input' in 'string KnowledgeCollectorBase.StripHTML(string input)'.
|
build (Debug):
src/AssistantAI/Tools/FileSystem.cs#L34
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 (Debug):
src/AssistantAI/Tools/Git.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.
|
build (Debug):
src/AssistantAI/Tools/Outlook.cs#L48
Dereference of a possibly null reference.
|
build (Debug):
src/AssistantAI/Tools/Outlook.cs#L48
Possible null reference argument for parameter 'source' in 'RankedEmailAddress? Enumerable.FirstOrDefault<RankedEmailAddress>(IEnumerable<RankedEmailAddress> source)'.
|