aloneguid / config

⚙ Config.Net - the easiest configuration framework for .NET developers. No BS.
MIT License
656 stars 86 forks source link

Support of DefaultValueAttribute #98

Closed LaurentMinot closed 4 years ago

LaurentMinot commented 4 years ago

Hello,

Would it be possible to support System.ComponentModel.DefaultValueAttribute additionally to OptionAttribute(DefaultValue= )? In my case I don't want to propagate Config.net in all my code (for instances some plugins), and that would be a good solution.

Thanks, Laurent

aloneguid commented 4 years ago

I think it's a great idea! Are you happy to raise a PR for this or want me to implement it?

LaurentMinot commented 4 years ago

Well it's for my job, so I think I can deal with this one :-) I'll create A PR next week