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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@advanced-rest-client/arc-icons](https://togithub.com/advanced-rest-client/arc-icons) | devDependencies | pin | [`^3.0.2` -> `3.3.3`](https://renovatebot.com/diffs/npm/@advanced-rest-client%2farc-icons//) | | [@advanced-rest-client/eslint-config](https://togithub.com/advanced-rest-client/eslint-config) |...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.AspNetCore.Mvc.ViewFeatures](https://asp.net/) ([source](https://togithub.com/aspnet/Mvc)) | nuget | patch | `1.0.3` -> `1.0.4` | ### GitHub...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.AspNetCore.Mvc.ApiExplorer](https://asp.net/) ([source](https://togithub.com/aspnet/Mvc)) | nuget | patch | `1.0.3` -> `1.0.4` | ### GitHub...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) | nuget | major | `15.0.0` -> `16.9.4` | | [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |...

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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Newtonsoft.Json](https://www.newtonsoft.com/json) ([source](https://togithub.com/JamesNK/Newtonsoft.Json)) | nuget | major | `9.0.1` -> `13.0.1` | | [Newtonsoft.Json](https://www.newtonsoft.com/json)...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [MSTest.TestFramework](https://togithub.com/microsoft/testfx) | nuget | minor | `2.1.0` -> `2.2.3` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [MSTest.TestAdapter](https://togithub.com/microsoft/testfx) | nuget | minor | `2.1.0` -> `2.2.3` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.VisualStudio.Web.CodeGeneration.Tools](https://asp.net/) ([source](https://togithub.com/aspnet/scaffolding)) | nuget | patch | `2.0.2` -> `2.0.4` | --- ###...

I have a simple RAML file that appears correct: ``` %RAML 1.0 title: tester version: "1" types: BaseInfo: type: object properties: ID: type: integer /Tester: post: body: application/json: type: object...