How to check your versioned changes are working ?
To check the upgrade of a Property, Type or Namespace upgrade.
- Before making any changes create an object from the Toolkit that will be upgraded.
- Use
ToJson
to create a JSON string of the object. - Save a copy of that string.
- Make changes to the code and add versioning.
- Rebuild your Toolkit and the Versioning_Toolkit.
- Use
ToNewVersion
to and verify the output to check the upgrade worked.