Merge pull request #16 from OpenIPC/master #3
Annotations
71 warnings
build (ubuntu-latest, x64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (ubuntu-latest, x64):
OpenIPC_Config/Models/DeviceConfig.cs#L94
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#L96
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/Views/MainView.axaml.cs#L16
Possible null reference assignment.
|
build (ubuntu-latest, x64):
OpenIPC_Config/Views/MainView.axaml.cs#L22
Non-nullable property 'TabControlInstance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (macos-latest, arm64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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#L94
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#L96
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#L43
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
|
build (macos-latest, arm64):
OpenIPC_Config/App.axaml.cs#L50
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
|
build (ubuntu-latest, arm64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (ubuntu-latest, arm64):
OpenIPC_Config/Models/DeviceConfig.cs#L94
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/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/Models/DeviceConfig.cs#L96
Cannot convert null literal to non-nullable reference type.
|
build (ubuntu-latest, arm64):
OpenIPC_Config/Views/MainView.axaml.cs#L16
Possible null reference assignment.
|
build (ubuntu-latest, arm64):
OpenIPC_Config/Views/MainView.axaml.cs#L22
Non-nullable property 'TabControlInstance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (macos-latest, x64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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#L94
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#L96
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#L43
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
|
build (macos-latest, x64):
OpenIPC_Config/App.axaml.cs#L50
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
|
build (windows-latest, arm64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (windows-latest, arm64):
OpenIPC_Config/Models/DeviceConfig.cs#L94
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/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/Logging/EventAggregatorSink.cs#L15
Cannot convert null literal to non-nullable reference type.
|
build (windows-latest, arm64):
OpenIPC_Config/Models/DeviceConfig.cs#L96
Cannot convert null literal to non-nullable reference type.
|
build (windows-latest, arm64):
OpenIPC_Config/Events/AppMessageEvent.cs#L21
Possible null reference assignment.
|
build (windows-latest, arm64):
OpenIPC_Config/Models/WfbConfig.cs#L5
Non-nullable property 'Unit' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (windows-latest, x64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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#L94
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/Logging/EventAggregatorSink.cs#L15
Cannot convert null literal to non-nullable reference type.
|
build (windows-latest, x64):
OpenIPC_Config/Models/DeviceConfig.cs#L96
Cannot convert null literal to non-nullable reference type.
|
build (windows-latest, x64):
OpenIPC_Config/Models/WfbConfig.cs#L5
Non-nullable property 'Unit' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (windows-latest, x64):
OpenIPC_Config/Models/WfbConfig.cs#L6
Non-nullable property 'Wlan' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/create-release@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/create-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
OpenIPC-Config-linux-arm64
|
41.6 MB |
|
OpenIPC-Config-linux-x64
|
43.5 MB |
|
OpenIPC-Config-macos-arm64
|
45.1 MB |
|
OpenIPC-Config-macos-x64
|
46.6 MB |
|
OpenIPC-Config-windows-arm64
|
43.6 MB |
|
OpenIPC-Config-windows-x64
|
45.6 MB |
|