nSwagger icon indicating copy to clipboard operation
nSwagger copied to clipboard

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

Open marpinello opened this issue 6 years ago • 1 comments

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

marpinello avatar Mar 01 '19 12:03 marpinello

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

marpinello avatar Mar 01 '19 13:03 marpinello