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
When creating a ShoelaceMVC project with a Project name like "My.Awesome.Webapp" the class name generated for the code first membership context is invalid: "My.Awesome.WebappContext". Probably need to create a custom template paramter like $safeclassname$ that strips the "."'s out of the $safeprojectname$ parameter. Not sure how to do this though. :/
The text was updated successfully, but these errors were encountered:
When creating a ShoelaceMVC project with a Project name like "My.Awesome.Webapp" the class name generated for the code first membership context is invalid: "My.Awesome.WebappContext". Probably need to create a custom template paramter like$safeclassname$ that strips the "."'s out of the $safeprojectname$ parameter. Not sure how to do this though. :/
The text was updated successfully, but these errors were encountered: