add support for deleting an actor properly #43
Annotations
10 warnings
SARC/SARC.cs#L125
Possible null reference return.
|
Fushigi.Byml/Byml.cs#L55
Non-nullable field 'Root' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Fushigi.Byml/BymlWriter.cs#L213
Dereference of a possibly null reference.
|
Fushigi/util/DictionaryExtensions.cs#L11
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
Fushigi/course/CourseActor.cs#L351
Possible null reference return.
|
Fushigi/course/CourseArea.cs#L19
Non-nullable field 'mStageParams' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Fushigi/course/CourseArea.cs#L19
Non-nullable field 'mAreaParams' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Fushigi/course/CourseArea.cs#L19
Non-nullable field 'mActorHolder' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Fushigi/course/CourseArea.cs#L19
Non-nullable field 'mRailHolder' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Fushigi/course/CourseArea.cs#L19
Non-nullable field 'mRailLinks' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading