Remove Unused files and code (#169) #22
Annotations
10 warnings
Build and Test:
Rees.Wpf/ApplicationState/PersistApplicationStateAsXaml.cs#L28
Non-nullable field 'doNotUseFullFileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build and Test:
Rees.Wpf/ApplicationState/PersistApplicationStateAsXaml.cs#L50
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
Build and Test:
Rees.Wpf/ApplicationState/ApplicationStateLoadedMessage.cs#L45
Possible null reference return.
|
Build and Test:
Rees.Wpf/ApplicationState/BadApplicationStateFileFormatException.cs#L57
'IOException.IOException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Build and Test:
BudgetAnalyser.Engine/GlobalFilterCriteria.cs#L28
Nullability of reference types in type of 'event PropertyChangedEventHandler GlobalFilterCriteria.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Build and Test:
BudgetAnalyser.Engine/Widgets/Widget.cs#L88
Nullability of reference types in type of 'event PropertyChangedEventHandler Widget.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Build and Test:
BudgetAnalyser.Engine/Matching/CriteriaT.cs#L22
Nullability of reference types in type of 'event PropertyChangedEventHandler Criteria<T>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Build and Test:
BudgetAnalyser.Engine/Matching/CriteriaT.cs#L71
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
BudgetAnalyser.Engine/Widgets/DateFilterWidget.cs#L14
Nullability of reference types in type of 'event PropertyChangedEventHandler Widget.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Build and Test:
BudgetAnalyser.Engine/Matching/MatchingRule.cs#L249
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|