Skip to content

Instantly share code, notes, and snippets.

@automatonic
automatonic / FindConflictingReferences.cs
Last active September 22, 2017 07:13 — forked from WaffleSouffle/FindConflictingReferences.cs
LinqPad version that runs in the location of the .Linq file http://share.linqpad.net/e9ne3q.linq
<Query Kind="Program">
<Namespace>System.Collections.Generic</Namespace>
<Namespace>System.IO</Namespace>
<Namespace>System.Linq</Namespace>
<Namespace>System.Reflection</Namespace>
</Query>
public class Reference
{
public AssemblyName Assembly { get; set; }