9 references to Tag
Aspire.Hosting.Redis (3)
RedisBuilderExtensions.cs (3)
36/// This version of the package defaults to the <inheritdoc cref="RedisContainerImageTags.Tag"/> tag of the <inheritdoc cref="RedisContainerImageTags.Image"/> container image. 60/// This version of the package defaults to the <inheritdoc cref="RedisContainerImageTags.Tag"/> tag of the <inheritdoc cref="RedisContainerImageTags.Image"/> container image. 97.WithImage(RedisContainerImageTags.Image, RedisContainerImageTags.Tag)
Aspire.Hosting.Redis.Tests (6)
AddRedisTests.cs (6)
53Assert.Equal(RedisContainerImageTags.Tag, containerAnnotation.Tag); 81Assert.Equal(RedisContainerImageTags.Tag, containerAnnotation.Tag); 161Assert.Equal($"{RedisContainerImageTags.Registry}/{RedisContainerImageTags.Image}:{RedisContainerImageTags.Tag}", manifest["image"]!.GetValue<string>()); 186Assert.Equal($"{RedisContainerImageTags.Registry}/{RedisContainerImageTags.Image}:{RedisContainerImageTags.Tag}", manifest["image"]!.GetValue<string>()); 215Assert.Equal($"{RedisContainerImageTags.Registry}/{RedisContainerImageTags.Image}:{RedisContainerImageTags.Tag}", manifest["image"]!.GetValue<string>()); 241Assert.Equal($"{RedisContainerImageTags.Registry}/{RedisContainerImageTags.Image}:{RedisContainerImageTags.Tag}", manifest["image"]!.GetValue<string>());