Add mastery commands for player management and debugging - #562
Merged
AngeloTadeucci merged 1 commit intoAug 25, 2025
Merged
Annotations
10 warnings and 1 notice
|
Maple2.Model/Game/User/Character.cs#L51
Non-nullable field 'MarriageInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Maple2.Model/Game/User/PlayerInfo.cs#L144
Non-nullable property 'GuildName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Maple2.Tools/Extensions/PacketExtensions.cs#L82
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
Maple2.Tools/Extensions/EnumerableExtensions.cs#L81
Parameter 'value' must have a non-null value when exiting with 'true'.
|
|
Maple2.Tools/ConcurrentMultiDictionary.cs#L86
Parameter 'value' must have a non-null value when exiting with 'true'.
|
|
Maple2.Tools/ConcurrentMultiDictionary.cs#L78
Parameter 'value' must have a non-null value when exiting with 'true'.
|
|
Maple2.Tools/ConcurrentMultiDictionary.cs#L61
Parameter 'value' must have a non-null value when exiting with 'true'.
|
|
Maple2.Tools/ConcurrentMultiDictionary.cs#L52
Parameter 'value' must have a non-null value when exiting with 'true'.
|
|
Maple2.Tools/ConcurrentMultiDictionary.cs#L47
Parameter 'value' must have a non-null value when exiting with 'true'.
|
|
Maple2.Tools/ConcurrentMultiDictionary.cs#L43
Parameter 'value' must have a non-null value when exiting with 'true'.
|
|
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
The logs for this run have expired and are no longer available.
Loading