dotnet/runtime

Remove System.SecurityException usage from managed libraries

Aberta

#44.159 aberto em 2 de nov. de 2020

 (1 comentário) (0 reação) (0 responsável)C# (5.445 forks)batch import
area-Metahelp wanted

Métricas do repositório

Stars
 (17.886 estrelas)
Métricas de merge de PR
 (Mesclagem média 12d 11h) (661 fundiu PRs em 30d)

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.

Guia do colaborador