avatar

Bruno Garcia

Engineering Manager

About

A Software Engineer who is very intense about SDKs, world traveller and thinks home is wherever you set your beer down.

Posts

Most plugin based models load all assemblies into a single shared context. This is a common approach because it has better memory usage and startup performance. The history and rules of assembly loading in .NET is convoluted; its current status makes it difficult (and sometimes impossible) to load multiple different versions of the same assembly into a shared context. Instead of trying to struggle with existing options we decided to build a new tool: Alias.