Skip to content

Fix: More tweaks to spawns/loot with regards to subgroups. #1393

Fix: More tweaks to spawns/loot with regards to subgroups.

Fix: More tweaks to spawns/loot with regards to subgroups. #1393

Triggered via pull request September 13, 2024 00:13
Status Success
Total duration 1m 35s
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.