Wraith
Wraith
Given that Span is a big part of the changes in core flagging it as a compat problem is very noisy. this could really do with fixing.
As I noted in the original report it worked fine on 17.2 and broke on 17.3. I wrote the project one day and had it working, i updated vs when...
I've also confirmed that adding a direct reference to the 4.5.5 version of System.Memory resolves the issue. Do you want me to leave this open issue to track a fix...
How do I get that version of Microsoft.Build? it's not a dependency of the project and I'm on the latest stable visual studio release which still has the problem unless...
5 Years old today! Still waiting on Microsoft. It is possible that the request has been lost internally. Does anyone know who to contact who is currently in a position...
- Async strings and blobs. The current internal structure makes their performance non-linear. It is a long project to fix it but it's complicated and there is no mitigation other...
I'd prefer to support as much of the existing external surface area as possible because it will enable widest adoption if we get to production stages. I'd say async first...
The problem with using another shape is knowing what it is, there can be no consumers until we write one so we don't know what shape is required without a...
Ok, pure perf it is and then we'll see. That'll allow ignoring all the existing public surface area defined in terms of Task and using ValueTask throughout which will be...
> If the Task allocation from DbDataReader.GetFieldValue turns out to be significant (and let's see that it's the case, rather than assuming it is) Well, I think so. This is...