Skip to content

Clan Requests

Clan Requests #2195

Triggered via pull request May 26, 2025 20:46
Status Success
Total duration 1m 16s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Arrowgene.Ddon.Shared/Util.cs#L458
The variable 'ex' is declared but never used
build: Arrowgene.Ddon.Shared/Util.cs#L230
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
build: Arrowgene.Ddon.Shared/Network/ResponseErrorException.cs#L17
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
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/S2CFriendCancelFriendApplicationRes.cs#L11
'S2CFriendCancelFriendApplicationRes.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/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/EntitySerializer.cs#L2330
Type parameter 'T' has the same name as the type parameter from outer type 'EntitySerializer<T>'
build: Arrowgene.Ddon.Shared/Entity/EntitySerializer.cs#L2294
Type parameter 'T' has the same name as the type parameter from outer type 'EntitySerializer<T>'
build: Arrowgene.Ddon.Shared/Model/Character.cs#L228
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.