Skip to content

Add initial support for LOD ADT #14

Add initial support for LOD ADT

Add initial support for LOD ADT #14

Triggered via pull request July 15, 2024 21:26
Status Success
Total duration 36s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
tests: Warcraft.NET/Files/WDT/Entries/SL/MPL3Entry.cs#L113
The member 'MPL3Entry.GetSize()' does not hide an accessible member. The new keyword is not required.
tests: Warcraft.NET/Files/WDT/Entries/SL/MPL3Entry.cs#L122
The member 'MPL3Entry.Serialize(long)' does not hide an accessible member. The new keyword is not required.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'Header' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'Heightmap' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'Levels' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'QuadTree' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'VertexIndices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'SkirtIndices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'BlendMeshHeaders' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Warcraft.NET/Files/ADT/TerrainLOD/Legion/TerrainLOD.cs#L105
Non-nullable property 'BlendMeshBoundingBoxes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.