Skip to content

Add ModelToNifResolver and related tests #135

Add ModelToNifResolver and related tests

Add ModelToNifResolver and related tests #135

Triggered via push December 21, 2025 04:26
Status Success
Total duration 1m 37s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Maple2.File.IO/Tok/XmlTypes/OffMeshConnections.cs#L9
Non-nullable field 'Connections' 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/OffMeshConnections.cs#L7
Non-nullable field 'EndPoints' 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/Polygon.cs#L8
Non-nullable field 'Edges' 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/Triangle.cs#L8
Non-nullable field 'Triangle' 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.