Skip to content

Remove InternalsVisibleTo from System.Collections.Immutable. #107872

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Sep 18, 2024

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ The System.Collections.Immutable library is built-in as part of the shared frame
</PropertyGroup>

<ItemGroup>
<Compile Include="Properties\InternalsVisibleTo.cs" />
<Compile Include="System\Polyfills.cs" />
<Compile Include="System\Collections\ThrowHelper.cs" />
<Compile Include="$(CoreLibSharedDir)System\Collections\HashHelpers.cs" Link="System\Collections\HashHelpers.cs" />
Expand Down Expand Up @@ -68,26 +67,20 @@ The System.Collections.Immutable library is built-in as part of the shared frame
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_RightJustifiedSubstring.cs" />
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_RightJustifiedSingleChar.cs" />

<Compile Include="System\Collections\Generic\IHashKeyCollection.cs" />
<Compile Include="System\Collections\Generic\ISortKeyCollection.cs" />

<Compile Include="System\Collections\Immutable\AllocFreeConcurrentStack.cs" />
<Compile Include="System\Collections\Immutable\DictionaryEnumerator.cs" />
<Compile Include="System\Collections\Immutable\DisposableEnumeratorAdapter_2.cs" />
<Compile Include="System\Collections\Immutable\IBinaryTree.cs" />
<Compile Include="System\Collections\Immutable\IImmutableArray.cs" />
<Compile Include="System\Collections\Immutable\IImmutableDictionary.cs" />
<Compile Include="System\Collections\Immutable\IImmutableDictionaryInternal.cs" />
<Compile Include="System\Collections\Immutable\IImmutableList.cs" />
<Compile Include="System\Collections\Immutable\IImmutableListQueries.cs" />
<Compile Include="System\Collections\Immutable\IImmutableQueue.cs" />
<Compile Include="System\Collections\Immutable\IImmutableSet.cs" />
<Compile Include="System\Collections\Immutable\IImmutableStack.cs" />
<Compile Include="System\Collections\Immutable\ImmutableHashSet_1.HashBucketByValueEqualityComparer.cs" />
<Compile Include="System\Collections\Immutable\ImmutableHashSet_1.HashBucketByRefEqualityComparer.cs" />
<Compile Include="System\Collections\Immutable\IStrongEnumerable_2.cs" />
<Compile Include="System\Collections\Immutable\IStrongEnumerator_1.cs" />
<Compile Include="System\Collections\Immutable\IOrderedCollection.cs" />
<Compile Include="System\Collections\Immutable\ImmutableArray.cs" />
<Compile Include="System\Collections\Immutable\ImmutableArray_1.Builder.cs" />
<Compile Include="System\Collections\Immutable\ImmutableArray_1.Builder.DebuggerProxy.cs" />
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading