dotnet/runtime
Remove System.SecurityException usage from managed libraries
オープン
#44,159 opened on 2020/11/02
area-Metahelp wanted
Repository metrics
- Stars
- (17,886 個のスター)
- PR merge metrics
- (平均マージ 12d 11h) (30d で 661 merged PRs)
説明
System.SecurityException is never thrown by the runtime and handling where such exception is caught can be removed.
There are one or two cases where this exception is thrown from libraries but maybe these could be revisited as well.