The core types of this lightweight boostrapper framework optimized for console apps, providing a uniform and consistent implementation of:
-project types.
Common for all project types is that they have both Program.cs
paired with Startup.cs
. Also, all are implemented using IHostedService
; this means that for a traditional console
you have option for graceful shutdown should you require this (cronjob scenarios or similar).
An implementation optimized for console
applications.
An implementation optimized for web
, webapi
, webapp
, razor
, mvc
applications.
An implementation optimized for worker
services.
Code with passion; love your code; deliver with confidence 👨💻️🔥❤️🚀😎
Contributions are welcome and appreciated.
Feel free to submit issues, feature requests, or pull requests to help improve this library.
This project is licensed under the MIT License - see the LICENSE file for details.