raml-dotnet-tools
raml-dotnet-tools copied to clipboard
Generates C# Code in VB.NET Projects
I created a Web API project in VB.NET in Visual Studio 2015 Community Edition. When I add RAML contract using this extension it generates C# code under the VB.NET project.
I understand you only support generation of C# code but I feel this should give an error for VB.NET projects instead of generating C# files under it.
Not sure if this is the right place to make feature requests but can support be added to generate the interface code under Class Library projects so that we can generate C# code under it and reference it from VB.NET Web API Projects?