0
I Use This!
Inactive

Commits : Listings

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