Skip to content

Build All Platforms #59

Build All Platforms

Build All Platforms #59

Manually triggered February 3, 2026 17:56
Status Success
Total duration 3m 48s
Artifacts 4

main.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

66 warnings
build-linux: YALCY/SettingsManager.cs#L13
Non-nullable property 'CurrentEnableSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-linux: YALCY/Dmx.Net/Controllers/OpenDmxController.cs#L267
Non-nullable field 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-linux: YALCY/Dmx.Net/Controllers/OpenDmxController.cs#L266
Non-nullable field 'SerialNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-linux: YALCY/ViewModels/MainWindowViewModel.cs#L271
Nullability of reference types in type of 'event PropertyChangedEventHandler DeviceCategory.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-linux: YALCY/ViewModels/MainWindowViewModel.cs#L271
'DeviceCategory.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build-linux: YALCY/Udp/UdpIntake.cs#L62
Nullability of reference types in type of 'event PropertyChangedEventHandler DatapacketMember<T>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-linux: YALCY/ViewModels/IntToBoolConverter.cs#L18
Nullability of reference types in type of parameter 'parameter' of 'object IntToBoolConverter.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-linux: YALCY/ViewModels/IntToBoolConverter.cs#L18
Nullability of reference types in type of parameter 'value' of 'object IntToBoolConverter.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-linux: YALCY/ViewModels/IntToBoolConverter.cs#L11
Nullability of reference types in type of parameter 'parameter' of 'object IntToBoolConverter.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-linux: YALCY/ViewModels/IntToBoolConverter.cs#L11
Nullability of reference types in type of parameter 'value' of 'object IntToBoolConverter.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-linux: YALCY/App.axaml.cs#L62
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-linux: YALCY/App.axaml.cs#L60
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-linux: YALCY/App.axaml.cs#L55
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-linux: YALCY/ViewModels/MainWindowViewModel.cs#L271
Nullability of reference types in type of 'event PropertyChangedEventHandler DeviceCategory.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-linux: YALCY/ViewModels/MainWindowViewModel.cs#L271
'DeviceCategory.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build-linux: YALCY/ViewModels/IntToBoolConverter.cs#L18
Nullability of reference types in type of parameter 'parameter' of 'object IntToBoolConverter.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-linux: YALCY/ViewModels/IntToBoolConverter.cs#L18
Nullability of reference types in type of parameter 'value' of 'object IntToBoolConverter.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-linux: YALCY/ViewModels/IntToBoolConverter.cs#L11
Nullability of reference types in type of parameter 'parameter' of 'object IntToBoolConverter.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-linux: YALCY/ViewModels/IntToBoolConverter.cs#L11
Nullability of reference types in type of parameter 'value' of 'object IntToBoolConverter.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-linux: YALCY/Udp/UdpIntake.cs#L62
Nullability of reference types in type of 'event PropertyChangedEventHandler DatapacketMember<T>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-macos: YALCY/Integrations/OpenRGB/OpenRgbTalker.cs#L80
Nullability of reference types in type of parameter 'o' of 'void OpenRgbTalker.OnDeviceLisUpdate(object o, EventArgs e)' doesn't match the target delegate 'EventHandler<EventArgs>' (possibly because of nullability attributes).
build-macos: YALCY/Dmx.Net/Controllers/OpenDmxController.cs#L267
Non-nullable field 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-macos: YALCY/Dmx.Net/Controllers/OpenDmxController.cs#L266
Non-nullable field 'SerialNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-macos: YALCY/ViewModels/MainWindowViewModel.cs#L271
Nullability of reference types in type of 'event PropertyChangedEventHandler DeviceCategory.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-macos: YALCY/ViewModels/MainWindowViewModel.cs#L271
'DeviceCategory.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build-macos: YALCY/ViewModels/IntToBoolConverter.cs#L18
Nullability of reference types in type of parameter 'parameter' of 'object IntToBoolConverter.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: YALCY/ViewModels/IntToBoolConverter.cs#L18
Nullability of reference types in type of parameter 'value' of 'object IntToBoolConverter.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: YALCY/ViewModels/IntToBoolConverter.cs#L11
Nullability of reference types in type of parameter 'parameter' of 'object IntToBoolConverter.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: YALCY/ViewModels/IntToBoolConverter.cs#L11
Nullability of reference types in type of parameter 'value' of 'object IntToBoolConverter.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: YALCY/Udp/UdpIntake.cs#L62
Nullability of reference types in type of 'event PropertyChangedEventHandler DatapacketMember<T>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-macos: YALCY/App.axaml.cs#L62
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: YALCY/App.axaml.cs#L60
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: YALCY/App.axaml.cs#L55
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: YALCY/Udp/UdpIntake.cs#L62
Nullability of reference types in type of 'event PropertyChangedEventHandler DatapacketMember<T>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-macos: YALCY/ViewModels/MainWindowViewModel.cs#L271
Nullability of reference types in type of 'event PropertyChangedEventHandler DeviceCategory.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-macos: YALCY/ViewModels/MainWindowViewModel.cs#L271
'DeviceCategory.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build-macos: YALCY/ViewModels/IntToBoolConverter.cs#L18
Nullability of reference types in type of parameter 'parameter' of 'object IntToBoolConverter.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: YALCY/ViewModels/IntToBoolConverter.cs#L18
Nullability of reference types in type of parameter 'value' of 'object IntToBoolConverter.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: YALCY/ViewModels/IntToBoolConverter.cs#L11
Nullability of reference types in type of parameter 'parameter' of 'object IntToBoolConverter.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: YALCY/ViewModels/IntToBoolConverter.cs#L11
Nullability of reference types in type of parameter 'value' of 'object IntToBoolConverter.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: YALCY/App.axaml.cs#L55
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-windows: YALCY/Dmx.Net/Controllers/OpenDmxController.cs#L267
Non-nullable field 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-windows: YALCY/Dmx.Net/Controllers/OpenDmxController.cs#L266
Non-nullable field 'SerialNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-windows: YALCY/ViewModels/MainWindowViewModel.cs#L271
Nullability of reference types in type of 'event PropertyChangedEventHandler DeviceCategory.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-windows: YALCY/ViewModels/MainWindowViewModel.cs#L271
'DeviceCategory.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build-windows: YALCY/ViewModels/IntToBoolConverter.cs#L18
Nullability of reference types in type of parameter 'parameter' of 'object IntToBoolConverter.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: YALCY/ViewModels/IntToBoolConverter.cs#L18
Nullability of reference types in type of parameter 'value' of 'object IntToBoolConverter.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: YALCY/ViewModels/IntToBoolConverter.cs#L11
Nullability of reference types in type of parameter 'parameter' of 'object IntToBoolConverter.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: YALCY/ViewModels/IntToBoolConverter.cs#L11
Nullability of reference types in type of parameter 'value' of 'object IntToBoolConverter.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: YALCY/Udp/UdpIntake.cs#L62
Nullability of reference types in type of 'event PropertyChangedEventHandler DatapacketMember<T>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-windows: YALCY/SettingsManager.cs#L13
Non-nullable property 'CurrentEnableSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-windows: YALCY/Integrations/Serial/SerialTalker.cs#L62
Possible null reference assignment.
build-windows: YALCY/ViewModels/MainWindowViewModel.cs#L288
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build-windows: YALCY/ViewModels/IntToBoolConverter.cs#L18
Nullability of reference types in type of parameter 'parameter' of 'object IntToBoolConverter.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: YALCY/ViewModels/IntToBoolConverter.cs#L18
Nullability of reference types in type of parameter 'value' of 'object IntToBoolConverter.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: YALCY/ViewModels/IntToBoolConverter.cs#L11
Nullability of reference types in type of parameter 'parameter' of 'object IntToBoolConverter.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: YALCY/ViewModels/IntToBoolConverter.cs#L11
Nullability of reference types in type of parameter 'value' of 'object IntToBoolConverter.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: YALCY/ViewModels/MainWindowViewModel.cs#L271
Nullability of reference types in type of 'event PropertyChangedEventHandler DeviceCategory.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-windows: YALCY/ViewModels/MainWindowViewModel.cs#L271
'DeviceCategory.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build-windows: YALCY/Udp/UdpIntake.cs#L62
Nullability of reference types in type of 'event PropertyChangedEventHandler DatapacketMember<T>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
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/
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/
create-dmg
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 Digest
linux-binaries Expired
56.8 MB
sha256:0cfbc22ff18a2f4452557c643e9098b406bc1eb4c3da7b8117f4d3a0dda6b0d5
macos-binaries Expired
59.4 MB
sha256:e4ec70ae73b0e21d71dbc6c97952bf01d3548c433b102266adefca2d59f162e1
upload-url Expired
232 Bytes
sha256:459ee79653456d210ceae9212ff91f2fde17442e680f50b706055a9e04657334
windows-binaries Expired
58.7 MB
sha256:7339a8d81370d62bf59ef74d68109eae967701dab55a7d72ca998a4e9672660c