T. Thiery
T. Thiery
I would love to support the .NET Framework for people playing with older tools. But the framework does not support the toys I want to play with (aka. C# 8.0...
@Berdsen Interesting. To my understanding, `netstandard2.1` is not supported on [UWP](https://stackoverflow.com/questions/58070082/using-net-standard-2-1-with-uwp) and .NET Framework. That means Span and certain C# 8+ features are not supported. That eliminates the `SharpBrick.PoweredUp` core...
@wldevries I keep this open to track the progress.
It looks like UWP is not getting updated to .NET 5 and .NET 6. Way forward is [Windows App SDK apps](https://github.com/microsoft/WindowsAppSDK) using WinUI 3.
Awesome. Create a draft pull request at any time. When you need any help, just ask here! One more question: how you learned about this library? I have many new...
That's cool. I would love some contributions in the train area. I am not so sure if this hub-device model is the right thing for trains. Maybe thinking different (like...
I am also not perfectly happy with the API. Discover, find, ... To many interfaces, like you said. I am open for a breaking change here and a new API...
DiscoverAsync basically awaits the first of its type and otherwise invokes Discover with callback. And what WinRT does... Only WinRT knows :) The Bluetooth interface is not too advanced there,...
**Regards Threading** I hate threading. To death ;). I investigated the threading behavior of WinRT by googling and documentation reading. NOTHING. The callback from the WinRT notification handler ... is...
I merged #116. Was working like charm.