xen2
xen2
Could you try to open DxtWrapper.dll with Dependency Walker x64? http://www.dependencywalker.com/ You could then take a look at top level .dll and see if any is missing. Here is what...
Thanks for the report. Our asset compiler process change working directory when a build start. What's missing is switching back to original directory when it's finished (we keep the process...
@paulushub Sure, `does not contain any documents` should not trigger an error, that's a perfectly valid situation. However, I believe this part should: `Workspace failed with: [Failure] Msbuild failed when...
Sure, but sometimes some other warning might pop up that you don't want to treat as error (esp. if outside of developer control, i.e. due to some external csproj/target from...
I think in this specific case, it was actually working locally but not on CI due to a slightly different version of .NET Core being installed (some `.targets` changed, making...
Thanks for the follow-up! The reason I used a lambda is: * For this specific case, I needed to access `value['values'][index]` but the JSON message could have different names/structures *...
In my case I needed only 40 so I didn't bother to handle "pagination". Otherwise, what needs to be done is splitting in multiple requests: Query number of channels with...
English manual for reference:   Sources: EN: https://echonet.jp/wp/wp-content/uploads/pdf/General/Standard/Release/Release_Q/Appendix_Release_Q_E.pdf JP: https://echonet.jp/wp/wp-content/uploads/pdf/General/Standard/Release/Release_Q/Appendix_Release_Q.pdf
> Does the value of EPC:0xB1 match the actual number of circuit breakers you are using? If so, creating that number of entities at startup eliminates wasted entities. Yes. Or...
Looks good for the config. Let's see how we can generalize it to other cases later. What does the `0xB6: 0` mean? is this the start index to set? I...