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

Allow editing ImageOptimisationPolicy #479

Merged
merged 2 commits into from
Apr 17, 2023
Merged

Conversation

donaldgray
Copy link
Member

@donaldgray donaldgray commented Apr 13, 2023

Resolves #477

Removed restriction on editing ImageOptimisationPolicy.

In addition to this I updated how differences are calculated in ChangeManager.ApplyChanges<T> method. Value types were always being marked as a change so modified to use ValueType.Equals() rather than == for value types. This doesn't have any affect on how things are stored but means that the returned change count is correct - this currently isn't used but we may in the future.

@donaldgray donaldgray merged commit 91749d6 into develop Apr 17, 2023
@donaldgray donaldgray deleted the feature/allow_iop_change branch April 17, 2023 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow editing ImageOptimisationPolicy
2 participants