Skip to content

feat: implements many serializers for ItemBase relates #532

feat: implements many serializers for ItemBase relates

feat: implements many serializers for ItemBase relates #532

Triggered via pull request September 25, 2024 01:02
Status Failure
Total duration 51s
Artifacts

build.yaml

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

Annotations

2 errors and 10 warnings
Test (Mimir.Worker.Tests): Mimir.MongoDB/Bson/Serialization/SerializationRegistry.cs#L7
The type or namespace name 'AttachmentActionResults' does not exist in the namespace 'Mimir.MongoDB.Bson.Serialization.Serializers.Lib9c' (are you missing an assembly reference?)
Test (Mimir.Worker.Tests)
Process completed with exit code 1.
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/Skills/Skill.cs#L55
Non-nullable property 'SkillRow' 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/Items/Consumable.cs#L24
Non-nullable property 'Stats' 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#L23
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/Items/Costume.cs#L36
Non-nullable property 'SpineResourcePath' 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/Items/Costume.cs#L40
Non-nullable property 'SpineResourcePath' 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/Items/Equipment.cs#L56
Non-nullable property 'Stat' 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/Items/Equipment.cs#L56
Non-nullable property 'SpineResourcePath' 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/Items/Equipment.cs#L60
Non-nullable property 'Stat' 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/Items/Equipment.cs#L60
Non-nullable property 'SpineResourcePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.