Conversation
|
Tagging subscribers to this area: @buyaa-n, @krwq Issue Detailsnull
|
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlReader.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlReader.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlReaderAsync.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlReader.cs
Outdated
Show resolved
Hide resolved
Wraith2
left a comment
There was a problem hiding this comment.
LGTM apart from adding back in the scoped using to make sure the lifetime is explicitly handled correctly as already noted.
|
@Wraith2 @scalablecory done |
|
Per @scalablecory above
The sw.ToString()'s need to be outside/after the using scopes so that flush executes before we try to take the string value. |
|
@Wraith2 @scalablecory |
scalablecory
left a comment
There was a problem hiding this comment.
lgtm; final review to @krwq :)
|
@krwq ping |
No description provided.