PacktPublishing / Software-Architecture-with-C-9-and-.NET-5

Code Repository created for Hands-On Software Architecture with C# 9 and .NET 5, Published by Packt
MIT License
39 stars 36 forks source link

Remove use of async void when seeding the Db #12

Closed serpent5 closed 3 years ago

serpent5 commented 3 years ago

Seeding the database from Main allows the process to be completed without using async void. I've also changed the PackagesManagementDB project so that it's not a web project.