Update Ethiopian feed table #26
Merged
Annotations
20 warnings
|
DataLibrary/Services/DatabaseInitializer.cs#L180
Nullability of type of parameter 'text' doesn't match overridden member (possibly because of nullability attributes).
|
|
DataLibrary/Seedwork/Enumeration.cs#L89
Nullability of reference types in type of parameter 'other' of 'int Enumeration.CompareTo(object other)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
|
|
DataLibrary/Seedwork/Enumeration.cs#L43
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
DataLibrary/Models/StoredFeeds.cs#L84
Nullability of reference types in type of 'event PropertyChangedEventHandler StoredFeed.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
FeedOptimizationApp.Shared/Wrapper/PaginatedResult.cs#L29
Cannot convert null literal to non-nullable reference type.
|
|
FeedOptimizationApp.Shared/Wrapper/PaginatedResult.cs#L24
Cannot convert null literal to non-nullable reference type.
|
|
FeedOptimizationApp.Shared/Wrapper/Result.cs#L66
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
FeedOptimizationApp.Shared/Wrapper/PaginatedResult.cs#L12
Cannot convert null literal to non-nullable reference type.
|
|
FeedOptimizationApp.Shared/Wrapper/PaginatedResult.cs#L12
Cannot convert null literal to non-nullable reference type.
|
|
|
|
DataLibrary/Models/UserEntity.cs#L7
Non-nullable property 'DeviceManufacturer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
DataLibrary/Services/DatabaseInitializer.cs#L180
Nullability of type of parameter 'text' doesn't match overridden member (possibly because of nullability attributes).
|
|
DataLibrary/Seedwork/Enumeration.cs#L89
Nullability of reference types in type of parameter 'other' of 'int Enumeration.CompareTo(object other)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
|
|
DataLibrary/Seedwork/Enumeration.cs#L43
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
DataLibrary/Models/StoredFeeds.cs#L84
Nullability of reference types in type of 'event PropertyChangedEventHandler StoredFeed.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
FeedOptimizationApp.Shared/Wrapper/PaginatedResult.cs#L29
Cannot convert null literal to non-nullable reference type.
|
|
FeedOptimizationApp.Shared/Wrapper/PaginatedResult.cs#L24
Cannot convert null literal to non-nullable reference type.
|
|
FeedOptimizationApp.Shared/Wrapper/Result.cs#L66
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
FeedOptimizationApp.Shared/Wrapper/PaginatedResult.cs#L12
Cannot convert null literal to non-nullable reference type.
|
|
FeedOptimizationApp.Shared/Wrapper/PaginatedResult.cs#L12
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading