Check icons #38
Annotations
10 warnings
Build & Test in Release Mode:
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 in Release Mode:
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 in Release Mode:
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 in Release Mode:
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 in Release Mode:
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 in Release Mode:
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 in Release Mode:
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 in Release Mode:
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 in Release Mode:
src/PetroglyphTools/PG.StarWarsGame.Engine/Database/ErrorReporting/DatabaseErrorListenerWrapper.cs#L55
Possible null reference assignment.
|
Build & Test in Release Mode:
src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Binary/AloFileReaderFactory.cs#L10
Parameter 'serviceProvider' is unread.
|
Loading