aloneguid / config

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

Remove bool aliases #74

Closed maelgrove closed 6 years ago

maelgrove commented 6 years ago

This PR removes the bool alias conversions from the CoreParsers along with associated tests, based on issue #73. The bool conversion is replaced with the built-in bool.Parse().

maelgrove commented 6 years ago

Actually, that's quite an interesting idea. How would a 'strict mode' affect other configuration values, if even? Would the configuration framework throw an exception if values aren't as expected in 'strict mode', or just silently ignore them and retrieve the defaults?

maelgrove commented 6 years ago

Closing this PR as per discussion on #73.