We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10db536 commit 28a45d9Copy full SHA for 28a45d9
src/Nullinside.Api.Common/Desktop/GitHubUpdateManager.cs
@@ -167,7 +167,7 @@ await Retry.Execute(() => {
167
File.Delete(file);
168
}
169
170
- foreach (var directory in Directory.GetDirectories(folder)) {
+ foreach (string directory in Directory.GetDirectories(folder)) {
171
Directory.Delete(directory, true);
172
173
0 commit comments