-
Given a controller definition
```csharp
[Produces(MediaTypeNames.Application.Json)]
[HttpGet("{table}/search", Name = "searchTable")]
public async Task Search(
[FromRo…
-
# Trending repositories for C#
1. [**umbraco / Umbraco-CMS**](https://github.com/umbraco/Umbraco-CMS)
__The simple, flexible and friendly ASP.NET CMS used by more than 730.000 web…
-
##### Description
This problem appeared in v.2.2.3.
I'm trying to generate "typescript-angular2" client API with http://generator.swagger.io/#!/clients/generateClient service.
I cutted my con…
-
When I right-click => Create TypeScript Intellisense File
on any of my SignalR Hub definitions I'm getting this error:
```
6/10/2015 4:46:15 PM: An error occurred while processing code in C:\BugRepor…
-
./serve.py
-bash: ./serve.py: Permission denied
sudo ./serve.py
sudo: ./serve.py: command not found
-
Type: Bug
I don't know how to reproduce this issue. Its just one workspace behaving like this and not others. Its just loading, not getting completed.
VS Code version: Cursor 0.35.0 (5f9353ed8be…
-
![golangserver](https://user-images.githubusercontent.com/5676390/37564362-88d80182-2acf-11e8-9412-894254b802fe.png)
-
Hi,
I'm using NSwagStudio to translate YAML to C# Client, and found that the number format integer is still translated to double:
Here is the YAML Spec:
TotalRecords:
type: number
format: …
-
##### Description
When working on an enhancement of the typescript-axios generation I've noticed fields missing in the generated classes.
[This PR](https://github.com/OpenAPITools/openapi-genera…
-
Issue Type: Bug
1. Open VS Code, create a blank file, and set the language for the file to TypeScript.
2. Paste in the following code which contains the problematic template literal expression (…