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 5417280 commit 005e09aCopy full SHA for 005e09a
src/WebJobs.Script/BindingExtensions/ExtensionsManager.cs
@@ -205,7 +205,7 @@ private void ApplyNugetFallbackFolderConfiguration(ProcessStartInfo startInfo)
205
})
206
.Where(p => p.Item2 != null)
207
.OrderByDescending(p => p.Item2)
208
- .FirstOrDefault().Item1?.ToString();
+ .FirstOrDefault()?.Item1?.ToString();
209
}
210
211
if (FileUtility.DirectoryExists(_nugetFallbackPath))
0 commit comments