Skip to content

feat: Add support for quest timer #1400

feat: Add support for quest timer

feat: Add support for quest timer #1400

Triggered via pull request September 13, 2024 22:01
Status Failure
Total duration 55s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: Arrowgene.Ddon.GameServer/Handler/InstanceGetEnemySetListHandler.cs#L33
The name 'QuestManager' does not exist in the current context
build: Arrowgene.Ddon.GameServer/Handler/InstanceGetEnemySetListHandler.cs#L33
The name 'QuestManager' does not exist in the current context
build
Process completed with exit code 1.
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.