Skip to content

Release v1.0.2

Choose a tag to compare

@github-actions github-actions released this 07 Aug 01:42
Refactor service registration and module configuration

Streamlined the service registration process by removing memory caching and Razor Pages setup. Introduced an ApplicationPart-based module system for dynamic module loading with `AddApplicationPartModules`. Simplified middleware by removing error handling and HSTS for non-development environments while maintaining static file serving and Razor Pages mapping.