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
The template is missing the standard Startup.cs class which is used for dependency injection. We should include a blank Startup.cs which is a standard in Microsoft's official Web API Templates.
Thanks @ahoefling - I'll get this done. I had it on my list already but just didn't get a chance to add it yet since I was focusing on the MVC project yesterday. 😉
The template is missing the standard
Startup.cs
class which is used for dependency injection. We should include a blankStartup.cs
which is a standard in Microsoft's official Web API Templates.The text was updated successfully, but these errors were encountered: