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
167 stars 38 forks source link

tlint happy codes #57

Closed zijianhuang closed 5 years ago

zijianhuang commented 5 years ago

VS IDE with tlint checks shows red wave lines

 (fileId?'&fileId='+fileId.toString():'')

about missing whitespaces.

zijianhuang commented 5 years ago

enum definitions have some extra spaces.

zijianhuang commented 5 years ago

done. To be released next time.