Version 2.1.0 #1
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3.2.0, actions/upload-artifact@v3.1.3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
run build scripts:
src/ObservableView/Grouping/MonthGroupAlgorithm.cs#L9
Cannot convert null literal to non-nullable reference type.
|
run build scripts:
src/Helpers/DataConverters.cs#L11
Nullability of reference types in type of parameter 'value' of 'object ReleaseTypeToColorConverter.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).
|
run build scripts:
src/Helpers/DataConverters.cs#L11
Nullability of reference types in type of parameter 'parameter' of 'object ReleaseTypeToColorConverter.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).
|
run build scripts:
src/Helpers/DataConverters.cs#L24
Nullability of reference types in type of parameter 'value' of 'object ReleaseTypeToColorConverter.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).
|
run build scripts:
src/Helpers/DataConverters.cs#L24
Nullability of reference types in type of parameter 'parameter' of 'object ReleaseTypeToColorConverter.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).
|
run build scripts:
src/Helpers/DataConverters.cs#L32
Nullability of reference types in type of parameter 'value' of 'object SupportPhaseToColorConverter.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).
|
run build scripts:
src/Helpers/DataConverters.cs#L32
Nullability of reference types in type of parameter 'parameter' of 'object SupportPhaseToColorConverter.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).
|
run build scripts:
src/Helpers/DataConverters.cs#L47
Nullability of reference types in type of parameter 'value' of 'object SupportPhaseToColorConverter.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).
|
run build scripts:
src/Helpers/DataConverters.cs#L47
Nullability of reference types in type of parameter 'parameter' of 'object SupportPhaseToColorConverter.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).
|
run build scripts:
src/Helpers/DataConverters.cs#L55
Nullability of reference types in type of parameter 'value' of 'object PreviewTypeToColorConverter.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).
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "macosarm64file", "macosx64file", "windowsarm64file", "windowsx64file", "windowsx86file".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading