Skip to content

Bump version to 0.0.3 #28

Bump version to 0.0.3

Bump version to 0.0.3 #28

Triggered via push August 15, 2023 10:26
Status Success
Total duration 1m 13s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: MessageBox.Avalonia/src/MessageBox.Avalonia/ViewModels/Commands/RelayCommand.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: MessageBox.Avalonia/src/MessageBox.Avalonia/ViewModels/Base/AbstractMsBoxViewModel.cs#L78
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
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).