Skip to content

Instantly share code, notes, and snippets.

View paulbatum's full-sized avatar

Paul Batum paulbatum

View GitHub Profile

Assembly Resolution in Azure Functions

The goal of this post is to help .NET developers better understand assembly resolution and loading problems and limitations.

One common provide guidance on how to avoid or mitigate some of those issues, when possible, and go over some of the details on how this will be improved in the next version of Azure Functions.

In the following sections, we dive into the details of how things work today

@paulbatum
paulbatum / HandRolledMock.cs
Created May 27, 2011 05:16 — forked from skoon/MostlyScottish.cs
Hand rolled mocks work fine, I don't get it?
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace InterfaceInheritanceMocking
{
class Program
{
static void Main(string[] args)