CodeQL #15
Annotations
10 warnings
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.
|
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.
|
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.
|
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.
|
EcoreNetto.Website/Modules/UploadModule.cs#L71
Dereference of a possibly null reference.
|
EcoreNetto.Website/Components/Pages/Reports.razor#L113
Possible null reference assignment.
|
EcoreNetto.Website/Services/FileTrackingService.cs#L112
Nullable value type may be null.
|
EcoreNetto.Website/Services/FileTrackingService.cs#L133
Possible null reference return.
|
EcoreNetto.Website/Services/FileTrackingService.cs#L144
Possible null reference return.
|
EcoreNetto.Website/Services/FileTrackingService.cs#L160
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading