dotnet / dotNext

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

Fixing issue with StreamSegment.Adjust #225

Closed Keboo closed 4 months ago

Keboo commented 4 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 4 months ago

Thanks for your contribution!