Skip to content

refactor file management #98

refactor file management

refactor file management #98

Triggered via push January 2, 2024 16:04
Status Success
Total duration 1m 45s
Artifacts

build-pack.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 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: 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 cref attribute 'FileContainerAccess' that could not be resolved
build: modules/file-management/src/Passingwind.Abp.FileManagement.Domain/FileInfoCheckProvider.cs#L69
Remove unnecessary else clause. (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1211)
build: modules/api-keys/src/Passingwind.Abp.ApiKey.HttpApi.Client/ApiKeyHttpApiClientModule.cs#L21
Use expression-bodied lambda. (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1021)
build: modules/api-keys/src/Passingwind.Abp.ApiKey.HttpApi.Client/ApiKeyHttpApiClientModule.cs#L24
Remove unnecessary blank line. (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036)
build: 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)
build: 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)
build: modules/identity/src/Passingwind.Abp.Identity.Domain/IdentityUserTwoFactorManager.cs#L40
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)