Triggered via release
June 26, 2024 09:20
trueai-org
published
v3.3.2
Status
Success
Total duration
2m 9s
Artifacts
–
dotnet-win-gui-x64.yml
on: release
构建并发布 .NET 应用程序
1m 56s
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/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#L243
The variable 'ex' is declared but never used
|
构建并发布 .NET 应用程序:
src/MDriveSync.Core/Services/AliyunDriveMounter_Dokan.cs#L336
The variable 'ex' is declared but never used
|
构建并发布 .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#L257
This call site is reachable on all platforms. 'FileSystemAclExtensions.SetAccessControl(DirectoryInfo, DirectorySecurity)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
构建并发布 .NET 应用程序:
src/MDriveSync.Core/IO/SystemIOWindows.cs#L267
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#L277
This call site is reachable on all platforms. 'AccessControlSections.Group' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
构建并发布 .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)
|