Skip to content

Update build_and_release_all.yml #40

Update build_and_release_all.yml

Update build_and_release_all.yml #40

Triggered via push January 6, 2025 00:04
Status Success
Total duration 3m 37s
Artifacts 6
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

73 warnings
build (ubuntu-latest, arm64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (ubuntu-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 (ubuntu-latest, arm64): OpenIPC_Config/Logging/EventAggregatorSink.cs#L15
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest, arm64): OpenIPC_Config/Models/DeviceConfig.cs#L100
Cannot convert null literal to non-nullable reference type.
build (ubuntu-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 (ubuntu-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 (ubuntu-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 (ubuntu-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 (ubuntu-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 (ubuntu-latest, arm64): OpenIPC_Config/Events/RadxaContentUpdateEvent.cs#L11
Non-nullable property 'WifiBroadcastContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, arm64): OpenIPC_Config/Events/RadxaContentUpdateEvent.cs#L12
Non-nullable property 'ScreenModeContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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)'.
build (ubuntu-latest, x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (ubuntu-latest, x64): OpenIPC_Config.Tests/ViewModels/ViewModelTestBase.cs#L22
Non-nullable property 'LoggerMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, x64): OpenIPC_Config.Tests/ViewModels/ViewModelTestBase.cs#L22
Non-nullable property 'EventAggregatorMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, x64): OpenIPC_Config.Tests/ViewModels/ViewModelTestBase.cs#L22
Non-nullable property 'SshClientServiceMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, x64): OpenIPC_Config.Tests/ViewModels/ViewModelTestBase.cs#L22
Non-nullable property 'YamlConfigServiceMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, x64): OpenIPC_Config.Tests/ViewModels/ViewModelTestBase.cs#L22
Non-nullable property 'EventSubscriptionServiceMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, x64): OpenIPC_Config.Tests/ViewModels/ViewModelTestBase.cs#L22
Non-nullable property 'WfbConfContentUpdatedEventMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, x64): OpenIPC_Config.Tests/ViewModels/ViewModelTestBase.cs#L22
Non-nullable property 'AppMessageEventMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, x64): OpenIPC_Config.Tests/ViewModels/ViewModelTestBase.cs#L22
Non-nullable property 'MajesticContentUpdatedEventMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, x64): OpenIPC_Config.Tests/Services/EventSubscriptionServiceTests.cs#L37
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest, x64): OpenIPC_Config.Tests/ViewModels/CameraSettingsTabViewModelTests.cs#L22
Non-nullable field '_deviceConfigMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (ubuntu-latest, x64): 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 (ubuntu-latest, x64): OpenIPC_Config/Models/DeviceConfig.cs#L100
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest, x64): OpenIPC_Config/Logging/EventAggregatorSink.cs#L15
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest, x64): 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 (ubuntu-latest, x64): 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 (ubuntu-latest, x64): 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 (ubuntu-latest, x64): 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 (ubuntu-latest, x64): 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 (ubuntu-latest, x64): 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 (ubuntu-latest, x64): OpenIPC_Config/App.axaml.cs#L73
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
build (macos-latest, x64): OpenIPC_Config/Logging/EventAggregatorSink.cs#L15
Cannot convert null literal to non-nullable reference type.
build (macos-latest, x64): 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, x64): OpenIPC_Config/Models/DeviceConfig.cs#L100
Cannot convert null literal to non-nullable reference type.
build (macos-latest, x64): 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, x64): 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, x64): 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, x64): 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, x64): 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, x64): 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, x64): OpenIPC_Config/App.axaml.cs#L73
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
build (windows-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 (windows-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 (windows-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 (windows-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 (windows-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 (windows-latest, arm64): OpenIPC_Config/Logging/EventAggregatorSink.cs#L15
Cannot convert null literal to non-nullable reference type.
build (windows-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 (windows-latest, arm64): OpenIPC_Config/Models/DeviceConfig.cs#L100
Cannot convert null literal to non-nullable reference type.
build (windows-latest, arm64): OpenIPC_Config/ViewModels/CameraSettingsTabViewModel.cs#L96
Non-nullable field '_bitrate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (windows-latest, arm64): OpenIPC_Config/ViewModels/CameraSettingsTabViewModel.cs#L96
Non-nullable field '_codec' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (windows-latest, x64): 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 (windows-latest, x64): 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 (windows-latest, x64): 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 (windows-latest, x64): 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 (windows-latest, x64): 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 (windows-latest, x64): 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 (windows-latest, x64): OpenIPC_Config/Models/DeviceConfig.cs#L100
Cannot convert null literal to non-nullable reference type.
build (windows-latest, x64): OpenIPC_Config/Logging/EventAggregatorSink.cs#L15
Cannot convert null literal to non-nullable reference type.
build (windows-latest, x64): OpenIPC_Config/Models/DeviceConfig.cs#L18
Non-nullable field '_hostname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (windows-latest, x64): OpenIPC_Config/Models/DeviceConfig.cs#L18
Non-nullable field '_ipAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
OpenIPC-Config-linux-arm64
40.8 MB
OpenIPC-Config-linux-x64
42.6 MB
OpenIPC-Config-macos-arm64.dmg
48.9 MB
OpenIPC-Config-macos-x64.dmg
50.1 MB
OpenIPC-Config-windows-arm64
42.8 MB
OpenIPC-Config-windows-x64
44.7 MB