+- /// Unit test projects should not reference each other. In order for unit tests to be run / F5 they must be +- /// modeled as deployment projects. Having Unit Tests reference each other hurts that because it ends up ++ /// Unit test projects should not reference each other. In order for unit tests to be run / F5 they must be ++ /// modeled as deployment projects. Having Unit Tests reference each other hurts that because it ends up + /// putting two copies of the unit test DLL into the UnitTest folder: + /// + /// 1. UnitTests\Current\TheUnitTest\TheUnitTest.dll +@@ -244,7 +245,7 @@ private bool CheckProjectReferencesComplete(TextWriter textWriter, IEnumerable
Date: Thu, 21 Oct 2021 12:26:21 +0000
Subject: [PATCH 4/4] Update to not include CA.Collection package in
source-build
---
...001-Add-Features-projects-to-SourceBuild.patch | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/src/SourceBuild/tarball/patches/roslyn/0001-Add-Features-projects-to-SourceBuild.patch b/src/SourceBuild/tarball/patches/roslyn/0001-Add-Features-projects-to-SourceBuild.patch
index e2f3e2782..3a783fa63 100644
--- a/src/SourceBuild/tarball/patches/roslyn/0001-Add-Features-projects-to-SourceBuild.patch
+++ b/src/SourceBuild/tarball/patches/roslyn/0001-Add-Features-projects-to-SourceBuild.patch
@@ -10,7 +10,6 @@ Subject: [PATCH] Add Features projects to SourceBuild
.../Microsoft.Build.Tasks.CodeAnalysis.csproj | 6 +++---
...ft.Build.Tasks.CodeAnalysis.UnitTests.csproj | 6 +++---
.../Extension/Roslyn.Compilers.Extension.csproj | 6 +++---
- ...soft.CodeAnalysis.Collections.Package.csproj | 1 +
...icrosoft.CodeAnalysis.CSharp.Features.csproj | 5 +++++
.../Microsoft.CodeAnalysis.Features.csproj | 10 ++++++++--
.../LanguageServer/Directory.Build.props | 6 ++++++
@@ -22,7 +21,7 @@ Subject: [PATCH] Add Features projects to SourceBuild
.../IdeCoreBenchmarks/IdeCoreBenchmarks.csproj | 2 +-
...osoft.CodeAnalysis.Workspaces.MSBuild.csproj | 8 +++-----
...Analysis.Workspaces.MSBuild.UnitTests.csproj | 4 ++--
- 18 files changed, 69 insertions(+), 29 deletions(-)
+ 17 files changed, 68 insertions(+), 29 deletions(-)
rename src/{Features => CodeStyle/Core/Tests}/Directory.Build.props (100%)
create mode 100644 src/Features/LanguageServer/Directory.Build.props
create mode 100644 src/Features/Lsif/Directory.Build.props
@@ -139,18 +138,6 @@ index 3644afb8c2f..ed4259ec61b 100644