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
When adding a new attribute to the config, it fails to parse (as it should).
This needs a long-term fix.
To Reproduce
Add a new attribute or modify an attribute of the config.
Load the app
Watch it crash
Expected behavior
Maybe it could rename your old config as "*.bak" and replace it with an empty one.
Another option is to implement a versioning scheme and a custom deserializer that can deserialize any version and updates the config automatically. This would be the preferred solution
Screenshots
N/A
Information
OS: N/A
Program version: N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Bug description
When adding a new attribute to the config, it fails to parse (as it should).
This needs a long-term fix.
To Reproduce
Expected behavior
Maybe it could rename your old config as "*.bak" and replace it with an empty one.
Another option is to implement a versioning scheme and a custom deserializer that can deserialize any version and updates the config automatically. This would be the preferred solution
Screenshots
N/A
Information
Additional context
N/A
The text was updated successfully, but these errors were encountered: