A C# implementation of the XML Resolver
The build now includes a collection of schemas and resources that can be made available in a “data” assembly (at least that’s my current plan). Because these resources are shared across both the Java and C# projects, they’re in a separate repo and that repo is a “submodule” of this one.
What that means in practice is that after you clone this repository, you must also run:
git submodule sync
git submodule update --init
That will make sure that the submodule is checked out and the data files are available.
Releases are being pushed to NuGet.
- This is the
legacy_v2
branch. Future development on themain
branch is for XmlResolver v6.x and beyond