NXmlMapper is a library that lets you easily parse XML files by mapping them to classes. Mapping can be done automatically or manually. It can parse any numeric type, strings, bools, and DateTimes. Both XML element and attribute values are parse-able.
Get Started
$ dotnet add package NXmlMapperReadme
No README available.