Merge pull request #12 from jxnkwlp/feature/abp-8.2 #131
Annotations
12 warnings
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/
|
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/
|
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.'
|
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.'
|
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.'
|
modules/api-keys/src/Passingwind.Abp.ApiKey.Domain/AbpApiKeyOptions.cs#L19
Possible null reference assignment.
|
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.
|
modules/api-keys/src/Passingwind.Abp.ApiKey.Domain/ApiKeyRecordManager.cs#L32
Possible null reference return.
|
modules/api-keys/src/Passingwind.Abp.ApiKey.Domain/ApiKeyRecordManager.cs#L38
Possible null reference return.
|
modules/api-keys/src/Passingwind.Abp.ApiKey.Domain/ApiKeyRecordManager.cs#L69
Forward the 'cancellationToken' parameter to the 'GenerateValueAsync' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2016)
|
modules/api-keys/src/Passingwind.Abp.ApiKey.Domain/ApiKeyRecordManager.cs#L71
Forward the 'cancellationToken' parameter to the 'UpdateAsync' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2016)
|
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)'.
|
This job succeeded
Loading