Skip to content
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

Missing Startup.cs #2

Open
SkyeHoefling opened this issue Aug 17, 2020 · 1 comment
Open

Missing Startup.cs #2

SkyeHoefling opened this issue Aug 17, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@SkyeHoefling
Copy link
Contributor

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.

public class Startup : IDnnStartup
{
    public void ConfigureServices(IServiceCollection services)
    {
        // register services
    }
}
@david-poindexter david-poindexter self-assigned this Aug 17, 2020
@david-poindexter
Copy link
Contributor

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. 😉

@david-poindexter david-poindexter added the enhancement New feature or request label Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants