4 writes to GetAppHostFromSettingsAsyncCallback
Aspire.Cli.Tests (4)
Commands\DoctorCommandTests.cs (1)
388
GetAppHostFromSettingsAsyncCallback
= _ => throw new IOException("settings lookup failed")
Commands\DotNetSdkCheckTests.cs (1)
156
GetAppHostFromSettingsAsyncCallback
= _ => Task.FromResult(appHostFile)
Commands\TypeScriptAppHostToolingCheckTests.cs (1)
186
GetAppHostFromSettingsAsyncCallback
= _ => Task.FromResult(appHostFile)
Commands\UpdateCommandTests.cs (1)
2508
GetAppHostFromSettingsAsyncCallback
= _ =>
2 references to GetAppHostFromSettingsAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestProjectLocator.cs (2)
118
if (
GetAppHostFromSettingsAsyncCallback
!= null)
120
return await
GetAppHostFromSettingsAsyncCallback
(cancellationToken);