A WADL to C# code converter.

This project aims at writing a code generator which will take a WADL file and output a C# code file. It used CodeDom for achieveing this functionality, so with minor tweaks, it should support all the CLR languages which can be generated from CodeDom.

Project information

Licence:
MIT / X / Expat Licence

RDF metadata

View full history Series and milestones

0.2 series is the current focus of development.

Get Involved

Downloads

Latest version is release-v0.1
released

All downloads

Announcements

  • Version 0.1 Released on 2010-05-02
    I have released version 0.1 which generates the C# code file. It has been tes...