You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2018. It is now read-only.
Would act as an IOptions<T> wrapper for some T. Would make a convenient way to create an IOptions<T> from any T. We could also have a factory method (/cc @divega) that makes one of these from a T i.e. IOptions<T> Options.Create<T>(T options).