1 write to GetNuGetConfigPathsAsyncCallback
Aspire.Cli.Tests (1)
Projects\ProjectUpdaterTests.cs (1)
1727runner.GetNuGetConfigPathsAsyncCallback = getNuGetConfigPathsCallback;
2 references to GetNuGetConfigPathsAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestDotNetCliRunner.cs (2)
82return GetNuGetConfigPathsAsyncCallback != null 83? Task.FromResult(GetNuGetConfigPathsAsyncCallback(workingDirectory, options, cancellationToken))