Frank Robijn
Frank Robijn
I've updated the documentation page. I've also added a .editorconfig with only spell checker configuration, so the spell checker can be used for the markdown pages.
That is not a repository that's on my list to look closely at. But be assured, there are many ways to get it to work. Two hints: - having a...
Yes, let's hope that I get a reaction from Microsoft. I hope they can tell what aspect of the nanoFramework project Visual Studio is using to prevent the addition/removal of...
Haven't heard from Microsoft, but nanoFramework can provide a fix that should work for all regular projects. See https://github.com/nanoframework/nf-Visual-Studio-extension/pull/887.
> Also, there seems to be something wrong the rescan devices call execution. Not only it takes a serious amount of time, O yes, a lot of time. If you...
I've investigated the timing issue a bit further. No devices connected, just 6 COM ports that are unresponsive. The code that makes all code execute sequentially is the first operation...
> The rescan issue is coming from this call: > For some reason the call to `Open()` blocks, never returns and doesn't throw any exception whatsoever. 😯 This is happening...
@josesimoes Your minor changes caused a merge conflict that VS2022 could not handle "because of ... codepage". Automerge resulted in an empty file. I hope that I've got all your...
> Maybe we should add a timeout on the serial port workflow so a faulty device can't block/hinder the discovery process. The result of a "hanging" device is that the...
Ok. Then I think that I have addressed all issues/suggestions raised so far.