Build All Platforms #68
Annotations
65 warnings and 1 notice
|
build-linux
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-linux:
YALCY/Integrations/OpenRGB/OpenRgbTalker.cs#L35
Non-nullable event 'OpenRgbDeviceInserted' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
build-linux:
YALCY/Integrations/OpenRGB/OpenRgbTalker.cs#L33
Non-nullable field 'client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-linux:
YALCY/Integrations/Serial/SerialTalker.cs#L21
Non-nullable field 'controller' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-linux:
YALCY/Integrations/Serial/SerialTalker.cs#L252
Dereference of a possibly null reference.
|
|
build-linux:
YALCY/Integrations/Serial/SerialTalker.cs#L252
Dereference of a possibly null reference.
|
|
build-linux:
YALCY/Integrations/Serial/SerialTalker.cs#L255
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/Integrations/OpenRGB/OpenRgbTalker.cs#L145
Cannot convert null literal to non-nullable reference type.
|
|
build-linux:
YALCY/Integrations/OpenRGB/OpenRgbTalker.cs#L82
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-linux:
YALCY/Integrations/Serial/SerialTalker.cs#L68
Possible null reference assignment.
|
|
build-linux:
YALCY/App.axaml.cs#L15
Non-nullable property 'MainViewModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-linux:
YALCY/Views/Components/StatusFooter.axaml.cs#L156
Converting null literal or possible null value to non-nullable type.
|
|
build-linux:
YALCY/Views/Components/StatusFooter.axaml.cs#L145
Converting null literal or possible null value to non-nullable type.
|
|
build-linux:
YALCY/Views/Components/StatusFooter.axaml.cs#L132
Converting null literal or possible null value to non-nullable type.
|
|
build-linux:
YALCY/Udp/UdpIntake.ByteDescriptions.cs#L18
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '43' is not covered.
|
|
build-linux:
YALCY/Usb/UsbDeviceMonitor.cs#L73
Possible null reference assignment.
|
|
build-linux:
YALCY/Usb/UsbDeviceMonitor.cs#L72
Possible null reference assignment.
|
|
build-linux:
YALCY/Views/Components/StatusFooter.axaml.cs#L73
Converting null literal or possible null value to non-nullable type.
|
|
build-linux:
YALCY/Dmx.Net/Controllers/OpenDmxController.cs#L270
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#L269
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/App.axaml.cs#L15
Non-nullable property 'MainViewModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-macos
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-macos:
YALCY/SettingsManager.cs#L23
Non-nullable property 'HueAuthResult' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-macos:
YALCY/SettingsManager.cs#L22
Non-nullable property 'CurrentMasterDimmerValueChannelSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-macos:
YALCY/SettingsManager.cs#L21
Non-nullable property 'CurrentMasterDimmerChannelSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-macos:
YALCY/SettingsManager.cs#L20
Non-nullable property 'HomeAssistantAssignments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-macos:
YALCY/SettingsManager.cs#L19
Non-nullable property 'LifxZoneAssignments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-macos:
YALCY/SettingsManager.cs#L18
Non-nullable property 'CurrentChannelSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-macos:
YALCY/SettingsManager.cs#L17
Non-nullable property 'CurrentSingleSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-macos:
YALCY/SettingsManager.cs#L16
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-macos:
YALCY/Dmx.Net/Controllers/OpenDmxController.cs#L270
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#L269
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#L63
Non-nullable property 'AdvancedSettingsContainer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-macos:
YALCY/ViewModels/LedDisplay.cs#L110
Converting null literal or possible null value to non-nullable type.
|
|
build-macos:
YALCY/ViewModels/LedDisplay.cs#L79
Non-nullable field '_ledStates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-macos:
YALCY/Views/Components/StatusFooter.axaml.cs#L156
Converting null literal or possible null value to non-nullable type.
|
|
build-macos:
YALCY/Views/Components/StatusFooter.axaml.cs#L145
Converting null literal or possible null value to non-nullable type.
|
|
build-macos:
YALCY/Views/Components/StatusFooter.axaml.cs#L132
Converting null literal or possible null value to non-nullable type.
|
|
build-macos:
YALCY/Views/Components/StatusFooter.axaml.cs#L73
Converting null literal or possible null value to non-nullable type.
|
|
build-macos:
YALCY/App.axaml.cs#L15
Non-nullable property 'MainViewModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-macos:
YALCY/Dmx.Net/Controllers/OpenDmxController.cs#L270
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#L269
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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-windows:
YALCY/SettingsManager.cs#L21
Non-nullable property 'CurrentMasterDimmerChannelSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
YALCY/SettingsManager.cs#L20
Non-nullable property 'HomeAssistantAssignments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
YALCY/SettingsManager.cs#L19
Non-nullable property 'LifxZoneAssignments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
YALCY/SettingsManager.cs#L18
Non-nullable property 'CurrentChannelSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
YALCY/SettingsManager.cs#L17
Non-nullable property 'CurrentSingleSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
YALCY/SettingsManager.cs#L16
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/DMX/DmxTalker.cs#L221
Possible null reference return.
|
|
build-windows:
YALCY/App.axaml.cs#L15
Non-nullable property 'MainViewModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
YALCY/Dmx.Net/Controllers/OpenDmxController.cs#L270
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#L269
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/Integrations/Hue/HueTalker.cs#L97
'BaseHueApi.GetEntertainmentConfigurationAsync(Guid)' is obsolete: 'Use EntertainmentConfiguration.GetByIdAsync(). This method will be removed in the future.'
|
|
build-windows:
YALCY/Integrations/Hue/HueTalker.cs#L74
'BaseHueApi.GetEntertainmentConfigurationsAsync()' is obsolete: 'Use EntertainmentConfiguration.GetAllAsync(). This method will be removed in the future.'
|
|
build-windows:
YALCY/Integrations/StageKit/StageKitLighting.Cues.cs#L757
Non-nullable field '_blueTwo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-windows:
YALCY/Integrations/StageKit/StageKitLighting.Cues.cs#L756
Non-nullable field '_blueFour' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-windows:
YALCY/Integrations/StageKit/StageKitLighting.Cues.cs#L755
Non-nullable field '_greenPattern' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-windows:
YALCY/Views/Components/StatusFooter.axaml.cs#L73
Converting null literal or possible null value to non-nullable type.
|
|
build-windows:
YALCY/Integrations/DMX/DmxTalker.cs#L221
Possible null reference return.
|
|
build-windows:
YALCY/App.axaml.cs#L15
Non-nullable property 'MainViewModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-windows:
YALCY/Dmx.Net/Controllers/OpenDmxController.cs#L270
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#L269
Non-nullable field 'SerialNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
release
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/download-artifact@v4, softprops/action-gh-release@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
create-dmg
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, softprops/action-gh-release@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-windows
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
linux-binaries
|
56.9 MB |
sha256:2b490921545c8441134f9eae9d55ea508ff795bf5d3f697efbde1bb2c9ef8d0e
|
|
|
macos-binaries
|
59.5 MB |
sha256:776fdc82b2eb86748c309e7c40343443b67406c826c39ea88c4434aad783363b
|
|
|
windows-binaries
|
58.9 MB |
sha256:be83db2a501b50b713739bfa0e7d32ad1aa0ca3032ac1a1cda7726925ab64012
|
|