dotnet-installer/scripts
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
..
clean Bump CoreFx to rc2-23808 2016-02-09 15:49:45 -08:00
common Enable parallel restore 2016-04-04 09:11:15 -07:00
docker Fix docker build breaks in centos. 2016-03-09 17:28:22 -08:00
dotnet-cli-build fix equality issue in DependencyContextLoader (#2379) 2016-04-08 15:33:32 -07:00
Microsoft.DotNet.Cli.Build.Framework Update package dependencies to rc2-24008 2016-04-08 04:05:26 -07:00
obtain Remove '.' from default Windows install dir 2016-03-25 12:19:46 -07:00
package CR feedback 2016-04-05 18:03:06 -07:00
publish Debian package and publish changes 2016-03-08 23:33:18 +00:00
update-dependencies Consume NETCore.App 2016-04-08 09:27:23 -05:00
dev-dotnet.ps1 Update dotnet-build to produce portable layout 2016-03-08 11:46:15 -08:00
dev-dotnet.sh Eliminate dead code and most relative paths 2015-12-29 02:34:10 -08:00
dockerbuild.sh working on build scripts 2016-02-12 15:26:35 -08:00
dockerrun.sh Pass DockerHub env vars to container used for build 2016-03-18 10:34:32 -07:00
global.json working on build scripts 2016-02-12 15:26:35 -08:00
run-build.ps1 Moves version suffix from beta to rc2 2016-04-06 15:45:21 -07:00
run-build.sh Moves version suffix from beta to rc2 2016-04-06 15:45:21 -07:00
unuse-dev.ps1 Clean up build scripts 2015-12-29 01:59:02 -08:00
update-dependencies.ps1 Updating dependencies from last known good builds 2016-03-31 11:57:21 -05:00
use-dev.ps1 Make dotnet cli portable 2016-03-28 19:16:02 -07:00