Skip to content
Triggered via pull request January 8, 2025 11:20
@BenrnzBenrnz
opened #170
Net9
Status Success
Total duration 2m 11s
Artifacts

build-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/GlobalFilterCriteria.cs#L132
Cannot convert null literal to non-nullable reference type.
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/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).
Build and Test: BudgetAnalyser.Engine/Budget/BudgetBucket.cs#L179
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Build and Test: BudgetAnalyser.Engine/Budget/BudgetBucket.cs#L58
Nullability of reference types in type of 'event PropertyChangedEventHandler BudgetBucket.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Build and Test: BudgetAnalyser.Engine/Budget/BudgetBucket.cs#L122
Nullability of reference types in type of parameter 'obj' of 'int BudgetBucket.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
Build and Test: BudgetAnalyser.Engine/Matching/CriteriaT.cs#L71
Cannot convert null literal to non-nullable reference type.
Build and Test: BudgetAnalyser.Engine/Budget/BudgetBucket.cs#L268
Cannot convert null literal to non-nullable reference type.