dotnet-installer/TestAssets
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
..
DesktopTestProjects/AppWithDirectDependencyDesktopAndPortable Consume NETCore.App 2016-04-08 09:27:23 -05:00
LockFiles/ExportFiles Rename lock file samples 2016-03-30 19:24:43 -07:00
ProjectModelServer Add test for mscorlib duplication issue 2016-04-08 14:15:17 -07:00
ProjectWithTests Fixing dotnet-test.Tests to use a portable test app - ProjectWithTests. 2016-04-08 09:35:06 -05:00
TestPackages fix equality issue in DependencyContextLoader (#2379) 2016-04-08 15:33:32 -07:00
TestProjects fix equality issue in DependencyContextLoader (#2379) 2016-04-08 15:33:32 -07:00