Skip to content

📄 Clean up readme #28

📄 Clean up readme

📄 Clean up readme #28

Triggered via pull request October 10, 2023 03:09
Status Success
Total duration 1m 3s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build: src/TimesheetGPT.Core/Models/Summary.cs#L5
Non-nullable property 'Emails' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TimesheetGPT.Core/Models/Summary.cs#L6
Non-nullable property 'Meetings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TimesheetGPT.Core/Models/Summary.cs#L7
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TimesheetGPT.Core/Models/Summary.cs#L8
Non-nullable property 'ModelUsed' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TimesheetGPT.Core/Models/Meeting.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TimesheetGPT.Core/Models/Meeting.cs#L8
Non-nullable property 'Sender' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TimesheetGPT.Core/Services/LangChainAiService.cs#L7
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: src/TimesheetGPT.Core/Services/GraphService.cs#L105
Non-nullable property 'Attendees' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TimesheetGPT.Core/Services/GraphService.cs#L43
Nullability of reference types in value of type 'List<string?>' doesn't match target type 'List<string>'.
build: src/TimesheetGPT.Core/Services/GraphService.cs#L69
Possible null reference assignment.