feat: Add C# scripting support #1708
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/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.
|