Skip to content

update to net 9.0

update to net 9.0 #41

Triggered via push February 3, 2025 18:31
Status Success
Total duration 3m 42s
Artifacts

test.yml

on: push
Matrix: Build & Test
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Build & Test (ubuntu-latest): 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 & Test (ubuntu-latest): 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 & Test (ubuntu-latest): src/PetroglyphTools/PG.StarWarsGame.Engine/Audio/Sfx/SfxEventGameManager.cs#L30
Nullability of reference types in type of parameter 'sender' of 'void SfxEventGameManager.OnParseError(object sender, XmlContainerParserErrorEventArgs e)' doesn't match the target delegate 'EventHandler<XmlContainerParserErrorEventArgs>' (possibly because of nullability attributes).
Build & Test (ubuntu-latest): src/PetroglyphTools/PG.StarWarsGame.Engine/Audio/Sfx/SfxEventGameManager.cs#L44
Nullability of reference types in type of parameter 'sender' of 'void SfxEventGameManager.OnParseError(object sender, XmlContainerParserErrorEventArgs e)' doesn't match the target delegate 'EventHandler<XmlContainerParserErrorEventArgs>' (possibly because of nullability attributes).
Build & Test (ubuntu-latest): src/PetroglyphTools/PG.StarWarsGame.Engine/CommandBar/CommandBarGameManager.cs#L31
Nullability of reference types in type of parameter 'sender' of 'void CommandBarGameManager.OnParseError(object sender, XmlContainerParserErrorEventArgs e)' doesn't match the target delegate 'EventHandler<XmlContainerParserErrorEventArgs>' (possibly because of nullability attributes).
Build & Test (ubuntu-latest): src/PetroglyphTools/PG.StarWarsGame.Engine/CommandBar/CommandBarGameManager.cs#L48
Nullability of reference types in type of parameter 'sender' of 'void CommandBarGameManager.OnParseError(object sender, XmlContainerParserErrorEventArgs e)' doesn't match the target delegate 'EventHandler<XmlContainerParserErrorEventArgs>' (possibly because of nullability attributes).
Build & Test (ubuntu-latest): src/PetroglyphTools/PG.StarWarsGame.Engine/Database/GameInitializer.cs#L24
Nullability of reference types in type of parameter 'sender' of 'void GameInitializer.OnInitializationError(object sender, InitializationError e)' doesn't match the target delegate 'EventHandler<InitializationError>' (possibly because of nullability attributes).
Build & Test (ubuntu-latest): src/PetroglyphTools/PG.StarWarsGame.Engine/Database/GameInitializer.cs#L97
Nullability of reference types in type of parameter 'sender' of 'void GameInitializer.OnInitializationError(object sender, InitializationError e)' doesn't match the target delegate 'EventHandler<InitializationError>' (possibly because of nullability attributes).
Build & Test (ubuntu-latest): 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 & Test (windows-latest): 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 & Test (windows-latest): 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 & Test (windows-latest): 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 & Test (windows-latest): 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 & Test (windows-latest): 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 & Test (windows-latest): 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 & Test (windows-latest): 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 & Test (windows-latest): 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 & Test (windows-latest): 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.