13 references to GetFullRemoteImageNameAsync
Aspire.Hosting (2)
ApplicationModel\ContainerImagePushOptions.cs (1)
14
/// and <see cref="RemoteImageTag"/> specifies the tag to apply. Use <see cref="
GetFullRemoteImageNameAsync
"/>
ApplicationModel\ResourceExtensions.cs (1)
1166
return await pushOptions.
GetFullRemoteImageNameAsync
(registry, cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Tests (11)
ContainerImagePushOptionsTests.cs (11)
23
var result = await options.
GetFullRemoteImageNameAsync
(registry);
42
var result = await options.
GetFullRemoteImageNameAsync
(registry);
61
var result = await options.
GetFullRemoteImageNameAsync
(registry);
81
var result = await options.
GetFullRemoteImageNameAsync
(registry);
101
var result = await options.
GetFullRemoteImageNameAsync
(registry);
120
var result = await options.
GetFullRemoteImageNameAsync
(registry);
139
var result = await options.
GetFullRemoteImageNameAsync
(registry);
158
var result = await options.
GetFullRemoteImageNameAsync
(registry);
177
await Assert.ThrowsAsync<InvalidOperationException>(() => options.
GetFullRemoteImageNameAsync
(registry));
193
await Assert.ThrowsAsync<InvalidOperationException>(() => options.
GetFullRemoteImageNameAsync
(registry));
207
await Assert.ThrowsAsync<ArgumentNullException>(() => options.
GetFullRemoteImageNameAsync
(null!));