-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
api-needs-workAPI needs work before it is approved, it is NOT ready for implementationAPI needs work before it is approved, it is NOT ready for implementationarea-MetablockedIssue/PR is blocked on something - see commentsIssue/PR is blocked on something - see comments
Milestone
Description
We just need to wait for Span<T> to mature a bit.
- Parse integers in a string based on an index #16933 -
Int32.Parse,Int32.TryParse- https://github.com/dotnet/corefx/issues/13892#issuecomment-262382196 -
Parseon all primitive types (sbyte.Parsebyte.Parseshort.Parse...ulong.Parse,DateTime.Parse,Guid.Parse, etc)
- https://github.com/dotnet/corefx/issues/13892#issuecomment-262382196 -
- Add methods to StringBuilder to append ReadOnlySpan<char> #19437 -
StringBuilder.Append - https://github.com/dotnet/corefx/issues/13892#issuecomment-262576835 -
ImmutableArray<T>.implicit operator ReadOnlySpan<T>() - https://github.com/dotnet/corefx/issues/7656#issuecomment-231217120 -
string.Split - https://github.com/dotnet/corefx/issues/12672#issue-183177295 -
Guid.GetBytes(out byte[]),Decimal.GetBits(decimal, out byte[])- https://github.com/dotnet/corefx/issues/12672#issuecomment-253959625 - Look at all methods which take new array (e.g.
out byte[])
- https://github.com/dotnet/corefx/issues/12672#issuecomment-253959625 - Look at all methods which take new array (e.g.
- dotnet/corefx#14255 -
Encoding.GetBytes - https://github.com/dotnet/corefx/issues/17281 -
SocketAsyncEventArgs.SetBuffer(Memory<T>) - https://github.com/dotnet/corefx/issues/13892#issuecomment-287667969 -
Stream.Read/Write[Async]andSocket.Send/Receive[Async] - https://github.com/dotnet/corefx/issues/6740#issuecomment-287684217 - IO APIs
- dotnet/corefx#17378 -
IPAddress - dotnet/corefx#18693 - Crypto
- dotnet/corefx#18847 -
ImmutableArray.AsReadOnlySpan()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api-needs-workAPI needs work before it is approved, it is NOT ready for implementationAPI needs work before it is approved, it is NOT ready for implementationarea-MetablockedIssue/PR is blocked on something - see commentsIssue/PR is blocked on something - see comments