I am want to create a .NET Framework project that has API and MVC parts to it. In Visual Studio there are checkboxes that I can select but in Rider there is nothing, it only allows me to create an MVC project.
I know I can just reinstall Visual Studio and do it from there but I really want to know if there is a way to do this.
With .Net Core I can simply add an API controlller bt I don't know how to just add a controller.
If there is a way to add it manually, please tell me!
Rider screenshot:
As you can see, there is no place to add API. I can't even create a standalone API project!
Status
- Someone suggested that I create a WebAPI separately and add the config later but I can't even create an API.
- I looked up how to add an API and it tells you to add one line of config but the code throws errors. The question