Skip to content

Remove Unused files and code #21

Remove Unused files and code

Remove Unused files and code #21

Triggered via pull request January 8, 2025 10:46
Status Success
Total duration 3m 21s
Artifacts

build-test.yml

on: pull_request
Build and Test
3m 7s
Build and Test
Fit to window
Zoom out
Zoom in

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/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: Rees.Wpf/ApplicationState/PersistApplicationStateAsXaml.cs#L50
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
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/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/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/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/Budget/BucketComparer.cs#L15
Nullability of reference types in type of parameter 'x' of 'bool SurplusAgnosticBucketComparer.Equals(BudgetBucket x, BudgetBucket y)' doesn't match implicitly implemented member 'bool IEqualityComparer<BudgetBucket>.Equals(BudgetBucket? x, BudgetBucket? y)' (possibly because of nullability attributes).
Build and Test: BudgetAnalyser.Engine/Budget/BucketComparer.cs#L15
Nullability of reference types in type of parameter 'y' of 'bool SurplusAgnosticBucketComparer.Equals(BudgetBucket x, BudgetBucket y)' doesn't match implicitly implemented member 'bool IEqualityComparer<BudgetBucket>.Equals(BudgetBucket? x, BudgetBucket? y)' (possibly because of nullability attributes).