Using settings.json and local.settings.json in your Xamarin apps!
Sometimes it's really useful to be able to change things like endpoint urls, API keys and other settings depending if you're building in debug or release mode, or based on some other condition all together.
Some .NET platforms have had the concept of...
redth.codes3 min read