Better Depth Sorting #464
Annotations
21 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
SARC/SARC.cs#L125
Possible null reference return.
|
Fushigi.Msbt/MsbtFile.cs#L35
Non-nullable field 'AttributeData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Fushigi.Msbt/MsbtFile.cs#L39
Non-nullable field 'AttributeData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Fushigi.Byml/Serializer/BymlSerialize.cs#L44
Converting null literal or possible null value to non-nullable type.
|
Fushigi.Byml/Serializer/BymlSerialize.cs#L52
Dereference of a possibly null reference.
|
Fushigi.Byml/Serializer/BymlObject.cs#L12
Non-nullable field 'HashTable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Fushigi.Byml/Serializer/BymlProperty.cs#L14
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Fushigi.Byml/Serializer/BymlProperty.cs#L14
Non-nullable property 'DefaultValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Fushigi.Byml/Serializer/BymlProperty.cs#L16
Non-nullable property 'DefaultValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Fushigi.Byml/Byml.cs#L55
Non-nullable field 'Root' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
SARC/SARC.cs#L125
Possible null reference return.
|
Fushigi.Byml/Serializer/BymlProperty.cs#L14
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Fushigi.Byml/Serializer/BymlProperty.cs#L14
Non-nullable property 'DefaultValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Fushigi.Byml/Serializer/BymlProperty.cs#L16
Non-nullable property 'DefaultValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Fushigi.Byml/Serializer/BymlObject.cs#L12
Non-nullable field 'HashTable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Fushigi.Byml/Serializer/BymlSerialize.cs#L44
Converting null literal or possible null value to non-nullable type.
|
Fushigi.Byml/Serializer/BymlSerialize.cs#L52
Dereference of a possibly null reference.
|
Fushigi.Byml/BymlWriter.cs#L213
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 adding the 'required' modifier or declaring the field as nullable.
|
Fushigi.Byml/Serializer/BymlSerialize.cs#L67
Dereference of a possibly null reference.
|
This job succeeded
Loading