Skip to content

Bump version to 0.3.0 #46

Bump version to 0.3.0

Bump version to 0.3.0 #46

Triggered via push May 17, 2024 06:24
Status Success
Total duration 43s
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/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).
build: YoutubeApp/ValueConverters/IntFilesizeConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' 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).
build: YoutubeApp/ValueConverters/IntFilesizeConverter.cs#L14
Nullability of reference types in type of parameter 'value' of 'object IntFilesizeConverter.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#L14
Nullability of reference types in type of parameter 'parameter' of 'object IntFilesizeConverter.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/LongFilesizeConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object LongFilesizeConverter.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).