-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add Android support to System.IO.Ports #95749
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
Conversation
Fixes dotnet#86619 Also removes unused HAVE_TERMIOS2_EXITCODE from tryrun.cmake, the HAVE_TERMIOS2 check is not a tryrun one but a compile check.
|
Tagging subscribers to this area: @dotnet/area-system-io-ports Issue DetailsFixes #86619 Also removes unused
|
wfurt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
The package now fails to restore It is curious that I see I'm wondering if there is some patter filter for package publishing...??? |
|
Do we have official build CI legs that build the native binaries, i.e. This PR broke consuming the System.IO.Ports nuget package, so we should probably revert it until we found the fix. |
|
The package issue was fixed with #96026 |
Forgot to do this when I enabled Android in dotnet#95749
Forgot to do this when I enabled Android in #95749
Fixes #86619
Also removes unused
HAVE_TERMIOS2_EXITCODEfrom tryrun.cmake, theHAVE_TERMIOS2check is not a tryrun one but a compile check.