Skip to content

CodeQL

CodeQL #18

Triggered via schedule November 13, 2024 03:01
Status Success
Total duration 2m 38s
Artifacts

codeql.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): EcoreNetto.Website/Model/FileUpload.cs#L30
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): EcoreNetto.Website/Model/FileUpload.cs#L35
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 (csharp): EcoreNetto.Website/Model/FileUpload.cs#L40
Non-nullable property 'TemporaryFileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): EcoreNetto.Website/Services/SelectedFileService.cs#L31
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): EcoreNetto.Website/Modules/UploadModule.cs#L71
Dereference of a possibly null reference.
Analyze (csharp): EcoreNetto.Website/Components/Pages/Reports.razor#L113
Possible null reference assignment.
Analyze (csharp): EcoreNetto.Website/Services/FileTrackingService.cs#L112
Nullable value type may be null.
Analyze (csharp): EcoreNetto.Website/Services/FileTrackingService.cs#L133
Possible null reference return.
Analyze (csharp): EcoreNetto.Website/Services/FileTrackingService.cs#L144
Possible null reference return.
Analyze (csharp): EcoreNetto.Website/Services/FileTrackingService.cs#L160
Possible null reference return.