Skip to content
Triggered via pull request February 3, 2025 18:25
Status Failure
Total duration 2m 36s
Artifacts

release.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build
Process completed with exit code 1.
Build: ModdingToolBase/src/Updater/ExternalUpdater.CLI/Options/ExternalUpdaterArgumentUtilities.cs#L44
Possible null reference argument for parameter 'path' in 'string IPath.GetFullPath(string path)'.
Build: ModVerify/src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoParticle.cs#L9
Non-nullable property 'Textures' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: ModVerify/src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoModel.cs#L7
Non-nullable property 'Bones' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: ModVerify/src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoModel.cs#L9
Non-nullable property 'Shaders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: ModVerify/src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoModel.cs#L11
Non-nullable property 'Textures' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: ModVerify/src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoModel.cs#L13
Non-nullable property 'Proxies' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: ModVerify/src/PetroglyphTools/PG.StarWarsGame.Files.XML/Parsers/PetroglyphXmlElementParser.cs#L11
'PetroglyphXmlElementParser<T>.GetTagName(XElement)' hides inherited member 'PetroglyphXmlParser<T>.GetTagName(XElement)'. Use the new keyword if hiding was intended.
Build: ModVerify/src/ModVerify/Settings/GameVerifySettings.cs#L16
Non-nullable property 'AbortSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: ModVerify/src/ModVerify/Settings/GameVerifySettings.cs#L18
Non-nullable property 'GlobalReportSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.