Skip to content

Added Phys File Type, Added more M2 chunks (some unfinished), changed some smaller things #58

Added Phys File Type, Added more M2 chunks (some unfinished), changed some smaller things

Added Phys File Type, Added more M2 chunks (some unfinished), changed some smaller things #58

Re-run triggered September 6, 2024 09:45
Status Failure
Total duration 37s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
tests: Warcraft.NET.Docs/Program.cs#L3
The type or namespace name 'phys' does not exist in the namespace 'Warcraft.NET.Files' (are you missing an assembly reference?)
tests: Warcraft.NET.Docs/Program.cs#L3
The type or namespace name 'phys' does not exist in the namespace 'Warcraft.NET.Files' (are you missing an assembly reference?)
tests
Process completed with exit code 1.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L120
'TerrainLOD.LoadBinaryData(byte[])' hides inherited member 'ChunkedFile.LoadBinaryData(byte[])'. Use the new keyword if hiding was intended.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L106
Non-nullable property 'Header' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L106
Non-nullable property 'Heightmap' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L106
Non-nullable property 'Levels' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L106
Non-nullable property 'QuadTree' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L106
Non-nullable property 'VertexIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L106
Non-nullable property 'SkirtIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L106
Non-nullable property 'BlendMeshHeaders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L106
Non-nullable property 'BlendMeshBoundingBoxes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L106
Non-nullable property 'BlendMeshIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.