2 references to GetNuGetConfigPathsAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestDotNetCliRunner.cs (2)
58
return
GetNuGetConfigPathsAsyncCallback
!= null
59
? Task.FromResult(
GetNuGetConfigPathsAsyncCallback
(workingDirectory, options, cancellationToken))