1 write to AppHostPath
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
359AppHostPath = appHostPath,
8 references to AppHostPath
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
67AppHostPath = legacyInfo.AppHostPath,
Aspire.Hosting.Tests (7)
Backchannel\AuxiliaryBackchannelTests.cs (7)
175Assert.NotNull(appHostInfo.AppHostPath); 176Assert.NotEmpty(appHostInfo.AppHostPath); 260Assert.NotNull(appHostInfo.AppHostPath); 261Assert.NotEmpty(appHostInfo.AppHostPath); 264Assert.True(Path.IsPathRooted(appHostInfo.AppHostPath), $"Expected absolute path but got: {appHostInfo.AppHostPath}"); 269outputHelper.WriteLine($"AppHost path returned: {appHostInfo.AppHostPath}");