SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
708 stars 108 forks source link

Saturn style CE for the Generic Host Builder #206

Closed jeremyabbott closed 4 years ago

jeremyabbott commented 4 years ago

Lots of work to do, but this a PoC for creating a generic host builder for "microservices" based on the .NET Core 3.0 SDK worker.

Ideas

Krzysztof-Cieslak commented 4 years ago

Thanks for this proof of concept, I implemented this as part of #257. Rather than creating separate CE, I've changed application CE to build IHostBuilder as this is recommended way according to ASP.NET documentation