Skip to content

Feat: Auto Kick on login #1711

Feat: Auto Kick on login

Feat: Auto Kick on login #1711

Triggered via pull request December 20, 2024 19:28
Status Success
Total duration 53s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: Arrowgene.Ddon.Shared/Crypto/BlowFish.cs#L70
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
build: Arrowgene.Ddon.Shared/Crypto/CryptoRandom.cs#L57
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
build: Arrowgene.Ddon.Shared/Crypto/PasswordHash.cs#L12
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
build: Arrowgene.Ddon.Shared/Model/Character.cs#L145
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Arrowgene.Ddon.Shared/Model/ClientItemInfo.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Arrowgene.Ddon.Shared/Entity/PacketStructure/S2CFriendCancelFriendApplicationRes.cs#L11
'S2CFriendCancelFriendApplicationRes.Result' hides inherited member 'ServerResponse.Result'. Use the new keyword if hiding was intended.
build: Arrowgene.Ddon.Shared/Entity/PacketStructure/S2CFriendRegisterFavoriteFriendRes.cs#L13
'S2CFriendRegisterFavoriteFriendRes.Result' hides inherited member 'ServerResponse.Result'. Use the new keyword if hiding was intended.
build: Arrowgene.Ddon.Shared/Entity/PacketStructure/S2CFriendRemoveFriendRes.cs#L11
'S2CFriendRemoveFriendRes.Result' hides inherited member 'ServerResponse.Result'. Use the new keyword if hiding was intended.
build: Arrowgene.Ddon.Shared/Util.cs#L229
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.'
build: Arrowgene.Ddon.Shared/AssetReader/BitterblackMazeAssetDeserializer.cs#L84
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.