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

ControlApp serializing it's own configuration file immediately after de-serializing it #392

Open
Kanuan opened this issue Feb 20, 2025 · 0 comments
Assignees
Labels
ControlApp UI-related only DSHMC-v3 New Version 3 control app related enhancement New feature or request
Milestone

Comments

@Kanuan
Copy link
Collaborator

Kanuan commented Feb 20, 2025

On startup, ControlApp de-serializes the user data config file and then serializes the loaded contents again, effectively rewriting the files with no changes.

To prevent unnecessary rewrites it's ecessary to either change the parameter responsible for causing the overwrite from TRUE to FALSE or removing altogether the parameter from the method

/// <param name="alwaysCreateNewSchemaFile">Defines if the schema file should always be generated and overwritten. </param>

@Kanuan Kanuan added ControlApp UI-related only DSHMC-v3 New Version 3 control app related enhancement New feature or request labels Feb 20, 2025
@Kanuan Kanuan added this to the Version 3 milestone Feb 20, 2025
@Kanuan Kanuan self-assigned this Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ControlApp UI-related only DSHMC-v3 New Version 3 control app related enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant