Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .net5.0 asset in System.Device.Gpio #1193

Closed
richlander opened this issue Sep 23, 2020 · 1 comment · Fixed by #1217
Closed

Add .net5.0 asset in System.Device.Gpio #1193

richlander opened this issue Sep 23, 2020 · 1 comment · Fixed by #1217
Labels
bug Something isn't working

Comments

@richlander
Copy link
Member

The System.Device.Gpio package contains old-style WinRT assets. Those are no longer compatible with the 5.0 runtime. I propose we fix this in an iterative fashion:

  1. Add a new net5.0 asset that is Linux-only.
  2. Add CSWinRT-generated code for the WinRT APIs that we are using.

Context: dotnet/runtime#42478

@pgrawehr
Copy link
Contributor

That's allready been prepared. Also, we should definitelly keep the assembly platform-independent, as it is now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants