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)
1194
return await pushOptions.
GetFullRemoteImageNameAsync
(registry, cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Tests (11)
ContainerImagePushOptionsTests.cs (11)
24
var result = await options.
GetFullRemoteImageNameAsync
(registry);
43
var result = await options.
GetFullRemoteImageNameAsync
(registry);
62
var result = await options.
GetFullRemoteImageNameAsync
(registry);
82
var result = await options.
GetFullRemoteImageNameAsync
(registry);
102
var result = await options.
GetFullRemoteImageNameAsync
(registry);
121
var result = await options.
GetFullRemoteImageNameAsync
(registry);
140
var result = await options.
GetFullRemoteImageNameAsync
(registry);
159
var result = await options.
GetFullRemoteImageNameAsync
(registry);
178
await Assert.ThrowsAsync<InvalidOperationException>(() => options.
GetFullRemoteImageNameAsync
(registry));
194
await Assert.ThrowsAsync<InvalidOperationException>(() => options.
GetFullRemoteImageNameAsync
(registry));
208
await Assert.ThrowsAsync<ArgumentNullException>(() => options.
GetFullRemoteImageNameAsync
(null!));