System.IO.Pipelines is a new library that is designed to make it easier to do high performance IO in .NET. It's a library targeting .NET Standard that works on all .NET implementations. Pipelines was ...
Opening a SerialPort using SerialPort.Open() with a COM port that doesnt exist in VS22 debugger ends up stepping into the WmMouseUp event. After stepping over sp.Open() I somehow end up in the finally ...