Skip to content

fix: Fix issue where death rewards items when running away #1391

fix: Fix issue where death rewards items when running away

fix: Fix issue where death rewards items when running away #1391

Triggered via pull request September 13, 2024 00:00
Status Success
Total duration 1m 17s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Arrowgene.Ddon.Shared/Entity/Structure/CDataDispelBaseItemData.cs#L3
The using directive for 'Arrowgene.Buffers' appeared previously in this namespace
build: Arrowgene.Ddon.Shared/Entity/Structure/CDataDispelBaseItemData.cs#L4
The using directive for 'System' appeared previously in this namespace
build: Arrowgene.Ddon.Shared/Entity/Structure/CDataDispelLotData.cs#L3
The using directive for 'Arrowgene.Buffers' appeared previously in this namespace
build: Arrowgene.Ddon.Shared/Entity/Structure/CDataDispelLotData.cs#L4
The using directive for 'System' appeared previously in this namespace
build: Arrowgene.Ddon.Shared/Entity/Structure/CDataDispelLotItem.cs#L3
The using directive for 'Arrowgene.Buffers' appeared previously in this namespace
build: Arrowgene.Ddon.Shared/Entity/Structure/CDataDispelLotItem.cs#L4
The using directive for 'System' appeared previously in this namespace
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.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
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.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
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.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
build: Arrowgene.Ddon.Shared/Model/Character.cs#L142
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.