Merge pull request #258 from Angelore/257-fix-spelling #2
Annotations
10 warnings
|
RemnantSaveGuardian/Views/Pages/WorldAnalyzerPage.xaml.cs#L138
Nullability of reference types in type of 'event PropertyChangedEventHandler WorldAnalyzerPage.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
RemnantSaveGuardian/Views/Pages/WorldAnalyzerPage.xaml.cs#L672
Nullability of reference types in type of parameter 'other' of 'int TreeListClass.CompareTo(TreeListClass other)' doesn't match implicitly implemented member 'int IComparable<TreeListClass>.CompareTo(TreeListClass? other)' (possibly because of nullability attributes).
|
RemnantSaveGuardian/Views/Pages/WorldAnalyzerPage.xaml.cs#L625
Nullability of reference types in type of 'event PropertyChangedEventHandler TreeListClass.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
RemnantSaveGuardian/Views/Pages/WorldAnalyzerPage.xaml.cs#L667
Cannot convert null literal to non-nullable reference type.
|
RemnantSaveGuardian/App.xaml.cs#L80
Possible null reference return.
|
RemnantSaveGuardian/WindowsSave.cs#L19
Dereference of a possibly null reference.
|
RemnantSaveGuardian/GameInfo.cs#L131
Dereference of a possibly null reference.
|
RemnantSaveGuardian/GameInfo.cs#L134
Dereference of a possibly null reference.
|
RemnantSaveGuardian/GameInfo.cs#L144
Dereference of a possibly null reference.
|
This job succeeded
Loading