dotnet-installer/scripts/dotnet-cli-build
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
..
Publishing Refactor PublishTargets.cs, add publishing of all installers and archives to azure, change all versions to nuget versions. 2016-03-23 17:24:48 -07:00
Utils Consume NETCore.App 2016-04-08 09:27:23 -05:00
CompileTargets.cs Consume NETCore.App 2016-04-08 09:27:23 -05:00
DebTargets.cs Extract dotnet-compile-fsc into a standalone command 2016-03-31 14:01:08 -07:00
dotnet-cli-build.xproj Revert "Update the .xproj files to reference the "DotNet" targets and props instead of "DNX"." 2016-03-16 11:44:09 -05:00
InstallerTargets.cs Extract dotnet-compile-fsc into a standalone command 2016-03-31 14:01:08 -07:00
MsiTargets.cs Merge pull request #1939 from ellismg/chain-vc-redist 2016-04-05 10:03:06 -07:00
PackageDependencies.cs Update CoreCLR & Corefx dependencies based on ldd method. 2016-02-24 16:59:26 -08:00
PackageTargets.cs Add a Sdk Debug Archive 2016-04-04 20:13:13 -07:00
PkgTargets.cs Fix installer issues 2016-03-31 10:02:12 -07:00
PrepareTargets.cs Fix non-windows builds of Microsoft.NETCore.App. 2016-04-08 09:31:55 -05:00
Program.cs Add Conditional Target capabilities to the build scripts 2016-02-24 16:55:11 -08:00
project.json Update package dependencies to rc2-24008 2016-04-08 04:05:26 -07:00
PublishTargets.cs Merge pull request #2323 from weshaggard/UpdateNetCoreAppVersionScheme 2016-04-06 16:56:02 -07:00
TestPackageProjects.cs fix equality issue in DependencyContextLoader (#2379) 2016-04-08 15:33:32 -07:00
TestTargets.cs fix equality issue in DependencyContextLoader (#2379) 2016-04-08 15:33:32 -07:00