Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flcdrg/xsdextractor
Extract XSD from ConfigSection classes.
https://github.com/flcdrg/xsdextractor
configuration dotnet xsd
Last synced: 17 days ago
JSON representation
Extract XSD from ConfigSection classes.
- Host: GitHub
- URL: https://github.com/flcdrg/xsdextractor
- Owner: flcdrg
- License: lgpl-2.1
- Created: 2015-07-10T10:25:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T02:15:57.000Z (over 7 years ago)
- Last Synced: 2024-11-29T06:06:16.436Z (3 months ago)
- Topics: configuration, dotnet, xsd
- Language: C#
- Size: 98.6 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: License
Awesome Lists containing this project
README
#XSDExtractor
Originally published by Steve Ward at http://www.codeproject.com/Articles/15022/Extract-an-XML-Schema-from-a-NET-Configuration
This repo take's Steve's source code, applies suggested fixes from the comments on the CodeProject page, and adds further enhancements.
[![Build status](https://ci.appveyor.com/api/projects/status/18qlhsaethlt46h6?svg=true)](https://ci.appveyor.com/project/DavidGardiner/xsdextractor)
### Original information
Original [readme.txt](readme.txt)