0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Feb 01, 2025 — Feb 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
port to .net standard More... about 5 years ago
Added some basic HTML docs generated from the comments. More... almost 12 years ago
Readme update. More... almost 12 years ago
Removed unused references. More... almost 12 years ago
Small commenting changes. More... almost 12 years ago
Added NuGet folder to ignore. More... almost 12 years ago
Added support for missing numeric types. More... almost 12 years ago
Merge branch 'master' of https://github.com/qusma/NXmlMapper More... almost 12 years ago
Minor cleanup/refactoring. More... almost 12 years ago
Update README.md More... almost 12 years ago
Prior mappings are now correctly removed when adding a new one. This also makes the ElementValueAndAttributeWithSameNameAreParsedCorrectly test pass. More... almost 12 years ago
Setting parse options to null should now replace any existing parse options now. More... almost 12 years ago
Refactoring to simplify mappings. More... almost 12 years ago
Added test to make sure ParseNext works. More... almost 12 years ago
Added two tests to make sure parse options work properly. More... almost 12 years ago
Renaming ParseOne to ParseNext. More... almost 12 years ago
Minor cleanup. More... almost 12 years ago
More on element parse options. More... almost 12 years ago
ParseOne changed to ParseNext and uses an Enumerator to move through all elements. More... almost 12 years ago
Added ability to use parse options with elements. More... almost 12 years ago
Added MapperExtensions file to project. More... almost 12 years ago
Commenting and slight cleanup. More... almost 12 years ago
Added test for situations where there are elements and attributes with the same name. It fails, easy to fix tho. More... almost 12 years ago
Added tests for fluent mapping. More... almost 12 years ago
Added a fluent interface to map attributes/elements to properties. More... almost 12 years ago
Added tests for parsing of double?. More... almost 12 years ago
Added ability to parse nullable numerical types. More... almost 12 years ago
Added ability to parse longs. More... almost 12 years ago
Now also parses nullable datetime properties. More... almost 12 years ago
Added functionality for parsing options. More... almost 12 years ago