Compare test #4630
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Mimir/Lib9c.Models/Extensions/StateExtensions.cs#L385
Cannot convert null literal to non-nullable reference type.
|
Mimir/Lib9c.Models/Stake/Contract.cs#L28
Non-nullable property 'StakeRegularFixedRewardSheetTableName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Mimir/Lib9c.Models/Stake/Contract.cs#L28
Non-nullable property 'StakeRegularRewardSheetTableName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Mimir/Lib9c.Models/States/WorldInformationState.cs#L28
Non-nullable property 'WorldDictionary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Mimir/Lib9c.Models/Stats/StatMap.cs#L27
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Mimir/Lib9c.Models/Skills/Skill.cs#L59
Non-nullable property 'SkillRow' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Mimir/Lib9c.Models/States/StakeState.cs#L23
Non-nullable property 'Contract' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Mimir/Lib9c.Models/Market/ItemProduct.cs#L27
Non-nullable property 'TradableItem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Mimir/Lib9c.Models/AttachmentActionResults/SellCancellationResult.cs#L25
Non-nullable property 'ShopItem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Mimir/Lib9c.Models/Items/ItemUsable.cs#L42
Non-nullable property 'StatsMap' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading