Old Code Revamp, Curved Rails, & Actor To Rail Fix #456
Annotations
21 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
Fushigi.Msbt/MsbtFile.cs#L35
Non-nullable field 'AttributeData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
SARC/SARC.cs#L125
Possible null reference return.
|
Build:
Fushigi.Msbt/MsbtFile.cs#L39
Non-nullable field 'AttributeData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
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/Serializer/BymlObject.cs#L12
Non-nullable field 'HashTable' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Fushigi.Byml/Serializer/BymlSerialize.cs#L44
Converting null literal or possible null value to non-nullable type.
|
Build:
Fushigi.Byml/Serializer/BymlSerialize.cs#L52
Dereference of a possibly null reference.
|
Build:
Fushigi.Byml/Serializer/BymlProperty.cs#L14
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Fushigi.Byml/Serializer/BymlProperty.cs#L14
Non-nullable property 'DefaultValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Fushigi.Byml/Serializer/BymlProperty.cs#L16
Non-nullable property 'DefaultValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
SARC/SARC.cs#L125
Possible null reference return.
|
Publish:
Fushigi.Byml/Byml.cs#L55
Non-nullable field 'Root' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish:
Fushigi.Byml/Serializer/BymlProperty.cs#L14
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
Fushigi.Byml/Serializer/BymlProperty.cs#L14
Non-nullable property 'DefaultValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
Fushigi.Byml/Serializer/BymlProperty.cs#L16
Non-nullable property 'DefaultValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
Fushigi.Byml/Serializer/BymlObject.cs#L12
Non-nullable field 'HashTable' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish:
Fushigi.Byml/Serializer/BymlSerialize.cs#L44
Converting null literal or possible null value to non-nullable type.
|
Publish:
Fushigi.Byml/Serializer/BymlSerialize.cs#L52
Dereference of a possibly null reference.
|
Publish:
Fushigi.Byml/Serializer/BymlSerialize.cs#L67
Dereference of a possibly null reference.
|
Publish:
Fushigi.Byml/Serializer/BymlSerialize.cs#L74
Dereference of a possibly null reference.
|
Loading