✨ Try out SK planner with a chat interface #31
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/GraphService.cs#L139
Non-nullable property 'Attendees' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TimesheetGPT.Core/Models/Email.cs#L6
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TimesheetGPT.Core/Models/Email.cs#L7
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TimesheetGPT.Core/Services/GraphService.cs#L44
Possible null reference assignment.
|