dotnet/runtime
Auf GitHub ansehenRemove System.SecurityException usage from managed libraries
Open
#44.159 geöffnet am 2. Nov. 2020
area-Metahelp wanted
Repository-Metriken
- Stars
- (17.886 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 12T 11h) (661 gemergte PRs in 30 T)
Beschreibung
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.