-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Remove S.S.Permissions reference from S.C.ConfigurationManager #82259
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
Changes from all commits
6782a0c
2d206c3
36465bb
c90da5b
f449cd3
79a3ce7
fff2a36
25506a9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project> | ||
<ItemGroup> | ||
<!-- intentional dangling ref --> | ||
<IgnoredReference Include="System.Security.Permissions" /> | ||
</ItemGroup> | ||
</Project> |
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
@@ -0,0 +1,6 @@ | ||||
<Project> | ||||
<ItemGroup> | ||||
<!-- intentional dangling ref in System.Configuration.ConfigurationManager --> | ||||
<IgnoredReference Include="System.Security.Permissions" /> | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Interesting -- it looks like System.Runtime.Caching is the only library that retained it's control knob to from config file: runtime/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCacheStatistics.cs Line 129 in 0a15c3b
Probably because it was viewed as a "legacy" package with a replacement in Microsoft.Extensions -- similar to System.Configuration.ConfiguratinManager itself. |
||||
</ItemGroup> | ||||
</Project> |
Uh oh!
There was an error while loading. Please reload this page.