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

Remove dependency checkers from uSync core. #118

Closed
KevinJump opened this issue Jun 19, 2020 · 0 comments
Closed

Remove dependency checkers from uSync core. #118

KevinJump opened this issue Jun 19, 2020 · 0 comments
Labels
Breaking Change A Change that might impact 3rd party code, or change the format of export files release/8.7.0 Targeting 8.7.0 release

Comments

@KevinJump
Copy link
Owner

With v8.7 we have made dependency checkers load by type, so we no longer need them declared inline for the handlers to work.

this means we can move them out of the core project into uSync.Complete where they are used. this streamlines the testing/development of the checkers as they are now in the correct project. It also reduces the requirement on any third party handler/serializer as you no longer 'need' to develop a dependency checker as part of the process (unless you want it to also work with uSync.Complete.

@KevinJump KevinJump added release/8.7.0 Targeting 8.7.0 release Breaking Change A Change that might impact 3rd party code, or change the format of export files labels Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change A Change that might impact 3rd party code, or change the format of export files release/8.7.0 Targeting 8.7.0 release
Projects
None yet
Development

No branches or pull requests

1 participant