Update #120
Annotations
10 warnings
Anikin/Converters/IsWatchedEpisodeProgressVisibleConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object? IsWatchedEpisodeProgressVisibleConverter.Convert(object? value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Anikin/Converters/IsWatchedEpisodeProgressVisibleConverter.cs#L12
Nullability of reference types in type of parameter 'parameter' of 'object IsWatchedEpisodeProgressVisibleConverter.ConvertBack(object? value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Anikin/Converters/RatingConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object? RatingConverter.Convert(object? value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Anikin/Converters/RatingConverter.cs#L14
Nullability of reference types in type of parameter 'parameter' of 'object RatingConverter.ConvertBack(object? value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Anikin/Converters/WatchedEpisodeProgressConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object? WatchedEpisodeProgressConverter.Convert(object? value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Anikin/Converters/WatchedEpisodeProgressConverter.cs#L12
Nullability of reference types in type of parameter 'parameter' of 'object WatchedEpisodeProgressConverter.ConvertBack(object? value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Anikin/Controls/PinchZoom.cs#L101
Dereference of a possibly null reference.
|
Anikin/Controls/PinchZoom.cs#L101
Dereference of a possibly null reference.
|
Anikin/Views/Episodes/EpisodePage.xaml.cs#L18
Unreachable code detected
|
Anikin/ViewModels/Videos/VideoSourceViewModel.cs#L55
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
This job succeeded
Loading