dotnet-installer/TestAssets/TestPackages
Andrew Stanton-Nurse 803fef6a8b fix equality issue in DependencyContextLoader (#2379)
When checking if the provided assembly is the Entry Point Assembly, we
previously just checked if the AssemblyNames were equal, but it turns
out AssemblyName doesn't implement Equals, so it was using Reference
Equality, which fails. This change uses Assembly.Equals, which has an
Equals implementation that works.

Also adds some tests to ensure it's working.

This unblocks scenarios where the EntityFramework `dotnet-ef` command
was trying to read DependencyContext.Default but receiving a null
reference.
2016-04-08 15:33:32 -07:00
..
dotnet-dependency-context-test fix equality issue in DependencyContextLoader (#2379) 2016-04-08 15:33:32 -07:00
dotnet-dependency-tool-invoker Consume NETCore.App 2016-04-08 09:27:23 -05:00
dotnet-desktop-and-portable Consume NETCore.App 2016-04-08 09:27:23 -05:00
dotnet-hello Update package dependencies to rc2-24008 2016-04-08 04:05:26 -07:00
dotnet-portable Consume NETCore.App 2016-04-08 09:27:23 -05:00