Skip to content

Conversation

@thaystg
Copy link
Member

@thaystg thaystg commented Jan 28, 2022

GetLength is not supported on a DeflateStream:

get { throw new NotSupportedException(SR.NotSupported); }

Fixing this and adding a test.

I detected this doing tests, it is not something reported by an user.

@thaystg thaystg requested a review from marek-safar as a code owner January 28, 2022 19:24
@ghost ghost assigned thaystg Jan 28, 2022
@ghost ghost added the area-Debugger-mono label Jan 28, 2022
@ghost
Copy link

ghost commented Jan 28, 2022

Tagging subscribers to this area: @thaystg
See info in area-owners.md if you want to be subscribed.

Issue Details

GetLength is not supported on a DeflateStream:

get { throw new NotSupportedException(SR.NotSupported); }

Fixing this and adding a test.

Author: thaystg
Assignees: thaystg
Labels:

area-Debugger-mono

Milestone: -

@thaystg thaystg merged commit f289c8c into dotnet:main Jan 31, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Mar 2, 2022
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.

2 participants