Skip to content

Bump Npgsql from 7.0.6 to 7.0.7 in /Arrowgene.Ddon.Database #1487

Bump Npgsql from 7.0.6 to 7.0.7 in /Arrowgene.Ddon.Database

Bump Npgsql from 7.0.6 to 7.0.7 in /Arrowgene.Ddon.Database #1487

Triggered via pull request October 3, 2024 22:39
Status Success
Total duration 1m 16s
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#L144
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.