Skip to content

parse enums from string #541

parse enums from string

parse enums from string #541

Triggered via push September 25, 2024 06:45
Status Success
Total duration 1m 12s
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/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/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/ItemUsable.cs#L40
Non-nullable property 'StatsMap' 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/ItemUsable.cs#L40
Non-nullable property 'Skills' 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/ItemUsable.cs#L40
Non-nullable property 'BuffSkills' 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.