<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.0-preview.3.24172.9" />

LocalFileSettingsProvider

Provides persistence for application settings classes.

Initializes a new instance of the LocalFileSettingsProvider class.

Returns the value of the named settings property for the previous version of the same application.

public void Reset(SettingsContext context)

Resets all application settings properties associated with the specified application to their default values.

public void Upgrade(SettingsContext context, SettingsPropertyCollection properties)

Attempts to migrate previous user-scoped settings from a previous version of the same application.