Skip to content

fix Json serialization for SheetDocument #569

fix Json serialization for SheetDocument

fix Json serialization for SheetDocument #569

Triggered via push September 30, 2024 05:47
Status Success
Total duration 52s
Artifacts

build.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test (Mimir.Worker.Tests): Lib9c.Models/Extensions/StateExtensions.cs#L385
Cannot convert null literal to non-nullable reference type.
Test (Mimir.Worker.Tests): Lib9c.Models/AttachmentActionResults/SellCancellationResult.cs#L23
Non-nullable property 'ShopItem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (Mimir.Worker.Tests): Lib9c.Models/AttachmentActionResults/AttachmentActionResult.cs#L58
Non-nullable property 'TypeId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (Mimir.Worker.Tests): Lib9c.Models/AttachmentActionResults/Buy7BuyerResult.cs#L23
Non-nullable property 'ShopItem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (Mimir.Worker.Tests): Lib9c.Models/AttachmentActionResults/Buy7SellerResult.cs#L26
Non-nullable property 'ShopItem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (Mimir.Worker.Tests): Lib9c.Models/AttachmentActionResults/RapidCombination5Result.cs#L28
Non-nullable property 'Cost' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (Mimir.Worker.Tests): Lib9c.Models/Stats/StatMap.cs#L25
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (Mimir.Worker.Tests): Lib9c.Models/AttachmentActionResults/CombinationConsumable5Result.cs#L37
Non-nullable property 'Materials' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (Mimir.Worker.Tests): Lib9c.Models/AttachmentActionResults/RapidCombination0Result.cs#L26
Non-nullable property 'Cost' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (Mimir.Worker.Tests): Lib9c.Models/AttachmentActionResults/DailyReward2Result.cs#L28
Non-nullable property 'Materials' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.