Skip to content

Modular building rework #475

Modular building rework

Modular building rework #475

Triggered via pull request August 31, 2023 23:38
Status Success
Total duration 1m 13s
Artifacts

dotnet.yml

on: pull_request
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, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: InfectedRose/InfectedRose.Terrain/Editor/TerrainEditor.cs#L30
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.
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build: Uchu.Core/Cache/DatabaseCache.cs#L14
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
build: Uchu.Core/Cache/RedisSessionCache.cs#L18
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
build: Uchu.Core/Database/Providers/UchuContextBase.cs#L49
'UchuContextBase.DisposeAsync()' hides inherited member 'DbContext.DisposeAsync()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: Uchu.Core/Cache/DatabaseCache.cs#L20
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
build: Uchu.Core/Cache/RedisSessionCache.cs#L31
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
build: Uchu.Core/Client/Attribute/CacheMethodAttribute.cs#L32
Do not declare visible instance fields
build: Uchu.Core/Serializable/Struct/StructPacketParser.cs#L11
Type 'StructPacketParser' is a static holder type but is neither static nor NotInheritable
build: Uchu.Core/UchuServer.cs#L164
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'UchuServer.GenerateCommandHelpMessage(char, Dictionary<string, CommandHandler>, GameMasterLevel)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'.