Build All Platforms #66
Annotations
1 error and 64 warnings
|
release
Resource not accessible by integration - https://docs.github.com/rest/releases/releases#create-a-release
|
|
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/Hue/HueTalker.cs#L60
Possible null reference argument for parameter 'username' in 'Task<StreamingHueClient?> HueTalker.CreateStreamingClientAsync(string? bridgeIp, string username, string streamingClientKey)'.
|
|
build-linux:
YALCY/Integrations/Hue/HueTalker.cs#L94
'BaseHueApi.GetEntertainmentConfigurationAsync(Guid)' is obsolete: 'Use EntertainmentConfiguration.GetByIdAsync(). This method will be removed in the future.'
|
|
build-linux:
YALCY/Integrations/Hue/HueTalker.cs#L71
'BaseHueApi.GetEntertainmentConfigurationsAsync()' is obsolete: 'Use EntertainmentConfiguration.GetAllAsync(). This method will be removed in the future.'
|
|
build-linux:
YALCY/Integrations/OpenRGB/OpenRgbTalker.cs#L141
Cannot convert null literal to non-nullable reference type.
|
|
build-linux:
YALCY/Integrations/Serial/SerialTalker.cs#L62
Possible null reference assignment.
|
|
build-linux:
YALCY/Integrations/DMX/DmxTalker.cs#L215
Possible null reference return.
|
|
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/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/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/SettingsManager.cs#L21
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-linux:
YALCY/SettingsManager.cs#L20
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-linux:
YALCY/SettingsManager.cs#L19
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-linux:
YALCY/SettingsManager.cs#L18
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-linux:
YALCY/SettingsManager.cs#L17
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-linux:
YALCY/SettingsManager.cs#L16
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-linux:
YALCY/SettingsManager.cs#L15
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/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/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-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/Integrations/DMX/DmxTalker.cs#L215
Possible null reference return.
|
|
build-macos:
YALCY/Usb/UsbDeviceMonitor.cs#L73
Possible null reference assignment.
|
|
build-macos:
YALCY/Usb/UsbDeviceMonitor.cs#L72
Possible null reference assignment.
|
|
build-macos:
YALCY/SettingsManager.cs#L21
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#L20
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#L19
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#L18
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#L17
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#L16
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#L15
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/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/Integrations/DMX/DmxTalker.cs#L215
Possible null reference return.
|
|
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/Views/Components/StatusFooter.axaml.cs#L152
Converting null literal or possible null value to non-nullable type.
|
|
build-macos:
YALCY/Views/Components/StatusFooter.axaml.cs#L141
Converting null literal or possible null value to non-nullable type.
|
|
build-macos:
YALCY/Views/Components/StatusFooter.axaml.cs#L128
Converting null literal or possible null value to non-nullable type.
|
|
build-macos:
YALCY/Views/Components/StatusFooter.axaml.cs#L70
Converting null literal or possible null value to non-nullable type.
|
|
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/Integrations/Hue/HueTalker.cs#L185
Possible null reference argument for parameter 'ip' in 'Task<RegisterEntertainmentResult?> LocalHueApi.RegisterAsync(string ip, string applicationName, string deviceName, bool generateClientKey = false, CancellationToken? cancellationToken = null)'.
|
|
build-windows:
YALCY/Views/Components/StatusFooter.axaml.cs#L70
Converting null literal or possible null value to non-nullable type.
|
|
build-windows:
YALCY/Integrations/Hue/HueTalker.cs#L60
Possible null reference argument for parameter 'streamingClientKey' in 'Task<StreamingHueClient?> HueTalker.CreateStreamingClientAsync(string? bridgeIp, string username, string streamingClientKey)'.
|
|
build-windows:
YALCY/Integrations/Hue/HueTalker.cs#L60
Possible null reference argument for parameter 'username' in 'Task<StreamingHueClient?> HueTalker.CreateStreamingClientAsync(string? bridgeIp, string username, string streamingClientKey)'.
|
|
build-windows:
YALCY/Integrations/Hue/HueTalker.cs#L94
'BaseHueApi.GetEntertainmentConfigurationAsync(Guid)' is obsolete: 'Use EntertainmentConfiguration.GetByIdAsync(). This method will be removed in the future.'
|
|
build-windows:
YALCY/Integrations/Hue/HueTalker.cs#L71
'BaseHueApi.GetEntertainmentConfigurationsAsync()' is obsolete: 'Use EntertainmentConfiguration.GetAllAsync(). This method will be removed in the future.'
|
|
build-windows:
YALCY/Integrations/DMX/DmxTalker.cs#L215
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/Views/Components/StatusFooter.axaml.cs#L152
Converting null literal or possible null value to non-nullable type.
|
|
build-windows:
YALCY/Views/Components/StatusFooter.axaml.cs#L141
Converting null literal or possible null value to non-nullable type.
|
|
build-windows:
YALCY/Views/Components/StatusFooter.axaml.cs#L128
Converting null literal or possible null value to non-nullable type.
|
|
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#L70
Converting null literal or possible null value to non-nullable type.
|
|
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/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
linux-binaries
|
56.9 MB |
sha256:05412b49e8f9c11611662b862f89ae00e9c17f5ff0e453495289e6e43f7a75ae
|
|
|
macos-binaries
|
59.5 MB |
sha256:6e06af5276f550ee7795698cc7a428f00363ba516c4875f89532548396be090e
|
|
|
windows-binaries
|
58.8 MB |
sha256:37241b7cbbb7b263fe31321fcc8382365dc6ead32e5dac987cfb725014526813
|
|