✨ Try out SK planner with a chat interface #37
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 'Text' 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/PromptConfigs.cs#L13
'PromptTemplateConfig.Schema' is obsolete: 'Type property is no longer used. This will be removed in a future release.'
|
build:
src/TimesheetGPT.Core/PromptConfigs.cs#L54
'PromptTemplateConfig.Schema' is obsolete: 'Type property is no longer used. This will be removed in a future release.'
|
build:
src/TimesheetGPT.WebAPI/Endpoints/EmailEndpoints.cs#L9
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.WebUI/Shared/ResultCard.razor#L39
The variable 'e' is declared but never used
|