dotnet/runtime

Remove System.SecurityException usage from managed libraries

Offen

#44.159 geöffnet am 02.11.2020

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C# (5.445 Forks)batch import
area-Metahelp wanted

Repository-Metriken

Stars
 (17.886 Sterne)
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.

Contributor Guide