Skip to content

Conversation

paulomorgado
Copy link
Contributor

@paulomorgado paulomorgado commented Dec 7, 2023

PR Checklist

  • Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • Based off latest main branch of toolkit
  • PR doesn't include merge commits (always rebase on top of our main, if needed)
  • Tested code with current supported SDKs
  • New component
    • Pull Request has been submitted to the documentation repository instructions. Link:
    • Added description of major feature to project description for NuGet package (4000 total character limit, so don't push entire description over that)
  • Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Header has been added to all new source files (run build/UpdateHeaders.bat)
  • Contains NO breaking changes
  • Every new API (including internal ones) has full XML docs
  • Code follows all style conventions

Other information

This PR adds a AsStream() extension method to ReadOnlySequence<byte> similarly to the same method for Memory<byte> and ReadOnlyMemory<byte>.

@paulomorgado paulomorgado force-pushed the feature/readonlysequencestream branch from 979aece to 24fe7d7 Compare August 27, 2024 17:37
@paulomorgado paulomorgado force-pushed the feature/readonlysequencestream branch from 24fe7d7 to e9aba04 Compare September 18, 2024 19:06
@Sergio0694
Copy link
Member

Could you please rebase on top of main and drop all other commits except the 2 from you? Thank you 🙂

@paulomorgado paulomorgado force-pushed the feature/readonlysequencestream branch 3 times, most recently from 4865cb5 to 09a148d Compare November 16, 2024 13:22
@paulomorgado
Copy link
Contributor Author

Could you please rebase on top of main and drop all other commits except the 2 from you? Thank you 🙂

Done! 😄

@Sergio0694 Sergio0694 force-pushed the feature/readonlysequencestream branch from 09a148d to b292ab9 Compare November 20, 2024 00:26
@Sergio0694 Sergio0694 force-pushed the feature/readonlysequencestream branch from b292ab9 to b8aa65a Compare November 20, 2024 00:26
@Sergio0694 Sergio0694 force-pushed the feature/readonlysequencestream branch from 5551616 to bd49681 Compare November 21, 2024 01:30
Copy link
Member

@Sergio0694 Sergio0694 left a comment

Choose a reason for hiding this comment

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

LGTM, thank you! 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants