⬆️ Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #40
Annotations
13 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
|
src/TimesheetGPT.Core/Models/Meeting.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TimesheetGPT.Core/Models/Meeting.cs#L8
Non-nullable property 'Sender' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TimesheetGPT.Core/PromptConfigs.cs#L13
'PromptTemplateConfig.Schema' is obsolete: 'Type property is no longer used. This will be removed in a future release.'
|
src/TimesheetGPT.Core/PromptConfigs.cs#L54
'PromptTemplateConfig.Schema' is obsolete: 'Type property is no longer used. This will be removed in a future release.'
|
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.
|
src/TimesheetGPT.WebUI/Shared/ResultCard.razor#L39
The variable 'e' is declared but never used
|
src/TimesheetGPT.WebUI/Shared/ResultCard.razor#L20
Non-nullable property 'Heading' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TimesheetGPT.WebUI/Shared/ResultCard.razor#L26
Non-nullable property 'CopyText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TimesheetGPT.WebUI/Shared/ResultCard.razor#L29
Non-nullable property 'ChildContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TimesheetGPT.WebUI/Components/Results.razor#L43
Dereference of a possibly null reference.
|
This job succeeded
Loading