Skip to content

Update README.md

Update README.md #47

Triggered via push May 17, 2024 15:30
Status Success
Total duration 2m 23s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: MessageBox.Avalonia/MsBox.Avalonia/ViewModels/Commands/RelayCommand.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: YoutubeApp/Comparers/DescendingComparer.cs#L8
Nullability of reference types in type of parameter 'x' of 'int DescendingComparer<T>.Compare(T x, T y)' doesn't match implicitly implemented member 'int IComparer<T>.Compare(T? x, T? y)' (possibly because of nullability attributes).
build: YoutubeApp/Comparers/DescendingComparer.cs#L8
Nullability of reference types in type of parameter 'y' of 'int DescendingComparer<T>.Compare(T x, T y)' doesn't match implicitly implemented member 'int IComparer<T>.Compare(T? x, T? y)' (possibly because of nullability attributes).
build: YoutubeApp/Comparers/ResolutionComparer.cs#L7
Nullability of reference types in type of parameter 'x' of 'int ResolutionComparer.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
build: YoutubeApp/Comparers/ResolutionComparer.cs#L7
Nullability of reference types in type of parameter 'y' of 'int ResolutionComparer.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
build: YoutubeApp/ValueConverters/GridLengthConverter.cs#L10
Nullability of reference types in type of parameter 'value' of 'object GridLengthConverter.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).
build: YoutubeApp/ValueConverters/GridLengthConverter.cs#L10
Nullability of reference types in type of parameter 'parameter' of 'object GridLengthConverter.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).
build: YoutubeApp/ValueConverters/GridLengthConverter.cs#L17
Nullability of reference types in type of parameter 'value' of 'object GridLengthConverter.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).
build: YoutubeApp/ValueConverters/GridLengthConverter.cs#L17
Nullability of reference types in type of parameter 'parameter' of 'object GridLengthConverter.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).
build: YoutubeApp/ValueConverters/IntFilesizeConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object IntFilesizeConverter.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).