New Version #23
Merged
New Version #23
Annotations
10 warnings
|
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.
|
|
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.
|
|
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.
|
|
ModVerify/src/PetroglyphTools/PG.StarWarsGame.Files.ALO/Binary/AloFileReaderFactory.cs#L13
Parameter 'serviceProvider' is unread.
|
|
ModdingToolBase/src/AnakinApps/ApplicationBase/Utilities/UnobservedTaskExceptionHandler.cs#L31
Nullability of reference types in type of parameter 'sender' of 'void UnobservedTaskExceptionHandler.OnUnobservedException(object sender, UnobservedTaskExceptionEventArgs e)' doesn't match the target delegate 'EventHandler<UnobservedTaskExceptionEventArgs>' (possibly because of nullability attributes).
|
|
ModdingToolBase/src/AnakinApps/ApplicationBase/Utilities/UnobservedTaskExceptionHandler.cs#L16
Nullability of reference types in type of parameter 'sender' of 'void UnobservedTaskExceptionHandler.OnUnobservedException(object sender, UnobservedTaskExceptionEventArgs e)' doesn't match the target delegate 'EventHandler<UnobservedTaskExceptionEventArgs>' (possibly because of nullability attributes).
|
|
ModdingToolBase/src/Updater/AppUpdaterFramework/Storage/DownloadRepositoryFactory.cs#L12
Non-nullable property 'FileRepository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
|
ModdingToolBase/src/Updater/AppUpdaterFramework/Storage/BackupManager.cs#L31
Non-nullable property 'FileRepository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
|
ModdingToolBase/src/Updater/AppUpdaterFramework/Storage/BackupManager.cs#L31
Non-nullable property 'FileRepository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
|
ModdingToolBase/src/Updater/AppUpdaterFramework/Storage/DownloadRepositoryFactory.cs#L12
Non-nullable property 'FileRepository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
The logs for this run have expired and are no longer available.
Loading