10 references to MongoDBContainerImageTags
Aspire.Hosting.MongoDB (10)
MongoDBBuilderExtensions.cs (10)
27/// <para>This version of the package defaults to the <inheritdoc cref="MongoDBContainerImageTags.Tag"/> tag of the <inheritdoc cref="MongoDBContainerImageTags.Image"/> container image.</para> 88.WithImage(MongoDBContainerImageTags.Image, MongoDBContainerImageTags.Tag) 89.WithImageRegistry(MongoDBContainerImageTags.Registry) 151/// This version of the package defaults to the <inheritdoc cref="MongoDBContainerImageTags.MongoExpressTag"/> tag of the <inheritdoc cref="MongoDBContainerImageTags.MongoExpressImage"/> container image. 168.WithImage(MongoDBContainerImageTags.MongoExpressImage, MongoDBContainerImageTags.MongoExpressTag) 169.WithImageRegistry(MongoDBContainerImageTags.MongoExpressRegistry)