Preferences service in Do.Platform needs to be platform independent
Bug #551102 reported by
Chris S.
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Do |
New
|
Medium
|
Chris S. |
Bug Description
The current Preferences classes in Do.Platform makes some assumptions that don't apply to preferences implementations on other platforms, such as the windows registry. For one, the base preferences service in Do.Platform assumes that the key separator character is "/", where the windows registry uses the "\" character.
To post a comment you must log in.
I should not that this must be fixed before resuming work on a windows port. This was something I specifically had to change in the Do.Platform assembly to get Do working on windows.