https://github.com/datajuggler/xmlmirror
XmlMirror uses reflection to make it simple to create C# XML Parsers and Writers
https://github.com/datajuggler/xmlmirror
codegeneration csharp desktop-application reflection xml
Last synced: 8 months ago
JSON representation
XmlMirror uses reflection to make it simple to create C# XML Parsers and Writers
- Host: GitHub
- URL: https://github.com/datajuggler/xmlmirror
- Owner: DataJuggler
- Created: 2019-06-03T09:57:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T14:48:03.000Z (over 2 years ago)
- Last Synced: 2025-07-23T17:49:37.619Z (8 months ago)
- Topics: codegeneration, csharp, desktop-application, reflection, xml
- Language: C#
- Size: 19.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XmlMirror
XmlMirror uses reflection to make it simple to create C# XML Parsers and Writers
Update 4.3.2022: I upgraded this project to .NET6, and I created a port of XmlMirror.Runtime5 and created XmlMirror.Runtime6, for you guess it, .NET6.
I also learned ReflectionOnlyLoading is no longer supported. The fix was changing Assebmlty.ReflectionOnlyLoadFrom to Assebmlty.LoadFrom(dllPath);
Seems to work since upgrading, making a new video now to verify.