Skip to content

Commit 261c760

Browse files
committed
Move full facade assemblies into src/libraries/shims
Fixes #78978 1. Move all full facade assemblies (which only contain type forwards) into src/libraries/shims. 2. Merge assemblies (ref+src) which typeforward to the same destination. 3. They inherently now don't produce a documentation file anymore (as shims only contain type forwards). This minimizes the build graph (makes the libs build faster) and moves the focus away from full facade assemblies that need to be kept for compat reasons.
1 parent de1a93a commit 261c760

File tree

259 files changed

+595
-8518
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+595
-8518
lines changed

src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
<Compile Include="System\Security\AccessControl\RegistrySecurity.cs" />
6565
</ItemGroup>
6666
<ItemGroup>
67-
<Reference Include="System.Buffers" />
6867
<Reference Include="System.Collections" />
6968
<Reference Include="System.Memory" />
7069
<Reference Include="System.Runtime" />

src/libraries/System.AppContext/System.AppContext.sln

Lines changed: 0 additions & 287 deletions
This file was deleted.

src/libraries/System.AppContext/ref/System.AppContext.Forwards.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/libraries/System.AppContext/ref/System.AppContext.csproj

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/libraries/System.AppContext/src/System.AppContext.csproj

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/libraries/System.Buffers/System.Buffers.sln

Lines changed: 0 additions & 287 deletions
This file was deleted.

src/libraries/System.Buffers/ref/System.Buffers.Forwards.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/libraries/System.Buffers/ref/System.Buffers.csproj

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/libraries/System.Buffers/src/System.Buffers.csproj

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/libraries/System.Data.DataSetExtensions/Directory.Build.props

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)