zijianhuang / webapiclientgen

Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
MIT License
168 stars 38 forks source link

ASPNET CORE 3.1 c# client generation Error - Multiple Actions Not Generated #101

Closed cetindogu closed 4 years ago

cetindogu commented 4 years ago

Web Api Controller Methods with [HttpPost] or [HttpGet] is OK. it's client code generated. BUT Web Api Controller Methods with [HttpGet,HttpPost] c# Client not generated. two HttpGet generated

i tried [HttpGet] [HttpPost] two lines. BUT same ERROR;

Severity Code Description Project File Line Suppression State Error CS0111 Type '...' already defines a member called '...' with the same parameter types ... C:\Users....ClientApi\WebApiClientAuto.cs

zijianhuang commented 4 years ago

little info to follow up.

is this related to issue #102?

zijianhuang commented 4 years ago

not enough info and no response.