GR0053: Do not use Get methods in System.IO.Directory
| Title | Do not use Get methods in System.IO.Directory |
|---|---|
| Id | GR0053 |
| Category | Performance |
| Default Severity | Warning |
| Enabled By Default | True |
| Description | "Get" methods in System.IO.Directory can lead to performance issues when there are a large number of entries. Use "Enumerate" methods instead. |
| Custom Tags |