dotnet-installer/src/Microsoft.DotNet.ProjectModel.Loader
N. Taylor Mullen 8ecef6b20d Compare AssemblyNames correctly.
- Calling `AssemblyLoadContext.LoadFromAssemblyName(new AssemblyName("foo"))` would not work prior to this because the assembly path lookup was a dictionary where the key was `AssemblyName` without a proper `AssemblyName` comparer.

#1084
#955
2016-01-28 20:01:35 -08:00
..
LoaderProjectContextExtensions.cs Compare AssemblyNames correctly. 2016-01-28 20:01:35 -08:00
Microsoft.DotNet.ProjectModel.Loader.xproj add ProjectAssemblyLoadContext 2015-12-08 11:30:25 -08:00
project.json Adjust imports to portable45 2016-01-28 10:55:22 -08:00
ProjectLoadContext.cs more pr feedback 2015-12-08 12:00:59 -08:00