You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ASP.NET core has this razor page way to deal with web application development. I was trying to do use this awesome adaptor pattern to mock TryUpdateModelAsync method for PageModel class. However I found that for whatever reason they think, they change TryUpdateModelAsync from public to internal, which makes this solution infeasible. Do we have a solution for this?
The text was updated successfully, but these errors were encountered:
ASP.NET core has this
razor page
way to deal with web application development. I was trying to do use this awesome adaptor pattern to mock TryUpdateModelAsync method for PageModel class. However I found that for whatever reason they think, they change TryUpdateModelAsync from public to internal, which makes this solution infeasible. Do we have a solution for this?The text was updated successfully, but these errors were encountered: