56 packages tagged with “Bonyan”
Bonyan Modularity Framework v1.6.0 - A microkernel architecture framework for building modular .NET applications. Version 1.6.0 Changes: • Breaking: Introduced phase-specific configuration contexts (BonPreConfigurationContext, BonConfigurationContext, BonPostConfigurationContext) for stricter architectural control • Breaking: Removed [DependsOn] attribute support - all modules must use constructor-based dependency declaration (DependOn<TModule>()) • Enhanced: Recursive module discovery starting from root entry point with improved dependency graph visualization • Fixed: LoggerFactory disposal issues, IBonUnitOfWorkManager resolution, and module lifecycle management • Improved: Better separation of concerns between presentation/infrastructure and domain layers See RELEASE_NOTES.md for complete migration guide and detailed changelog.