Skip to content

sign nested

sign nested #39

Triggered via push January 6, 2025 00:01
Status Cancelled
Total duration 2m 3s
Artifacts
Matrix: build
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build (macos-latest, arm64)
The run was canceled by @mikecarr.
build (macos-latest, arm64)
The operation was canceled.
build (macos-latest, arm64): OpenIPC_Config/Logging/EventAggregatorSink.cs#L15
Cannot convert null literal to non-nullable reference type.
build (macos-latest, arm64): OpenIPC_Config/Models/DeviceConfig.cs#L98
Nullability of reference types in type of 'event PropertyChangedEventHandler DeviceConfig.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build (macos-latest, arm64): OpenIPC_Config/Models/DeviceConfig.cs#L100
Cannot convert null literal to non-nullable reference type.
build (macos-latest, arm64): OpenIPC_Config/Services/EnumToBoolConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object EnumToBoolConverter.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 (macos-latest, arm64): OpenIPC_Config/Services/EnumToBoolConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object EnumToBoolConverter.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 (macos-latest, arm64): OpenIPC_Config/Services/EnumToBoolConverter.cs#L15
Nullability of reference types in type of parameter 'value' of 'object EnumToBoolConverter.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 (macos-latest, arm64): OpenIPC_Config/Services/EnumToBoolConverter.cs#L15
Nullability of reference types in type of parameter 'parameter' of 'object EnumToBoolConverter.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 (macos-latest, arm64): OpenIPC_Config/Services/INetworkCommands.cs#L8
Method, operator, or accessor 'INetworkCommands.Ping(DeviceConfig)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
build (macos-latest, arm64): OpenIPC_Config/App.axaml.cs#L47
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (macos-latest, arm64): OpenIPC_Config/App.axaml.cs#L73
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.