21 references to SeqContainerImageTags
Aspire.Hosting.Seq.Tests (21)
AddSeqTests.cs (21)
36Assert.Equal(SeqContainerImageTags.Tag, containerAnnotation.Tag); 37Assert.Equal(SeqContainerImageTags.Image, containerAnnotation.Image); 38Assert.Equal(SeqContainerImageTags.Registry, containerAnnotation.Registry); 64Assert.Equal(SeqContainerImageTags.Tag, containerAnnotation.Tag); 65Assert.Equal(SeqContainerImageTags.Image, containerAnnotation.Image); 66Assert.Equal(SeqContainerImageTags.Registry, containerAnnotation.Registry); 98"image": "{{SeqContainerImageTags.Registry}}/{{SeqContainerImageTags.Image}}:{{SeqContainerImageTags.Tag}}", 190Assert.Equal(SeqContainerImageTags.Tag, containerAnnotation.Tag); 191Assert.Equal(SeqContainerImageTags.Image, containerAnnotation.Image); 192Assert.Equal(SeqContainerImageTags.Registry, containerAnnotation.Registry); 223Assert.Equal(SeqContainerImageTags.Tag, containerAnnotation.Tag); 224Assert.Equal(SeqContainerImageTags.Image, containerAnnotation.Image); 225Assert.Equal(SeqContainerImageTags.Registry, containerAnnotation.Registry); 259"image": "{{SeqContainerImageTags.Registry}}/{{SeqContainerImageTags.Image}}:{{SeqContainerImageTags.Tag}}", 289"image": "{{SeqContainerImageTags.Registry}}/{{SeqContainerImageTags.Image}}:{{SeqContainerImageTags.Tag}}",