-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating a modular ASP.NET Core application
tutorial does not work
#14413
Labels
Comments
Your web app should reference your module. |
You didn't add the routing in the startup.cs of your module:
|
OK, but what if I don't want to register any routing to my module? |
Ah stupid mistake, thanks! |
Could you have a look at #14414, please? |
Created the PR #14415 to prevent such issues that I had |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I tried following the tutorial Creating a modular ASP.NET Core application and it does not work.
Module startup class never runs
To Reproduce
Follow the tutorial
Expected behavior
Tutorial describes all the steps to create a modular app skeleton
The text was updated successfully, but these errors were encountered: