Apply review follow-up fixes - #14
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR applies follow-up refactors in the Core parsing layer and test stubs by consolidating XML attribute access into ShowplanParser’s existing helpers, removing an unused helper type, and clarifying a stub constructor parameter name to avoid ambiguity.
Changes:
- Replaced root metadata attribute reads in
ShowplanParserto use its internalGetAttributehelper. - Removed the now-unused
ShowplanXmlElementhelper type from Core parsing. - Renamed the diagnostics stub constructor parameter in tests to avoid confusion with the backing field.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tests/MSSQLPlanViewer.Core.Tests/PlanWorkspaceServiceTests.cs | Renames the stub diagnostics constructor parameter to avoid ambiguity with the diagnostics field. |
| src/MSSQLPlanViewer.Core/Parsing/ShowplanXmlElement.cs | Deletes an unused XML helper now replaced by ShowplanParser’s internal helpers. |
| src/MSSQLPlanViewer.Core/Parsing/ShowplanParser.cs | Reuses the parser’s existing GetAttribute helper for root Version/Build metadata extraction. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
ShowplanParser's existing attribute helper for root metadata.ShowplanXmlElementhelper.Testing
dotnet test .\MSSQLPlanViewer.sln -p:BaseOutputPath=.\artifacts\test-bin\