Skip to content

v3.3.2-alpha.5

v3.3.2-alpha.5 #8

Triggered via release June 26, 2024 07:05
Status Success
Total duration 2m 36s
Artifacts

dotnet-win-arm64.yml

on: release
构建并发布 .NET 应用程序
2m 25s
构建并发布 .NET 应用程序
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
构建并发布 .NET 应用程序
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-release-asset@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
构建并发布 .NET 应用程序
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
构建并发布 .NET 应用程序
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
构建并发布 .NET 应用程序: src/MDriveSync.Core/ViewModels/FilePathKeyResult.cs#L12
'FilePathKeyResult.Key' hides inherited member 'AliyunDriveFileItem.Key'. Use the new keyword if hiding was intended.
构建并发布 .NET 应用程序: src/MDriveSync.Core/Services/AliyunDriveMounterByJob.cs#L243
The variable 'ex' is declared but never used
构建并发布 .NET 应用程序: src/MDriveSync.Core/Services/LocalStorageJob.cs#L502
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
构建并发布 .NET 应用程序: src/MDriveSync.Core/Services/LocalStorageJob.cs#L807
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
构建并发布 .NET 应用程序: src/MDriveSync.Core/Services/AliyunDriveMounterByJob.cs#L18
Field 'AliyunDriveMounterByJob._dokanInstance' is never assigned to, and will always have its default value null
构建并发布 .NET 应用程序: src/MDriveSync.Core/IO/SystemIOWindows.cs#L272
This call site is reachable on all platforms. 'DirectorySecurity' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
构建并发布 .NET 应用程序: src/MDriveSync.Core/IO/SystemIOWindows.cs#L282
This call site is reachable on all platforms. 'FileSecurity' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
构建并发布 .NET 应用程序: src/MDriveSync.Core/IO/SystemIOWindows.cs#L308
This call site is reachable on all platforms. 'FileSystemAclExtensions.SetAccessControl(FileInfo, FileSecurity)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
构建并发布 .NET 应用程序: src/MDriveSync.Core/IO/SystemIOWindows.cs#L277
This call site is reachable on all platforms. 'AccessControlSections.Owner' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)