rmaclean / nSwagger

nSwagger is a set of tools for developers who use Microsoft languages (C# & TypeScript) and tools to have an easy experience with APIs which are documented with Swagger 2.0.
MIT License
24 stars 3 forks source link

Nswagger error with Microsoft.AspenetCore.Identity.UI.LoginModel #4

Open marpinello opened 5 years ago

marpinello commented 5 years ago

Nswagger do not build when Microsoft.AspenetCore.Identity.UI.LoginModel is used as argument in a common controller

marpinello commented 5 years ago

one more detail: I was using Microsoft.AspNetCore.Identity.EntityFrameworkCore inside my XXXContext class (obvious, because it is a prerequisite) and once I transformed my "internal" class to "public", the same error appeared