Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

2.0.0

Latest
Compare
Choose a tag to compare
@danroth27 danroth27 released this 14 Aug 13:05

Features

  • Add name support for IOptionsChangeTokenSource/IOptionsMonitor callbacks (#206)
  • IOptionsMonitor should be updated for 2.0 (#201)
  • Should IOptions also consume IPostConfigureOptions (#197)
  • Rename IInitializeOptions to IPostConfigureOptions (#191)

Bugs Fixed

  • Rename IOptionsCache => IOptionsMonitorCache (#205)
  • IOptionsMonitor is singleton but listener registration is not thread safe (#204)
  • IOptionsChangeTokenSource does not work with scoped IConfigureOptions (#199)