[Bump] version to 0.4.0 #51
Annotations
11 warnings
|
Analyze (csharp):
EcoreNetto.Website/Services/FileTrackingService.cs#L133
Possible null reference return.
|
|
Analyze (csharp):
EcoreNetto.Website/Services/FileTrackingService.cs#L112
Nullable value type may be null.
|
|
Analyze (csharp):
EcoreNetto.Website/Components/Pages/Reports.razor#L113
Possible null reference assignment.
|
|
Analyze (csharp):
EcoreNetto.Website/Components/Pages/Reports.razor#L113
Possible null reference argument for parameter 'document' in 'FileUpload? JsonSerializer.Deserialize<FileUpload>(JsonDocument document, JsonSerializerOptions? options = null)'.
|
|
Analyze (csharp):
EcoreNetto.Website/Modules/UploadModule.cs#L71
Dereference of a possibly null reference.
|
|
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/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/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#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/Modules/UploadModule.cs#L33
'CarterModule' is obsolete: 'CarterModule will be removed in the next version. Please migrate to ICarterModule.'
|
|
Analyze (csharp)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|