dotnet/runtime
Vedi su GitHubRemove System.SecurityException usage from managed libraries
Open
#44.159 aperta il 2 nov 2020
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.