803fef6a8b
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. |
||
---|---|---|
.. | ||
Publishing | ||
Utils | ||
CompileTargets.cs | ||
DebTargets.cs | ||
dotnet-cli-build.xproj | ||
InstallerTargets.cs | ||
MsiTargets.cs | ||
PackageDependencies.cs | ||
PackageTargets.cs | ||
PkgTargets.cs | ||
PrepareTargets.cs | ||
Program.cs | ||
project.json | ||
PublishTargets.cs | ||
TestPackageProjects.cs | ||
TestTargets.cs |