Convert RAML file to Open API Specification
$ dotnet add package RamlToOpenApiConverterConverts a RAML to Open API Specification
new RamlConverter()
.ConvertToFile("MediaWiki.raml", "MediaWiki.json", OpenApiSpecVersion.OpenApi3_0, OpenApiFormat.Json);
Entity Framework Extensions and Dapper Plus are major sponsors and proud to contribute to the development of RamlToOpenApiConverter.