dotnet/runtime

Remove System.SecurityException usage from managed libraries

Open

#44.159 aperta il 2 nov 2020

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C# (5445 fork)batch import
area-Metahelp wanted

Metriche repository

Star
 (17.886 star)
Metriche merge PR
 (Merge medio 12g 11h) (661 PR mergiate in 30 g)

Descrizione

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.

Guida contributor