Update GitHub Actions and remove MS identity config #20
Annotations
20 warnings
build (Debug):
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.
|
build (Debug):
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.
|
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)'.
|
build (Debug):
src/AssistantAI/Tools/Outlook.cs#L56
Dereference of a possibly null reference.
|
build (Debug):
src/AssistantAI/Tools/Outlook.cs#L56
Possible null reference argument for parameter 'fileName' in 'ProcessStartInfo.ProcessStartInfo(string fileName)'.
|
build (Debug):
src/AssistantAI/Tools/Teams.cs#L79
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 (Release):
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.
|
build (Release):
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.
|
build (Release):
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 (Release):
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 (Release):
src/AssistantAI/Tools/Outlook.cs#L48
Dereference of a possibly null reference.
|
build (Release):
src/AssistantAI/Tools/Outlook.cs#L48
Possible null reference argument for parameter 'source' in 'RankedEmailAddress? Enumerable.FirstOrDefault<RankedEmailAddress>(IEnumerable<RankedEmailAddress> source)'.
|
build (Release):
src/AssistantAI/Tools/Outlook.cs#L56
Dereference of a possibly null reference.
|
build (Release):
src/AssistantAI/Tools/Outlook.cs#L56
Possible null reference argument for parameter 'fileName' in 'ProcessStartInfo.ProcessStartInfo(string fileName)'.
|
build (Release):
src/AssistantAI/Tools/Teams.cs#L79
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/TeamsKnowledgeCollector.cs#L147
Dereference of a possibly null reference.
|