Nuclex.Support/Source/Settings
Markus Ewald f74f1d0c6c Fixed a typo
git-svn-id: file:///srv/devel/repo-conversion/nusu@322 d2e56fa2-650e-0410-a79f-9358c0239efd
2014-07-22 21:28:31 +00:00
..
ConfigurationFileStore.cs Achieved full test coverage for the configuration file store and the windows registry settings store 2014-07-22 20:02:33 +00:00
ConfigurationFileStore.Parsing.cs Fixed a typo 2014-07-22 21:28:31 +00:00
ConfigurationFileStore.Test.cs Achieved full test coverage for the configuration file store and the windows registry settings store 2014-07-22 20:02:33 +00:00
ISettingsStore.cs Documented the intended interface for the settings store; parseBooleanLiteral() is now a private method in the ConfigurationFileStore again; added some unit tests for the registry-based settings store 2014-07-22 15:58:07 +00:00
MemoryStore.cs Fully implemented the memory store and added unit tests for it 2014-07-21 12:58:33 +00:00
MemoryStore.Test.cs Fully implemented the memory store and added unit tests for it 2014-07-21 12:58:33 +00:00
OptionInfo.cs Renamed the configuration namespace to settings; more progress on the configuration file parser; partially implemented the memory settings store 2014-07-19 22:16:41 +00:00
WindowsRegistryStore.cs Achieved full test coverage for the configuration file store and the windows registry settings store 2014-07-22 20:02:33 +00:00
WindowsRegistryStore.Test.cs One unit test opened HKEY_LOCAL_MACHINE for testing, but it seems Mono on Linux doesn't grant even read access to this (emulated) key, so the unit test now uses HKEY_CURRENT_USER 2014-07-22 20:26:43 +00:00