-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
SerialStream doesn't override memory-based Read-/WriteAsync methods #54575
Comments
Tagging subscribers to this area: @dotnet/area-system-io Issue DetailsWhen adding a
cc @adamsitnik @carlossanlop @jozkee @jeffhandley
|
No approval required. |
@ViktorHofer do you intend to work on it? If not, could please mark it as up-for-grabs and remove your assignment? |
@adamsitnik Should I take this to mean there's an interest in implementing the |
I've reconsidered that and most probably we should not do that for Windows as of now. The main reason is that testing this particular library is really hard and it would be easy to introduce a bug to the product. I am going to close both issues. @i3arnon thanks! |
When adding a
NetCoreAppCurrent
configuration to System.IO.Ports, roslyn warns that SerialStream's memory-basedReadAsync
andWriteAsync
methods aren't overridden. I was unsure if this requires api-approval so I'm filing this issue.cc @adamsitnik @carlossanlop @jozkee @jeffhandley
The text was updated successfully, but these errors were encountered: