Skip to content

Update .NET version and WebApp.csproj path #21

Update .NET version and WebApp.csproj path

Update .NET version and WebApp.csproj path #21

Triggered via push July 6, 2024 14:14
Status Success
Total duration 4m 52s
Artifacts

pull_request.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
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/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/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/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 TeamsKnowledgeCollector.StripHTML(string input)'.
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/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/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/TeamsAssistant.cs#L108
Dereference of a possibly null reference.