dotnet/runtime

Remove System.SecurityException usage from managed libraries

Ouverte

#44 159 ouverte le 2 nov. 2020

 (1 commentaire) (0 réaction) (0 personne assignée)C# (5 445 forks)batch import
area-Metahelp wanted

Métriques du dépôt

Stars
 (17 886 étoiles)
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