Skip to content

MPL3Entry: Fix color parsing and set some defaults #26

MPL3Entry: Fix color parsing and set some defaults

MPL3Entry: Fix color parsing and set some defaults #26

Triggered via push September 9, 2024 19:41
Status Success
Total duration 27s
Artifacts

auto-doc.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
auto-doc
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
auto-doc: 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.
auto-doc: 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.
auto-doc: 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.
auto-doc: 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.
auto-doc: 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.
auto-doc: 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.
auto-doc: 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.
auto-doc: 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.
auto-doc: 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.