Set a default size for the preferences window and make it undockable #32
Annotations
10 warnings
SARC/SARC.cs#L125
Possible null reference return.
|
Fushigi.Byml/BymlArrayNode.cs#L13
Non-nullable field 'Array' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
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/param/ParamLoader.cs#L16
Dereference of a possibly null reference.
|
Fushigi/param/ParamLoader.cs#L23
Nullability of reference types in value of type 'KeyValuePair<string, JsonNode?>' doesn't match target type 'KeyValuePair<string, JsonNode>'.
|
Fushigi/param/ParamLoader.cs#L28
Converting null literal or possible null value to non-nullable type.
|
Fushigi/param/ParamLoader.cs#L28
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
The logs for this run have expired and are no longer available.
Loading