Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.Configuration: User configuration file saving fixes, part 2. #55

Conversation

Conmanx360
Copy link
Collaborator

These are the final patches necessary to fix the configuration-with-defaults test.

With these patches, the follow tests are fixed as well:

MonoTests.System.Configuration.KeyValueConfigurationCollectionTest:GetElementKey_withoutAdd
MonoTests.System.Configuration.KeyValueConfigurationCollectionTest
MonoTests.System.Configuration.KeyValueConfigurationElementTest:Properties
MonoTests.System.Configuration.KeyValueConfigurationElementTest

…erencesource.

Signed-off-by: Connor McAdams <conmanx360@gmail.com>
…n} from referencesource.

Signed-off-by: Connor McAdams <conmanx360@gmail.com>
…rce.

SettingElement, SettingValueElement, and SettingElementCollection are
all contained within ClientSettingsSection in referencesource.

Signed-off-by: Connor McAdams <conmanx360@gmail.com>
…m referencesource.

Signed-off-by: Connor McAdams <conmanx360@gmail.com>
…lement.

This replaces the SaveContext.HasValue method now that Unmerge works properly.

Signed-off-by: Connor McAdams <conmanx360@gmail.com>
…anged locally.

Signed-off-by: Connor McAdams <conmanx360@gmail.com>
…lue to a SettingValueElement.

This avoids reuse of an existing XmlNode that is supposed to hold a
previous setting value.

Signed-off-by: Connor McAdams <conmanx360@gmail.com>
@madewokherd madewokherd merged commit 1488d35 into madewokherd:develop Jan 27, 2024
4 checks passed
madewokherd pushed a commit to madewokherd/wine-mono that referenced this pull request Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants