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