feat: Add C# scripting support #1709
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
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/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/Crypto/BlowFish.cs#L109
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
|