I got stuck trying to debug an ASP.NET Web API in VS code while also debugging a Xamarin iOS app. Read on to see how I fixed it.…
iOS Simulator
MSAL and the iOS Simulator
The MSAL.NET library, or the Microsoft.Identity.Client helps your app acquire tokens from Azure AD B2C - in fact it's indispensable when performing any of the policies - as it handles shelling out to the system web views, communicating to B2C, and caching the tokens so…
Code Mill Minute: Stopping the "ThisApp May Slow Down Your iPhone" Message
Welcome to another Code Mill Minute installment! Or where I take a break from writing a long article and write a quick post about a small problem or annoyance that we Xamarin developers happen upon every day. In this installment we’re going to take a look at a brand…
Code Mill Minute: Debugging With Visual Studio ... But Not From Windows
The Situation You need to debug a web based project running in Visual Studio – but the thing you want to initiate the debugging from isn’t a web browser running on Windows… Let’s say it’s a physical iPad – or maybe an iOS simulator running on a Mac and…