for those who are searching and landing here.
https://stackoverflow.com/questions/67550561/asp-net-boilerplate-custom-repository-no-longer-working-after-upgrade
I am using latest 11.01 version of mvc and JQuery.
I noticed there is a hard requirement for sending email and email setting are configured correctly when creating a new user or new Tenant. Can this be changed to soft error by displaying a message saying email cannot be set or something insted throwing an internal server error. This is efficiently handled in the debugging in VS.
**To replicate error: **
It wil be helpful, If log reflects the same error message. and update the docuementation to include the requirement to update email setting before deploying.
Thank you ismcagdas,
Thank you so much for response
Where do you us to copy this class? For some reason breakpoint is not hitting the class.
We are using OPENID connect. Where can I find better documentation. externalLoginInfo is always null. I am not sure how to find what claims are coming over. Can you please assist. I searched everywhere and any help would be great.
var externalLoginInfo = await _signInManager.GetExternalLoginInfoAsync();
If you could add this link next to the item it would be great. https://github.com/aspnetzero/aspnet-zero-core/issues/4035
https://docs.aspnetzero.com/en/common/latest/Change-Logs
Is there a place where you are documenting these heading? Can you elaborate what you mean by "Plugin module sample with a Web UI"
Would you consider adding more details to change log
If any come likes to know where and how to mark embeded resource .
https://aspnetboilerplate.com/Pages/Documents/Embedded-Resource-Files
Is there any plan to support Azure AD middle ware support to ASPNETZero?
I see that there are some groups interested in SAML authentication integration.
Is there any plan to suppor this?
We handled all of the complicated queries using the Store procedures and used repositeries to access data. Doing, we were able to take care of performance & Memory issues as well.