You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the next major release of Iot.Device.Bindings.dll and System.Device.Gpio.dll we intend to make the following breaking changes:
Issue: Remove support for PinNumberingScheme. Support for this was only ever added and working for Raspberry Pi 3+, and even there it causes more harm than good by adding extra complexity and user confusion. Other boards never supported that feature. As an alternative, we will have a VirtualGpioController class that can be used for more generic pin mappings.
Issue: Drop support for .netstandard. This simplifies logic to interface with native libraries, as we have access to NativeLibrary and other .NET core-only support functions. Since our most important target platform is linux, this would only affect people still using mono.
Issue: Drop support for Windows 10 IoT. This was never really popular and is unmaintained.
Feel free to post a comment if you have objections or further cleanup ideas.
The text was updated successfully, but these errors were encountered:
For the next major release of
Iot.Device.Bindings.dll
andSystem.Device.Gpio.dll
we intend to make the following breaking changes:PinNumberingScheme
. Support for this was only ever added and working for Raspberry Pi 3+, and even there it causes more harm than good by adding extra complexity and user confusion. Other boards never supported that feature. As an alternative, we will have aVirtualGpioController
class that can be used for more generic pin mappings.NativeLibrary
and other .NET core-only support functions. Since our most important target platform is linux, this would only affect people still using mono.Feel free to post a comment if you have objections or further cleanup ideas.
The text was updated successfully, but these errors were encountered: