Skip to content

Remove DotNetZip & Upgrade Maple2.File.Parser #697

Remove DotNetZip & Upgrade Maple2.File.Parser

Remove DotNetZip & Upgrade Maple2.File.Parser #697

Re-run triggered November 18, 2024 15:38
Status Success
Total duration 5m 36s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Maple2.Tools/ConcurrentMultiDictionary.cs#L43
Parameter 'value' must have a non-null value when exiting with 'true'.
build: Maple2.Tools/ConcurrentMultiDictionary.cs#L47
Parameter 'value' must have a non-null value when exiting with 'true'.
build: Maple2.Tools/ConcurrentMultiDictionary.cs#L52
Parameter 'value' must have a non-null value when exiting with 'true'.
build: Maple2.Tools/ConcurrentMultiDictionary.cs#L61
Parameter 'value' must have a non-null value when exiting with 'true'.
build: Maple2.Tools/ConcurrentMultiDictionary.cs#L78
Parameter 'value' must have a non-null value when exiting with 'true'.
build: Maple2.Tools/ConcurrentMultiDictionary.cs#L86
Parameter 'value' must have a non-null value when exiting with 'true'.
build: 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)
build: Maple2.Tools/Extensions/EnumerableExtensions.cs#L81
Parameter 'value' must have a non-null value when exiting with 'true'.
build: Maple2.Model/Game/User/Character.cs#L52
Non-nullable field 'MarriageInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Maple2.Model/Game/Party/PartySearch.cs#L21
Non-nullable property 'LeaderName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.