Merge pull request #352 from moreal/bump-deps #568
Annotations
10 warnings
Lib9c.Models/Extensions/StateExtensions.cs#L385
Cannot convert null literal to non-nullable reference type.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Lib9c.Models/AttachmentActionResults/MonsterCollectionResult.cs#L27
Non-nullable property 'Rewards' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Lib9c.Models/AttachmentActionResults/ItemEnhancement9Result.cs#L48
Non-nullable property 'MaterialItemIdList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Lib9c.Models/AttachmentActionResults/ItemEnhancement7Result.cs#L30
Non-nullable property 'MaterialItemIdList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading