Skip to content

⬆️ Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #40

⬆️ Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

⬆️ Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #40

Status Success
Total duration 38s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
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/
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/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.
build: 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.
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
build: 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.
build: 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.
build: 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.
build: src/TimesheetGPT.WebUI/Components/Results.razor#L43
Dereference of a possibly null reference.