1 write to AppHostPath
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
59AppHostPath = appHostPath,
7 references to AppHostPath
Aspire.Hosting.Tests (7)
Backchannel\AuxiliaryBackchannelTests.cs (7)
182Assert.NotNull(appHostInfo.AppHostPath); 183Assert.NotEmpty(appHostInfo.AppHostPath); 273Assert.NotNull(appHostInfo.AppHostPath); 274Assert.NotEmpty(appHostInfo.AppHostPath); 277Assert.True(Path.IsPathRooted(appHostInfo.AppHostPath), $"Expected absolute path but got: {appHostInfo.AppHostPath}"); 282outputHelper.WriteLine($"AppHost path returned: {appHostInfo.AppHostPath}");