Patrick Lanz
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Patrick Lanz created a post, Resharper should propose to convert ReadOnlyMemory<T> to Span<T> when adequate
Hello,Here is a simple method:public void DoSomething (ReadOnlyMemory <Char> text, TextWriter writer) { writer.Write(text);} What's the problem with this code?The overload that is selected is `Te...