You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
Version Number of Plugin: 3.1.1
Device Tested On: Windows 10 build 1903
Simulator Tested On:
Version of VS: VS 2019 16.8.5
Version of Xamarin:
Versions of other things you are using: .NET Standard 2, WPF, .NET 4.7.2
Steps to reproduce the Behavior
Expose settings from a library built on .NETSTANDARD 2.0
Consume it in WPF application
Install the application
Have the application save some settings
Update the application by running the installer
Expected Behavior
The application should be able to read the settings saved by previous version.
Actual Behavior
The path to save the settings changes every time a new version is built. This results in failure of retaining the settings saved by previous version of the application
Code snippet
Screenshots
The text was updated successfully, but these errors were encountered:
Bug Information
Version Number of Plugin: 3.1.1
Device Tested On: Windows 10 build 1903
Simulator Tested On:
Version of VS: VS 2019 16.8.5
Version of Xamarin:
Versions of other things you are using: .NET Standard 2, WPF, .NET 4.7.2
Steps to reproduce the Behavior
Expose settings from a library built on .NETSTANDARD 2.0
Consume it in WPF application
Install the application
Have the application save some settings
Update the application by running the installer
Expected Behavior
The application should be able to read the settings saved by previous version.
Actual Behavior
The path to save the settings changes every time a new version is built. This results in failure of retaining the settings saved by previous version of the application
Code snippet
Screenshots
The text was updated successfully, but these errors were encountered: