dotnet/runtime

Remove System.SecurityException usage from managed libraries

Open

#44 159 ouverte le 2 nov. 2020

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C# (5 445 forks)batch import
area-Metahelp wanted

Métriques du dépôt

Stars
 (17 886 stars)
Métriques de merge PR
 (Merge moyen 12j 11h) (661 PRs mergées en 30 j)

Description

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.

Guide contributeur