Skip to content

Merge pull request #8 from Luzifix/feature/auto-doc-chunks #42

Merge pull request #8 from Luzifix/feature/auto-doc-chunks

Merge pull request #8 from Luzifix/feature/auto-doc-chunks #42

Triggered via push July 19, 2024 22:10
Status Success
Total duration 34s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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 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 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 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 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 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 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 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 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 declaring the property as nullable.