feat: refactor permission management #134
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, rlespinasse/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3, rlespinasse/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
modules/file-management/src/Passingwind.Abp.FileManagement.Domain.Shared/Files/FileAccessMode.cs#L6
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
build:
modules/file-management/src/Passingwind.Abp.FileManagement.Domain.Shared/Files/FileAccessMode.cs#L14
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
build:
modules/file-management/src/Passingwind.Abp.FileManagement.Domain.Shared/Files/FileAccessMode.cs#L18
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
build:
modules/identity-client/src/Passingwind.Abp.IdentityClient.Domain/IdentityClientConfigurationHelper.cs#L72
Possible null reference argument for parameter 'conversionType' in 'object? Convert.ChangeType(object? value, Type conversionType)'.
|
build:
modules/identity-client/src/Passingwind.Abp.IdentityClient.Domain/Identity/IdentityClaimMapRunner.cs#L73
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
|
build:
modules/identity-client/src/Passingwind.Abp.IdentityClient.Application.Contracts/ISaml2AppService.cs#L12
Unused 'param' element in a documentation comment (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1228)
|
build:
modules/identity-client/src/Passingwind.Abp.IdentityClient.Application.Contracts/ISaml2AppService.cs#L13
Unused 'param' element in a documentation comment (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1228)
|
build:
modules/identity-client/src/Passingwind.Abp.IdentityClient.Application.Contracts/ISaml2AppService.cs#L19
Unused 'param' element in a documentation comment (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1228)
|
build:
modules/api-keys/src/Passingwind.Abp.ApiKey.Domain/AbpApiKeyOptions.cs#L19
Possible null reference assignment.
|
build:
modules/api-keys/src/Passingwind.Abp.ApiKey.Domain/AbpApiKeyOptions.cs#L17
Non-nullable property 'Realm' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|