-
Notifications
You must be signed in to change notification settings - Fork 121
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
Please add good getting started for single program template .NET 6 project #175
Comments
I don't know what ITNOA means but you seem to be putting that in all of your issues like that's something common we should know about. It's not that hard to adapt, but it does seem reasonable to add this to the docs. We'd be happy to see a PR for it, or you can wait for one of us to get around to it. |
@tillig This is to start a polite text in our culture. |
@tillig I can do a PR. However, I think the "Configuration Method Naming Conventions" section should turn into a sub section of the startup chapter. Something like
|
I haven't put a lot of thought into this, but things in thinking about:
You can see why we haven't really gotten here. There are a ton of combinations of hosting and app type available, all of which are already pretty well covered by ASP.NET docs, but which we will largely have to duplicate in order to serve the purpose of making it Autofac-specific. Again, this is me banging out thoughts on my phone between trying to get a couple other things done. It's not guidance, it's not me saying, "Here's the task," it's just thoughts off the top of my head. |
@tillig How about putting a link to the autofac sample at https://learn.microsoft.com/en-us/aspnet/core/migration/50-to-60-samples?view=aspnetcore-7.0#aspnet-core-6-7 into the documentation for the new "minimal hosting model in ASP.NET Core 6.0". This will probably not do any harm and could come in really handy to some. Although there is a risk of Microsoft changing links arbitrarily. |
I'd be fine with that. |
ITNOA
Please add good example that fit to .NET 6 Web API new template project
as you can see https://stackoverflow.com/questions/69754985/adding-autofac-to-net-core-6-0-using-the-new-single-file-template some people have same problem
The text was updated successfully, but these errors were encountered: