dotnet-installer/TestAssets/TestProjects
Eric Erhardt d98c1f8724 dotnet build raises errors MVC apps target net46.
The issue is when the ProjectContextBuilder sees a CompileTimePlaceholder "_._" file on a full framework, it assumes that dependency has to come from the "Reference Assemblies" directory.  If it can't be found there, an error is raised.  However, there are other reasons "_._" placeholders are created (when a NuGet package doesn't want its dependencies to be exposed in the Compile dependencies of its consumers). And these placeholders can exist for assemblies that aren't in the full framework - in this case System.Diagnostics.FileVersionInfo and others.

To fix this, if the reference can't be resolved from the "Reference Assemblies" folder, it is just skipped. If the compiler really needs that assembly, it will raise an error to the user.  Dotnet build shouldn't raise the error.

Fix #2906
2016-05-06 14:32:50 -05:00
..
AppWithBomGlobalJson t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
AppWithDependencyOnToolWithOutputName Fixing ProjectDependenciesCommandFactory to resolve tools 2016-04-21 19:15:54 -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
AppWithDirectDependencyAndTypeBuild trim build dependencies from output 2016-05-02 19:51:12 -07:00
AppWithDirectDependencyWithOutputName Fixing ProjectDependenciesCommandFactory to resolve tools 2016-04-21 19:15:54 -07:00
AppWithNet46AndRoslyn dotnet build raises errors MVC apps target net46. 2016-05-06 14:32:50 -05:00
AppWithOutputAssemblyName Fixing ProjectDependenciesCommandFactory to resolve tools 2016-04-21 19:15:54 -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
DependencyChangeTest/PortableApp_Standalone PR Feedback 2016-05-03 13:30:59 -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
DuplicatedReferenceAssembly Deduplicate libraries 2016-05-03 09:54:50 -07:00
EndToEndTestApp Fix: builtIn defaults are not used when builtIn is not specified 2016-05-02 14:21:02 -07:00
FSharpTestProjects Updating CoreFx to rc2-24027 2016-04-27 05:41:53 +00:00
KestrelSample Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00
LibraryWithOutputAssemblyName Updating CoreFx to rc2-24027 2016-04-27 05:41:53 +00: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 Update Roslyn to 1.3.0-beta1-20160429-01 2016-05-03 13:21:26 -05:00
ProjectsWithTests Updating to latest dotnet-test-xunit 2016-04-30 18:25:11 -07:00
ResourcesTests Updating CoreFx to rc2-24027 2016-04-27 05:41:53 +00:00
RunTestsApps t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestAppCompilationContext Updating CoreFx to rc2-24027 2016-04-27 05:41:53 +00: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
TestAppWithBuildDependency abort build when an unresolved dependency is found (#2696) 2016-04-28 10:02:05 -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 Updating CoreFx to rc2-24027 2016-04-27 05:41:53 +00:00
TestAppWithScripts t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestAppWithTransitiveAppDependency Updating CoreFx to rc2-24027 2016-04-27 05:41:53 +00:00
TestAppWithUnicodéPath Adding a dotnet run test that outputs unicode characters. 2016-04-26 09:36:26 -05:00
TestAppWithWrapperProjectDependency t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestBindingRedirectGeneration Updating CoreFx to rc2-24027 2016-04-27 05:41:53 +00:00
TestLibraryWithAnalyzer Updating CoreFx to rc2-24027 2016-04-27 05:41:53 +00:00
TestLibraryWithConfiguration Updating CoreFx to rc2-24027 2016-04-27 05:41:53 +00:00
TestLibraryWithMultipleFrameworks Updating CoreFx to rc2-24027 2016-04-27 05:41:53 +00:00
TestLibraryWithRunner Test directory refactoring step 1. 2016-02-08 20:35:22 -06:00
TestLibraryWithXmlDoc Address PR feedback. 2016-04-27 17:23:28 -05:00
TestMicrosoftCSharpReference Updating CoreFx to rc2-24027 2016-04-27 05:41:53 +00:00
TestMicrosoftCSharpReferenceMissingFramework Updating CoreFx to rc2-24027 2016-04-27 05:41:53 +00:00
TestMscorlibReference t Convert Test Assets to Microsoft.NETCore.App 2016-04-19 11:08:27 -07:00
TestProjectContextBuildAllDedupe trim build dependencies from output 2016-05-02 19:51:12 -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
TestRuleSet Execute 'csc' with working directory set to the project directory. 2016-05-01 22:46:03 -05:00
TestSimpleIncrementalApp Add input caching for glob change detection 2016-04-22 16:05:50 -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