Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Settings don't retain on application update for desktop apps (WPF) #166

@ajaywhiz

Description

@ajaywhiz

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

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions