Ziad Akiki
Ziad Akiki
I can confirm that I get the same behavior on Windows with .net 6/13.5.1. Another project using .net 5 and version 9 of Electron.NET works fine.
Hello, - Windows 11 Home [Version 10.0.22000.348], English - Nothing passed to `electronize build` - .net 5 (runtime only) coexists on the machine with .net 6 (sdk)
Here's my console output when running this command: ``` Use Electron Port: 8000 info: Microsoft.Hosting.Lifetime[14] Now listening on: http://localhost:8001 ASP.NET Core host has fully started. info: Microsoft.Hosting.Lifetime[0] Application started. Press...
> we haven't added support for ElectronNET to run under net6 I guess this should be the issue. I'm targeting .net 6. I tried building with the mentioned command, it...
Hi @danatcofo that's great. So the issue turned out to be solely from the `System.Drawing.Color` namespace?
Another suggestion might be to return an array: ``` "fan_pwm_speed": [40, "%"] ``` To be honest anything works, whatever you feel more suitable as long as I'm able to get...
Thanks for that! I guess an output called `json_mqtt_units` or something similar should be added as well. Same goes for UDP (for completeness).
Same issue with 1.0.27 as well