Phil Bolduc
Phil Bolduc
Perhaps this could be solved by force running powershell.exe in conhost.exe instead of allowing the OS to use the default configured console host. For example, if I run `conhost powershell.exe...
I think I found an end user work around. If you set powershell.exe to use "Windows Console Host" by default, the CRC log window does not display. This change does...
> any solution on this, rendering razor string as input instead of path ? The PR mention here was merged. You should be able save your template as an embedded...
I am glad to see this issue has not been closed, so there is hope it will be completed. However, in the meantime, does anyone have a workaround? Our project...
> @pbolduc I ended up using dotnet-monitor side container to export event counters and OpenTelemetry within the application itself to export everything else. Yes it's two scraping endpoints per single...
Thank you. I am going to take this approach. I have referenced this answer in discussion #2798.
Have you seen https://github.com/ShaunPrice/FSEQLib. This can read fseq from SD card and display them. Doesn't have a pretty UI like WLED. I would have to think how this could be...
I do own a couple of micro sd shields so I can can help test once this gets support.
This appears to be a duplicate of https://github.com/andrewlock/NetEscapades.EnumGenerators/issues/18. Source generators need access to the source to work. To make this work, the source generator would need to use reflection for...
Thanks for the clarification and sorry for the incorrect conclusion. I was needing something like as well with generated nswag enumerations. I didn't want to have to have a custom...