-
Notifications
You must be signed in to change notification settings - Fork 162
Bring XmlParsing in line with hapi
- also unblocks #308
#398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
8a65375
to
6ecb583
Compare
1162c13
to
97cdbff
Compare
97cdbff
to
c47095c
Compare
@AMCN41R @duaneedwards @PhantomGrazzler hope you gad a good Christmas and I hope you have a great new year! 🎇🎆 |
a54fa37
to
377e077
Compare
tests/NHapi.NUnit.SourceGeneration/NHapi.NUnit.SourceGeneration.csproj
Outdated
Show resolved
Hide resolved
377e077
to
3f56035
Compare
@AMCN41R @duaneedwards have you guys had chance to have a quick look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of comments about the addition of .?
potentially changing behaviour in places, otherwise looks good 👍
* Port hapi version of XMLParser and DefaultXMLParser - nHapi versions of these were years behind hapi. * Keep old implementations as LegacyXMLParser and LegacyDefaultXMLParser for people or depend on old imperfect behaviour * Add Unit tests for changes * Fix some code styling warnings * Improve XML Documentation * Update some Nuget packages * Unblocks #308 * Closes some Dependabot pull requests
3f56035
to
6926c42
Compare
hapi
version ofXMLParser
andDefaultXMLParser
-nHapi
versions of these were years behindhapi
.LegacyXMLParser
andLegacyDefaultXMLParser
for people or depend on old imperfect behaviour