ProfessionalCSharp / MoreSamples

Additional code samples the book series Professional C#, Wrox Press
https://csharp.christiannagel.com
273 stars 96 forks source link

Upgrade DotNetCore DI samples to 3.0? #46

Closed robertmclaws closed 4 years ago

robertmclaws commented 4 years ago

Hey Christian! It would be really great if you could update these samples for .NET Core 3.0. I'm trying to figure out how to get the IConfiguration out of the new default HostBuilder() options and am having some trouble getting my head around it.

Thanks!

christiannagel commented 4 years ago

@robertmclaws, the code sample update is now in the dotnetcore3DI branch. It will move to the master branch when the blog article update is ready.

https://github.com/ProfessionalCSharp/MoreSamples/tree/dotnetcore3DI/DotnetCore