Skip to content

Instantly share code, notes, and snippets.

View tiesmaster's full-sized avatar

Thijs Brobbel tiesmaster

View GitHub Profile
@tiesmaster
tiesmaster / FindConflictingReferences.cs
Last active September 9, 2015 08:27 — forked from brianlow/FindConflictingReferences.cs
Find conflicting assembly references
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;