dotnet-installer/TestAssets/TestProjects
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
..
AppWithBomGlobalJson t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
AppWithDirectAndToolDependency t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
AppWithDirectDependency t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
AppWithOutputAssemblyName t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
AppWithToolDependency t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
CompileFail t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
DependencyContextFromTool t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
DependencyContextValidator t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
FSharpTestProjects t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
KestrelSample t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
LibraryWithOutputAssemblyName t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
OutputStandardOutputAndError t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
Packages update version of nuget 2016-03-08 09:53:06 -08:00
PortableTests t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
ProjectWithTests t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
ResourcesTests fix build numbers in ResourcesTests (#2539) 2016-04-19 14:58:45 -07:00
RunTestsApps t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestAppCompilationContext t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestAppSimple Take into account Code Review Feedback 2016-04-19 14:38:24 -07:00
TestAppWithArgs t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestAppWithContentPackage t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestAppWithContents t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestAppWithLibrary t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestAppWithScripts t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestAppWithTransitiveAppDependency t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestAppWithWrapperProjectDependency t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestBindingRedirectGeneration t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestLibraryWithAnalyzer t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestLibraryWithConfiguration t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestLibraryWithMultipleFrameworks fix framework assembly resolution for net35 (#2557) 2016-04-20 11:54:42 -07:00
TestLibraryWithRunner Test directory refactoring step 1. 2016-02-08 20:35:22 -06:00
TestMicrosoftCSharpReference t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestMicrosoftCSharpReferenceMissingFramework Fix duplicate dependency issue (#2597) 2016-04-21 09:05:55 -07:00
TestMscorlibReference t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestProjectToProjectDependencies t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestProjectWithCultureSpecificResource t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestProjectWithResource t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestSimpleIncrementalApp t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestSystemCoreReference t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestSystemReference t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
global.json Test directory refactoring step 1. 2016-02-08 20:35:22 -06:00
NuGet.Config update version of nuget 2016-03-08 09:53:06 -08:00