0
I Use This!
Inactive

Commits : Listings

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