Update Maple2.File.Unity.csproj #140
Annotations
1 error and 10 warnings
|
build
Process completed with exit code 1.
|
|
build:
Maple2.File.IO/Tok/XmlTypes/Mesh3D.cs#L10
Non-nullable field 'Vertices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Maple2.File.IO/Tok/XmlTypes/Mesh.cs#L17
Non-nullable field 'OffMeshConnections' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Maple2.File.IO/Tok/XmlTypes/Mesh.cs#L15
Non-nullable field 'MappingTo2D' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Maple2.File.IO/Tok/XmlTypes/Mesh.cs#L13
Non-nullable field 'Mesh3D' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Maple2.File.IO/Tok/XmlTypes/MappingTo2D.cs#L7
Non-nullable field 'Polygons' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Maple2.File.IO/Tok/XmlTypes/EndPoint.cs#L13
Non-nullable field 'Position' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Maple2.File.IO/Tok/XmlTypes/EndPoint.cs#L7
Non-nullable field 'EndPoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Maple2.File.IO/Tok/XmlTypes/Connection.cs#L7
Non-nullable field 'Connection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Maple2.File.IO/Tok/XmlTypes/Vertex.cs#L7
Non-nullable field 'Vertex' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Maple2.File.IO/Crypto/Common/PackFileEntry.cs#L14
Cannot convert null literal to non-nullable reference type.
|