nuget package reference check #66
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
EcoreNetto.Website/Modules/UploadModule.cs#L71
Dereference of a possibly null reference.
|
build:
EcoreNetto.Website/Components/Pages/Reports.razor#L113
Possible null reference assignment.
|
build:
EcoreNetto.Website/Services/FileTrackingService.cs#L112
Nullable value type may be null.
|
build:
EcoreNetto.Website/Services/FileTrackingService.cs#L133
Possible null reference return.
|
build:
EcoreNetto.Website/Services/FileTrackingService.cs#L144
Possible null reference return.
|
build:
EcoreNetto.Website/Services/FileTrackingService.cs#L160
Possible null reference return.
|