dotnet-installer/test/dotnet.Tests
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.Tests.xproj Revert "Update the .xproj files to reference the "DotNet" targets and props instead of "DNX"." 2016-03-16 11:44:09 -05:00
PackagedCommandTests.cs fix equality issue in DependencyContextLoader (#2379) 2016-04-08 15:33:32 -07:00
project.json fix equality issue in DependencyContextLoader (#2379) 2016-04-08 15:33:32 -07:00
TelemetryCommandTest.cs Use static member 2016-04-04 18:58:22 -07:00