feat: add support for access packages in policy editor #5385
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
backend/PolicyAdmin/Models/AccessPackageOption.cs#L11
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:
backend/PolicyAdmin/Models/AccessPackageOption.cs#L13
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
backend/PolicyAdmin/Models/AccessPackageAreaGroup.cs#L11
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:
backend/PolicyAdmin/Models/AccessPackageAreaGroup.cs#L13
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
backend/PolicyAdmin/Models/AccessPackageAreaGroup.cs#L15
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
backend/PolicyAdmin/Models/AccessPackageAreaGroup.cs#L17
Non-nullable property 'Areas' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
backend/PolicyAdmin/Models/AccessPackageArea.cs#L11
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:
backend/PolicyAdmin/Models/AccessPackageArea.cs#L13
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
backend/PolicyAdmin/Models/AccessPackageArea.cs#L15
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
backend/PolicyAdmin/Models/AccessPackageArea.cs#L17
Non-nullable property 'AreaGroup' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading