Use CustomTest.cs for rapid feature development
developFor quick development and testing of new ZPL features, use the CustomTest.cs file. You can load your specific ZPL data into Data/Zpl/custom.zpl2 to test changes.
Note: Changes to custom.zpl2 are not tracked by source control by default. If you need to track changes to this file, use the following Git commands:
- To enable tracking:
git update-index --no-skip-worktree custom.zpl2 - To disable tracking:
git update-index --skip-worktree custom.zpl2
git update-index --no-skip-worktree Data/Zpl/custom.zpl2