Add in support for removing the source link as well on actor deletion… #46
Annotations
10 warnings
build:
SARC/SARC.cs#L125
Possible null reference return.
|
build:
Fushigi.Byml/Byml.cs#L55
Non-nullable field 'Root' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Fushigi.Byml/BymlWriter.cs#L213
Dereference of a possibly null reference.
|
build:
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.
|
build:
Fushigi/ui/undo/UndoRedo.cs#L44
Cannot convert null literal to non-nullable reference type.
|
build:
Fushigi/ui/undo/UndoRedo.cs#L19
Cannot convert null literal to non-nullable reference type.
|
build:
Fushigi/ui/undo/AddDeleteUndo.cs#L44
Parameter 'name' is unread.
|
build:
Fushigi/ui/undo/AddDeleteUndo.cs#L37
Parameter 'name' is unread.
|
build:
Fushigi/ui/bgunit/BGUnitRail.cs#L47
Nullable value type may be null.
|
build:
Fushigi/course/CourseArea.cs#L19
Non-nullable field 'mStageParams' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|