1 write to AppHostPath
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
64AppHostPath = appHostPath,
7 references to AppHostPath
Aspire.Hosting.Tests (7)
Backchannel\AuxiliaryBackchannelTests.cs (7)
185Assert.NotNull(appHostInfo.AppHostPath); 186Assert.NotEmpty(appHostInfo.AppHostPath); 276Assert.NotNull(appHostInfo.AppHostPath); 277Assert.NotEmpty(appHostInfo.AppHostPath); 280Assert.True(Path.IsPathRooted(appHostInfo.AppHostPath), $"Expected absolute path but got: {appHostInfo.AppHostPath}"); 285outputHelper.WriteLine($"AppHost path returned: {appHostInfo.AppHostPath}");