mrlacey / MauiAppAccelerator

A Visual Studio extension to accelerate the creation of new .NET MAUI apps.
https://marketplace.visualstudio.com/items?itemName=MattLaceyLtd.MauiAppAccelerator
MIT License
307 stars 10 forks source link

Add support for not storing secrets (keys, etc.) in source #14

Open mrlacey opened 1 year ago

mrlacey commented 1 year ago

Follow on from https://github.com/mrlacey/MauiAppAccelerator/issues/5#issuecomment-1310006343 but applies to more than just App Center.

Should this one include an option to prevent production use keys find their way into the repo? Azure KeyVault might be an option or Mobile.BuildTools. Also, when testing locally, the keys could exist as environment variables. Especially Mobile.BuildTools offers a kinda nice way of setting things up so that it works locally as well as when being built by Azure DevOps for instance.

Need to establish options and the best guidance first...