Skip to content

PPWCode.Host.Core.WebApi 5.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 17:20

Breaking

  • remove support for and dependency on Castle.Windsor
  • replace Castle ILogger with Microsoft ILogger
  • remove Castle.Windsor specific classes
    • ControllerActivator
    • ScopeMiddleware
    • WindsorContainerUtilities
  • remove support for hooks in TransactionMiddleware
    • code for commit and rollback is more robust
    • rarely used methods OnCommitAsync, OnAfterCommitAsync, OnRollbackAsync and OnAfterRollbackAsync are removed

View full changelog →