bungeemonkee / Configgy

A simple, powerful, extensible, testable .NET configuration library.
MIT License
41 stars 4 forks source link

Support settings from embedded resources #2

Closed bungeemonkee closed 8 years ago

bungeemonkee commented 8 years ago

Could be useful for embedded binary info like images or for large text blobs. Might work something like the file source. Would probably be best to look (by default) in a predetermined namespace like "Resources.Settings". Should it scan all assemblies or just the entry assembly?

bungeemonkee commented 8 years ago

This was implemented in 9ef95e2