remove useless codes that relates to RuneSlotState #690
Annotations
10 warnings
Run dotnet test Lib9c.Models.Tests:
Lib9c.Models/Extensions/StateExtensions.cs#L385
Cannot convert null literal to non-nullable reference type.
|
Run dotnet test Lib9c.Models.Tests:
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.
|
Run dotnet test Lib9c.Models.Tests:
Lib9c.Models/AttachmentActionResults/AttachmentActionResult.cs#L60
Non-nullable property 'TypeId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet test Lib9c.Models.Tests:
Lib9c.Models/AttachmentActionResults/Buy7BuyerResult.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.
|
Run dotnet test Lib9c.Models.Tests:
Lib9c.Models/AttachmentActionResults/Buy7SellerResult.cs#L28
Non-nullable property 'ShopItem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet test Lib9c.Models.Tests:
Lib9c.Models/AttachmentActionResults/CombinationConsumable5Result.cs#L39
Non-nullable property 'Materials' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet test Lib9c.Models.Tests:
Lib9c.Models/AttachmentActionResults/RapidCombination5Result.cs#L30
Non-nullable property 'Cost' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet test Lib9c.Models.Tests:
Lib9c.Models/AttachmentActionResults/ItemEnhancement11Result.cs#L52
Non-nullable property 'MaterialItemIdList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet test Lib9c.Models.Tests:
Lib9c.Models/AttachmentActionResults/DailyReward2Result.cs#L30
Non-nullable property 'Materials' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet test Lib9c.Models.Tests:
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.
|
Loading