6 references to VersionedSessionUrl
Microsoft.WebTools.AspireService.Tests (6)
AspireServerServiceTests.cs (6)
110
response = await client.PutAsJsonAsync(
VersionedSessionUrl
, Project1SessionRequest);
134
response = await client.PutAsJsonAsync(
VersionedSessionUrl
, Project2SessionRequest);
159
var response = await client.PutAsJsonAsync(
VersionedSessionUrl
, Project1SessionRequest);
188
var response = await client.PutAsJsonAsync(
VersionedSessionUrl
, Project1SessionRequest);
209
var response = await client.PutAsJsonAsync(
VersionedSessionUrl
, Project1SessionRequest);
246
var response = await client.PostAsJsonAsync(
VersionedSessionUrl
, Project1SessionRequest);