David Grieve

Results 6 comments of David Grieve

Same issue. Resolved by adding FromForm to the property to use default model binding, public ActionResult AdminAdd(CompanyDetailViewModel model) public class CompanyDetailViewModel : CompanyViewModel { public InviteEditModel Admin { get; set;...

I've implemented this in my fork of the API. Didn't take long. Code base is pretty easy to follow. Now I need to work out how to get this back...

I had the same issue. As comfreakph mentions you MUST install T4scaffolding first. (and possibly restart VS) before installing MvcMailer.

This apple feature had me confused for much longer than needed. For far too long I though the user info was in the jwt id_token. You can easy miss the...

We also get the same issue. Pretty much every time app pool is recycled (every compile in development) it crashes.