.NET-Standard How to bind all interfaces of a service using Microsoft's DependencyInjection framework While working on our new Xamarin mobile app we migrated parts of our code base from .NET Framework to .NET Standard. This meant we needed a new dependency injection container for .NET Standard
Xamarin How to debug internal NuGet packages in Xamarin At Smokeball we design our software using a service-oriented architecture which means our application projects tend to be no more than a shell that reference a bunch of internal NuGet packages.Different teams