NAudio
NAudio copied to clipboard
Span branch
Are any plans to support the Span branch or it's staled? Are pull requests with bug fixes being accepted for this branch?
There was some pushback due to the inability of VB.NET to use Span. However, I do think that it would be a better overall design for NAudio. Unfortunately my time to work on NAudio is very limited at the moment
Span brings back the good old days of CLS-Compliant issues. In simplest terms, it's perfectly usable internally but shouldn't really be something that is exposed through a public API. Unless, of course, your Microsoft ("do as we say not as we do"... see Framework Design Guidelines Second Edition) and have the time to double up on the API surface (and support it) by providing Span and non-Span options.