Skip to content

Bump Parser version to 2.3.6 #55

Bump Parser version to 2.3.6

Bump Parser version to 2.3.6 #55

Triggered via push February 27, 2026 06:33
Status Success
Total duration 3m 11s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Mesh3D.cs#L12
Non-nullable field 'Triangles' 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/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/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/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.