xamarin/binding-tools-for-swift

After Packaging, you should build all the samples

Opened this issue · 0 comments

This has come up a couple of times when changes affected the top-level code which doesn't usually get hit by the unit tests.
Either:

  1. build each of the samples after running PackMan
  2. do the equivalent of running the samples in a unit test (run the tool with command line args)
  3. both?