Manuele Lucchi

Results 17 comments of Manuele Lucchi

Centennial Apps can call for admin rights (see Desktop App Converter in the store) so you can maybe elevate to admin rights the Node.js part that calls the commands

I'm trying to get the stacktrace. Apart from this, the usage is something like this ```csharp while (!token.IsCancellationRequested) { while (!client.IsConnected) { try { client.Connect(); } catch (Exception e) {...

While .NET 7 support drops in a few weeks, .NET 6 is LTS and has support until november

Makes sense, thank you. Can i use the same concept for the primary color? This is more of broader question, but since we don't have the css variables yet

Oh, is there an example somewhere? It's really an obscure topic

Hi @Apollo3zehn, we managed to corner the issue a bit more. After some tweaking, it's now a NullReferenceException inside the ModbusTcpClient while awaiting ReadHoldingRegistersAsync(unit, address, count, token) ``` in FluentModbus.ModbusTcpClient.d__40.MoveNext()...

Thank you @ElderJames, if I have time I could try to implement it myself. Let me ask something else: do you have any timeframe for ant 5? Thank you