Viewmodel cleanup #10
Merged
Annotations
11 warnings
|
Autobuild:
ViewModels/Pages/LayerAnalyzerViewModel.cs#L64
The field 'LayerAnalyzerViewModel._optimizedViewLayer' is assigned but its value is never used
|
|
Autobuild:
Services/ApplicationHostService.cs#L16
Non-nullable field '_navigationWindow' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Autobuild:
Models/SKU.cs#L31
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Autobuild:
Models/AppConfig.cs#L7
Non-nullable property 'AppPropertiesFileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Autobuild:
Models/AppConfig.cs#L5
Non-nullable property 'ConfigurationsFolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Autobuild:
ViewModels/Pages/LayerAnalyzerViewModel.cs#L64
The field 'LayerAnalyzerViewModel._optimizedViewLayer' is assigned but its value is never used
|
|
Autobuild:
Services/ApplicationHostService.cs#L16
Non-nullable field '_navigationWindow' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Autobuild:
Models/SKU.cs#L31
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Autobuild:
Models/AppConfig.cs#L7
Non-nullable property 'AppPropertiesFileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Autobuild:
Models/AppConfig.cs#L5
Non-nullable property 'ConfigurationsFolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Initialize CodeQL
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/
|
Loading