NimblePros / eShopOnWeb

Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
MIT License
30 stars 5 forks source link

Clean up PublicApi Program.cs File #33

Open ardalis opened 1 week ago

ardalis commented 1 week ago

Move lengthy configuration sections into extension methods.

See TODO comments in Program.cs and look for any other opportunities to simplify.

canro91 commented 1 week ago

@ardalis I can take this one too