dotnet-installer/test
David Fowler 4af795b9e8 Fix duplicate dependency issue (#2597)
* Fix duplicate dependency issue
If a package has the same name as a framework assembly in the dependency
graph, we usually replace it with the framework assembly if the package
provides no assets. If the framework assembly wasn't resolved, it would
skip this logic and end up adding dupes to the list, which blows up later on.
This is a tactical fix to solve the issue, we need to do some more thinking
to determine how we want to resolve conflicts between framework assemblies,
packages and dlls with the same name.
2016-04-21 09:05:55 -07:00
..
ArgumentForwardingTests Updating CoreFx to rc2-24018 2016-04-18 05:23:16 +00:00
ArgumentsReflector Fix non-windows builds of Microsoft.NETCore.App. 2016-04-08 09:31:55 -05:00
dotnet-build.Tests Remove native compilation, add multiple project files and globbing 2016-04-20 11:54:16 -07:00
dotnet-compile-fsc.Tests Fix ProjectDependenciesCommandResolver for portable test apps. 2016-04-08 09:32:52 -05:00
dotnet-compile.Tests t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
dotnet-compile.UnitTests Remove native compilation, add multiple project files and globbing 2016-04-20 11:54:16 -07:00
dotnet-new.Tests Remove netstandardapp1.5 import 2016-04-19 11:23:16 -07:00
dotnet-pack.Tests t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
dotnet-projectmodel-server.Tests t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
dotnet-publish.Tests t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
dotnet-resgen.Tests Updating CoreFx to rc2-24018 2016-04-18 05:23:16 +00:00
dotnet-run.Tests Updating CoreFx to rc2-24018 2016-04-18 05:23:16 +00:00
dotnet-test.Tests t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
dotnet-test.UnitTests t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
dotnet.Tests t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
EndToEnd Updating CoreFx to rc2-24018 2016-04-18 05:23:16 +00:00
Installer make 'platform' flag dependent upon CLI bitness 2016-04-12 16:11:00 -07:00
Kestrel.Tests t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
Microsoft.DotNet.Cli.Utils.Tests Merge pull request #2574 from dotnet/pakrym/graph 2016-04-20 16:12:23 -07:00
Microsoft.DotNet.Compiler.Common.Tests Remove System.CommandLine dependency. 2016-04-20 18:47:37 -05:00
Microsoft.DotNet.ProjectModel.Tests Fix duplicate dependency issue (#2597) 2016-04-21 09:05:55 -07:00
Microsoft.DotNet.Tools.Tests.Utilities Merge pull request #2606 from eerhardt/UpdateAspDeps 2016-04-20 18:37:16 -05:00
Microsoft.Extensions.DependencyModel.Tests t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
ScriptExecutorTests t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestingAbstractions Updating CoreFx to rc2-24018 2016-04-18 05:23:16 +00:00