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. 59/// This version of the package defaults to the <inheritdoc cref="RedisContainerImageTags.Tag"/> tag of the <inheritdoc cref="RedisContainerImageTags.Image"/> container image. 95.WithImage(RedisContainerImageTags.Image, RedisContainerImageTags.Tag)
Aspire.Hosting.Redis.Tests (6)
AddRedisTests.cs (6)
52Assert.Equal(RedisContainerImageTags.Tag, containerAnnotation.Tag); 80Assert.Equal(RedisContainerImageTags.Tag, containerAnnotation.Tag); 160Assert.Equal($"{RedisContainerImageTags.Registry}/{RedisContainerImageTags.Image}:{RedisContainerImageTags.Tag}", manifest["image"]!.GetValue<string>()); 185Assert.Equal($"{RedisContainerImageTags.Registry}/{RedisContainerImageTags.Image}:{RedisContainerImageTags.Tag}", manifest["image"]!.GetValue<string>()); 214Assert.Equal($"{RedisContainerImageTags.Registry}/{RedisContainerImageTags.Image}:{RedisContainerImageTags.Tag}", manifest["image"]!.GetValue<string>()); 240Assert.Equal($"{RedisContainerImageTags.Registry}/{RedisContainerImageTags.Image}:{RedisContainerImageTags.Tag}", manifest["image"]!.GetValue<string>());