Skip to content

v9.3.4

Compare
Choose a tag to compare
@ioancrisan ioancrisan released this 25 Aug 17:53
· 1011 commits to master since this release
  • Core

    • Fix bug when a derived service uses Override to override a base service and there are only these two service types registered for the contract.
    • AppContext fixed the nullable properties.
  • Commands

    • DefaultCommandResolver throws now more specific CommandNotFoundException instead of KeyNotFoundException.
  • Application

    • Breaking change: Made DefaultAppMainLoop.IsAttended virtual.
  • AspNetCore

    • Breaking change: Removed AspNetAppMainLoop (would overlap with AspNetMainLoop).
    • Breaking change: Removed AspNetMainLoop.RunAsInteractive. Overlaps with IsAttended. Made IsAttended by default false.