fix crash caused by FluidType being loaded as a unsigned value #92
Annotations
40 warnings
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.
|
SARC/SARC.cs#L125
Possible null reference return.
|
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/CourseUnit.cs#L30
Converting null literal or possible null value to non-nullable type.
|
Fushigi/course/CourseUnit.cs#L32
Dereference of a possibly null reference.
|
Fushigi/course/CourseUnit.cs#L38
Converting null literal or possible null value to non-nullable type.
|
Fushigi/course/CourseUnit.cs#L40
Dereference of a possibly null reference.
|
Fushigi/course/CourseUnit.cs#L50
Converting null literal or possible null value to non-nullable type.
|
Fushigi/course/CourseUnit.cs#L70
Dereference of a possibly null reference.
|
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.
|
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.Bfres/BfresFile.cs#L41
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Fushigi.Bfres/BfresFile.cs#L45
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Fushigi.Bfres/Texture/BntxTexture.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Fushigi.Bfres/Common/ResDict.cs#L34
Possible null reference return.
|
Fushigi.Bfres/Common/Utils.cs#L38
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.
|
SARC/SARC.cs#L125
Possible null reference return.
|
Fushigi.Bfres/BfresFile.cs#L41
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Fushigi.Bfres/BfresFile.cs#L45
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Fushigi.Bfres/Common/ResDict.cs#L34
Possible null reference return.
|
Fushigi.Bfres/Common/ResDict.cs#L66
Non-nullable field 'Key' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Fushigi.Bfres/Common/ResDict.cs#L67
Non-nullable field 'Value' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Fushigi.Bfres/Texture/BntxTexture.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Fushigi.Bfres/EmbeddedFiles/EmbeddedFile.cs#L11
Non-nullable field 'Data' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
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.Bfres/Common/ResDict.cs#L34
Possible null reference return.
|
Fushigi.Bfres/BfresFile.cs#L41
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Fushigi.Bfres/EmbeddedFiles/EmbeddedFile.cs#L11
Non-nullable field 'Data' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Fushigi.Bfres/Common/Utils.cs#L38
Possible null reference return.
|
Fushigi.Bfres/BfresFile.cs#L45
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Fushigi.Bfres/Common/Utils.cs#L105
Converting null literal or possible null value to non-nullable type.
|
Fushigi.Bfres/Common/Utils.cs#L106
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading