XCogen - Xml Configuration Generator
XCogen is a simple console application to automate the generation of xml file configuration for Castle Windsor, Unity and Spring containers. The operation is really simple. Through a configuration file, you can instruct XCogen for which container generate the configuration file. It can generate more than one file at once for several containers. In this way you can generate the configuration file of your container with a pre-build action. Without worrying about the new classes added.
Project Status
Currently supports the following containers
Limitation of this version
- Supports only direct resolution: One interface -> One class
- No advance filtering is possibile on interface
- C# Only
Requirements
- Microsoft .Net Framework 2.x or above
Example
For more details, download the SoaExample from Releases.