dotnet / dotNext

Next generation API for .NET
https://dotnet.github.io/dotNext/
MIT License
1.64k stars 123 forks source link

Fixing issue with StreamSegment.Adjust #225

Closed Keboo closed 8 months ago

Keboo commented 8 months ago

It was improperly checking the offset parameter when it should have been checking the length parameter. I added a test to cover the various adjust cases to ensure that it works as expected.

sakno commented 8 months ago

Thanks for your contribution!