Skip to content

Add MemoryMarshal.CreateReadOnlySpanFromNullTerminated#47539

Merged
stephentoub merged 1 commit into
dotnet:masterfrom
stephentoub:spanterminated
Jan 30, 2021
Merged

Add MemoryMarshal.CreateReadOnlySpanFromNullTerminated#47539
stephentoub merged 1 commit into
dotnet:masterfrom
stephentoub:spanterminated

Conversation

@stephentoub

Copy link
Copy Markdown
Member

@ghost

ghost commented Jan 27, 2021

Copy link
Copy Markdown

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@stephentoub stephentoub force-pushed the spanterminated branch 2 times, most recently from cbc90a1 to 4888b01 Compare January 27, 2021 21:15
Comment on lines 220 to 221

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread src/coreclr/System.Private.CoreLib/src/System/StubHelpers.cs
@stephentoub

Copy link
Copy Markdown
Member Author

/azp list

@stephentoub

Copy link
Copy Markdown
Member Author

/azp run runtime-libraries-coreclr outerloop

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@stephentoub stephentoub merged commit a10c2e6 into dotnet:master Jan 30, 2021
@stephentoub stephentoub deleted the spanterminated branch January 30, 2021 03:42
@ghost ghost locked as resolved and limited conversation to collaborators Mar 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

API Proposal: Span<char> from null-terminated char*

4 participants