dotnet-installer/test
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
..
ArgumentForwardingTests Fixing tests now they are portable. 2016-04-08 09:34:00 -05:00
ArgumentsReflector Fix non-windows builds of Microsoft.NETCore.App. 2016-04-08 09:31:55 -05:00
dotnet-build.Tests Fix ProjectDependenciesCommandResolver for portable test apps. 2016-04-08 09:32:52 -05:00
dotnet-compile-fsc.Tests Fix ProjectDependenciesCommandResolver for portable test apps. 2016-04-08 09:32:52 -05:00
dotnet-compile.Tests Fix ProjectDependenciesCommandResolver for portable test apps. 2016-04-08 09:32:52 -05:00
dotnet-compile.UnitTests Fix ProjectDependenciesCommandResolver for portable test apps. 2016-04-08 09:32:52 -05:00
dotnet-pack.Tests Merge pull request #2358 from dotnet/pawelka/outname_pack 2016-04-08 14:24:29 -07:00
dotnet-projectmodel-server.Tests Add test for mscorlib duplication issue 2016-04-08 14:15:17 -07:00
dotnet-publish.Tests Fix ProjectDependenciesCommandResolver for portable test apps. 2016-04-08 09:32:52 -05:00
dotnet-resgen.Tests Fix ProjectDependenciesCommandResolver for portable test apps. 2016-04-08 09:32:52 -05:00
dotnet-run.Tests Fix ProjectDependenciesCommandResolver for portable test apps. 2016-04-08 09:32:52 -05:00
dotnet-test.Tests Fixing dotnet-test.Tests to use a portable test app - ProjectWithTests. 2016-04-08 09:35:06 -05:00
dotnet-test.UnitTests Fix dotnet-test.UnitTests now that ProjectWithTests has moved outside of TestAssets/TestProjects. 2016-04-08 11:35:13 -05:00
dotnet.Tests fix equality issue in DependencyContextLoader (#2379) 2016-04-08 15:33:32 -07:00
EndToEnd Fix ProjectDependenciesCommandResolver for portable test apps. 2016-04-08 09:32:52 -05:00
Installer Do not trim refs 2016-04-05 08:06:17 -07:00
Kestrel.Tests Fix ProjectDependenciesCommandResolver for portable test apps. 2016-04-08 09:32:52 -05:00
Microsoft.DotNet.Cli.Utils.Tests Fixing tests now they are portable. 2016-04-08 09:34:00 -05:00
Microsoft.DotNet.Compiler.Common.Tests Fix ProjectDependenciesCommandResolver for portable test apps. 2016-04-08 09:32:52 -05:00
Microsoft.DotNet.ProjectModel.Tests Add unit test for duplicate system references 2016-04-08 14:15:17 -07:00
Microsoft.DotNet.Tools.Tests.Utilities Merge pull request #2378 from Sridhar-MS/kestrel-fix 2016-04-08 14:30:08 -07:00
Microsoft.Extensions.DependencyModel.Tests Fixing tests now they are portable. 2016-04-08 09:34:00 -05:00
ScriptExecutorTests Fix ProjectDependenciesCommandResolver for portable test apps. 2016-04-08 09:32:52 -05:00
TestingAbstractions Fix ProjectDependenciesCommandResolver for portable test apps. 2016-04-08 09:32:52 -05:00