Merge TDSParserStateObject.StateSnapshot #2122
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Contributes to merging netfx and netcore codebases. I need this particular set of classes synchronized for async string perf work.
I've renamed the TdsParserStateObjects because when you have files with the name name (different paths) visual studio doesn't work very well with them. In netfx i could see both but couldn't navigate to items in them properly. In netcore only one file was visible so you couldn't get to shared parts at all. It's now clearer both in the vs ui and in PR's where we work by filename.
I've taken elements which are identical in both netfx and netcore and moved them to the shared partial class. The other elements that are not currently shared will be updated in other PR's
@David-Engel once the current release is done could this get a quick review so i can get some momentum on this merging. I can keep working on relatively small and hopefully easy to review PR's bringing netfx in sync with netcore piece by piece if you can keep the review side moving.