raml-dotnet-tools icon indicating copy to clipboard operation
raml-dotnet-tools copied to clipboard

Visual Studio extension to work with RAML and OAS (OpenAPI) specifications. You can consume REST APIs, scaffold ASP.NET implementations and extract RAML specifications from existing ASP.Net apps.

Results 40 raml-dotnet-tools issues
Sort by recently updated
recently updated
newest added

Hi, Our team started experiencing issues with the RAML Tools for .NET VisualStudio plugin as of lately. We've upgraded to Visual Studio 2019 and hence, got the updated version of...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [System.ComponentModel.Annotations](https://togithub.com/dotnet/runtime) | nuget | major | `4.1.0` -> `5.0.0` | --- ### Renovate...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@open-wc/building-rollup](https://togithub.com/open-wc/open-wc) | devDependencies | major | [`0.14.8` -> `1.9.4`](https://renovatebot.com/diffs/npm/@open-wc%2fbuilding-rollup/0.14.8/1.9.4) | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [xunit.runner.visualstudio](https://togithub.com/xunit/visualstudio.xunit) | nuget | patch | `2.4.1` -> `2.4.3` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@open-wc/building-rollup](https://togithub.com/open-wc/open-wc) | devDependencies | minor | [`0.14.8` -> `0.22.12`](https://renovatebot.com/diffs/npm/@open-wc%2fbuilding-rollup/0.14.8/0.22.12) | --- ### Release...

After install of RAML Tools for .NET, I created a model for the client of a Mule Application based on its RAML specifications. The point is that the model of...

Hello, I am getting an error while compiling the generated class which contains enum property. If an enum value contains a comma (,) then generated enum value also have a...

Hi, I'm trying to build a C# CLI for [MuleSoft CloudHub APIs](https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/cloudhub-api/). The RAML is located here, [RAML](https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/cloudhub-api/) After using the v3.0.0-preview to convert the RAML to a C# Client,...

question

Whenever you have a schema that represents a tree structure, when the tools are parsing the objects the Visual Studio instance just shuts down without any message error nor exception...

bug
known issue

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....

enhancement