Skip to content

create DateTimeExtensions #860

create DateTimeExtensions

create DateTimeExtensions #860

Triggered via pull request October 6, 2024 01:26
Status Success
Total duration 5m 46s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
Analyze
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, github/codeql-action/init@v2, actions/[email protected], github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Analyze
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Analyze: src/Application/Common/Models/Result.cs#L43
'Result<T>.Failure(params string[])' hides inherited member 'Result.Failure(params string[])'. Use the new keyword if hiding was intended.
Analyze: src/Application/Common/Models/Result.cs#L44
'Result<T>.FailureAsync(params string[])' hides inherited member 'Result.FailureAsync(params string[])'. Use the new keyword if hiding was intended.
Analyze: src/Application/Common/ExceptionHandlers/GlobalExceptionHandler.cs#L41
Dereference of a possibly null reference.
Analyze: src/Application/Features/Contacts/DTOs/ContactDto.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: src/Application/Features/Contacts/Commands/Update/UpdateContactCommand.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: src/Application/Features/Contacts/Commands/Create/CreateContactCommand.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: src/Application/Features/Contacts/Commands/AddEdit/AddEditContactCommand.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: src/Infrastructure/Services/ExcelService.cs#L132
Dereference of a possibly null reference.
Analyze
Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: SQLite. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Analyze: src/Migrators/Migrators.SqLite/Migrations/20240413024715_setglobalstringmaxlength.cs#L8
The type name 'setglobalstringmaxlength' only contains lower-cased ascii characters. Such names may become reserved for the language.
Analyze
Unexpected input(s) 'languages', valid inputs are ['check_name', 'output', 'upload', 'cleanup-level', 'ram', 'add-snippets', 'skip-queries', 'threads', 'checkout_path', 'ref', 'sha', 'category', 'upload-database', 'wait-for-processing', 'token', 'matrix', 'expect-error']
Analyze
Unexpected input(s) 'languages', valid inputs are ['check_name', 'output', 'upload', 'cleanup-level', 'ram', 'add-snippets', 'skip-queries', 'threads', 'checkout_path', 'ref', 'sha', 'category', 'upload-database', 'wait-for-processing', 'token', 'matrix', 'expect-error']