Source Code only project to convert RAML file to Open API Specification
$ dotnet add package RamlToOpenApiConverter.SourceOnlyConverts 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.