aaronenberg

Results 2 comments of aaronenberg

@moh-hassan Please introduce support for Option 1. suggested by @mansellan

Here's the attribute to decorate an Option which receives a sequence representing an appsettings configuration ``` [AttributeUsage(AttributeTargets.Property, Inherited = true)] public sealed class OptionConfigurationAttribute : Attribute { /// /// A...