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

Make Settings usable in .NET scenarios #7647

Merged
merged 3 commits into from
Sep 30, 2021
Merged

Make Settings usable in .NET scenarios #7647

merged 3 commits into from
Sep 30, 2021

Commits on Sep 29, 2021

  1. Make Settings usable in .NET scenarios

    * Pin configuration type names to the desktop identities so not only we
    can create necessary configuration sections and serialize data, but also
    that we can deserialize those as well.
    Affected types:
        - System.Configuration.ApplicationSettingsGroup
        - System.Configuration.ClientSettingsSection
        - System.Configuration.UserSettingsGroup
    
    Fixes #6784
    Resolves dotnet/winforms#4308
    
    * Remove ability to browse and serialize arbitrary types, and restrict
    the set of type to the the known list
    
    Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1388857/
    RussKie committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    215f080 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Update src/Microsoft.VisualStudio.Editors/SettingsDesigner/SettingsTy…

    …peCache.vb
    
    Co-authored-by: Tom Meschter <[email protected]>
    RussKie and tmeschter authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    4e438ee View commit details
    Browse the repository at this point in the history
  2. Update src/Microsoft.VisualStudio.Editors/SettingsDesigner/SettingsDe…

    …signerView.vb
    
    Co-authored-by: Tom Meschter <[email protected]>
    RussKie and tmeschter authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    7b85c29 View commit details
    Browse the repository at this point in the history