Release Details
This is a minor patch release of uSync.Complete for Umbraco v18, it cleans up some internal exceptions (that don't surface unless you are tracing - but never-the-less fire a lot internally). and adds a refresh of the content after a pull request.
InvalidCastExceptions during push/pull: the
dictionary value lookup now checks for a JsonElement before calling
TryConvertTo, avoiding a cast that was thrown and immediately caught inside
Umbraco. Behaviour is unchanged; the exceptions were only visible under a
debugger or first-chance exception logging.