Verify localization #26
Merged
Annotations
10 warnings
|
Build in Release Mode:
ModVerify/src/PetroglyphTools/PG.StarWarsGame.Engine/Audio/Sfx/SfxEventGameManager.cs#L41
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 in Release Mode:
ModVerify/src/PetroglyphTools/PG.StarWarsGame.Engine/Audio/Sfx/SfxEventGameManager.cs#L28
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 in Release Mode:
ModVerify/src/PetroglyphTools/PG.StarWarsGame.Engine/CommandBar/CommandBarGameManager.cs#L27
Parameter 'gameConstants' is unread.
|
|
Build in Release Mode:
ModVerify/src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Binary/AloFileReaderFactory.cs#L13
Parameter 'serviceProvider' is unread.
|
|
Build in Release Mode:
ModVerify/src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Data/AlamoAnimation.cs#L13
Non-nullable property 'BoneData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build in Release Mode:
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 in Release Mode:
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 in Release Mode:
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 in Release Mode:
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 in Release Mode:
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.
|
Loading