| Why The showcase app for each platform needs to be in its own repo. However, for Xamarin, if the app is in a different repo, we can't use it for local development, as VS doesn't support debugging the code. What
- create a new repo for the Xamarin showcase app
- create an empty cross-platform xamarin form app
- copy the content from the example app to the new xamarin app
- create a script to automate the process
- the xamarin showcase app should use the released version of the Xamarin SDK
- the readme file should clearly state that the source code of the showcase app should not be updated directly. But instead, if should be copied from the example app.
- the xamarin showcase app can be built & run on its own, without the SDK repo available locally.
|