Skip to content
Triggered via release August 11, 2024 04:43
@trueai-orgtrueai-org
published v3.2.1
Status Success
Total duration 44s
Artifacts

dotnet-osx-x64.yml

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

Annotations

13 warnings
构建并发布 .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 following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/Midjourney.Infrastructure/Options/ProxyProperties.cs#L179
XML comment has badly formed XML -- 'Reference to undefined entity 'permissions'.'
构建并发布 .NET 应用程序: src/Midjourney.Infrastructure/Options/ProxyProperties.cs#L179
XML comment has badly formed XML -- 'Reference to undefined entity 'scope'.'
构建并发布 .NET 应用程序: src/Midjourney.Infrastructure/Dto/SelectMenuComponentDto.cs#L110
'EventData.Id' hides inherited member 'DomainObject.Id'. Use the new keyword if hiding was intended.
构建并发布 .NET 应用程序: src/Midjourney.Infrastructure/Util/RandomUtils.cs#L22
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
构建并发布 .NET 应用程序: src/Midjourney.Infrastructure/Util/RandomUtils.cs#L46
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
构建并发布 .NET 应用程序: src/Midjourney.Infrastructure/Util/LocalLock.cs#L35
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
构建并发布 .NET 应用程序: src/Midjourney.Infrastructure/Util/AsyncLocalLock.cs#L30
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
构建并发布 .NET 应用程序: src/Midjourney.Infrastructure/Extensions.cs#L257
XML comment has a param tag for 'orderBy', but there is no parameter by that name