Emergency fix because Bushiroad can't program. #9
Annotations
10 warnings
|
Model/FlatCard.cs#L26
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Model/FlatCard.cs#L23
Non-nullable property 'ClassType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Model/FlatCard.cs#L20
Non-nullable property 'Trait' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Model/FlatCard.cs#L17
Non-nullable property 'Kind' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Model/FlatCard.cs#L14
Non-nullable property 'CardNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Model/FlatCard.cs#L11
Non-nullable property 'CardSet' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Model/FlatCard.cs#L8
Non-nullable property 'CardId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Model/NaviDeckList.cs#L23
Non-nullable property 'LeaderDeck' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Model/NaviDeckList.cs#L20
Non-nullable property 'EvolveDeck' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Model/NaviDeckList.cs#L17
Non-nullable property 'MainDeck' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading