Skip to content

Commit

Permalink
Add SecurityTransparentAttribute to System.Collections.Immutable
Browse files Browse the repository at this point in the history
Fix #3293
Fix #1512
  • Loading branch information
AArnott committed Oct 14, 2015
1 parent 8fc93d4 commit 3bca01a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//------------------------------------------------------------

//------------------------------------------------------------

using System.Runtime.CompilerServices;

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using System.Security;

[assembly: SecurityTransparent]
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<ItemGroup>
<Compile Include="Properties\InternalsVisibleTo.cs" />
<Compile Include="GlobalSuppressions.cs" />
<Compile Include="Properties\SecurityTransparent.cs" />
<Compile Include="System\Collections\Generic\IHashKeyCollection.cs" />
<Compile Include="System\Collections\Generic\ISortKeyCollection.cs" />
<Compile Include="System\Collections\Immutable\AllocFreeConcurrentStack.cs" />
Expand Down

0 comments on commit 3bca01a

Please sign in to comment.