donr484
Results
2
comments of
donr484
I just converted a working .NET 6 VB project to .NET 7, and AsSpan now causes compile error BC36954 with no help available. Converting the code back to Substring then...
That's not a fix. That's an even bigger hassle. What if I want to use other .net 7 features in that code? What if I use .AsSpan or other ref...