Add publish script and build docs. #15
Merged
Annotations
11 warnings
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/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).
|
The logs for this run have expired and are no longer available.
Loading