Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Templates/CSharp/Testcontainers.ModuleName/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
global using System;
global using System.Collections.Generic;
global using System.Diagnostics.CodeAnalysis;
global using System.Linq;
global using Docker.DotNet.Models;
global using DotNet.Testcontainers;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.ActiveMq/ArtemisBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public sealed class ArtemisBuilder : ContainerBuilder<ArtemisBuilder, ArtemisCon
/// Initializes a new instance of the <see cref="ArtemisBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public ArtemisBuilder()
: this(ArtemisImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.ActiveMq/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global using System;
global using System.Diagnostics.CodeAnalysis;
global using Docker.DotNet.Models;
global using DotNet.Testcontainers;
global using DotNet.Testcontainers.Builders;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.ArangoDb/ArangoDbBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public sealed class ArangoDbBuilder : ContainerBuilder<ArangoDbBuilder, ArangoDb
/// Initializes a new instance of the <see cref="ArangoDbBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public ArangoDbBuilder()
: this(ArangoDbImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.ArangoDb/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global using System;
global using System.Diagnostics.CodeAnalysis;
global using Docker.DotNet.Models;
global using DotNet.Testcontainers;
global using DotNet.Testcontainers.Builders;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Azurite/AzuriteBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ static AzuriteBuilder()
/// Initializes a new instance of the <see cref="AzuriteBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public AzuriteBuilder()
: this(AzuriteImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Azurite/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
global using System;
global using System.Collections.Generic;
global using System.Diagnostics.CodeAnalysis;
global using System.Linq;
global using Docker.DotNet.Models;
global using DotNet.Testcontainers.Builders;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.BigQuery/BigQueryBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public sealed class BigQueryBuilder : ContainerBuilder<BigQueryBuilder, BigQuery
/// Initializes a new instance of the <see cref="BigQueryBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public BigQueryBuilder()
: this(BigQueryImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.BigQuery/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global using System;
global using System.Diagnostics.CodeAnalysis;
global using Docker.DotNet.Models;
global using DotNet.Testcontainers.Builders;
global using DotNet.Testcontainers.Configurations;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Bigtable/BigtableBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public sealed class BigtableBuilder : ContainerBuilder<BigtableBuilder, Bigtable
/// Initializes a new instance of the <see cref="BigtableBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public BigtableBuilder()
: this(GoogleCloudCliImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Bigtable/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global using System;
global using System.Diagnostics.CodeAnalysis;
global using Docker.DotNet.Models;
global using DotNet.Testcontainers.Builders;
global using DotNet.Testcontainers.Configurations;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Cassandra/CassandraBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public sealed class CassandraBuilder : ContainerBuilder<CassandraBuilder, Cassan
/// Initializes a new instance of the <see cref="CassandraBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public CassandraBuilder()
: this(CassandraImage)
{
Expand Down
5 changes: 3 additions & 2 deletions src/Testcontainers.Cassandra/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
global using System;
global using System.Collections.Generic;
global using System.Diagnostics.CodeAnalysis;
global using System.IO;
global using System.Text;
global using System.Linq;
global using System.Text;
global using System.Threading;
global using System.Threading.Tasks;
global using System.Collections.Generic;
global using Docker.DotNet.Models;
global using DotNet.Testcontainers.Builders;
global using DotNet.Testcontainers.Configurations;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.ClickHouse/ClickHouseBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public sealed class ClickHouseBuilder : ContainerBuilder<ClickHouseBuilder, Clic
/// Initializes a new instance of the <see cref="ClickHouseBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public ClickHouseBuilder()
: this(ClickHouseImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.ClickHouse/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
global using System;
global using System.Collections.Generic;
global using System.Diagnostics.CodeAnalysis;
global using System.IO;
global using System.Linq;
global using System.Net.Http;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.CockroachDb/CockroachDbBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public sealed class CockroachDbBuilder : ContainerBuilder<CockroachDbBuilder, Co
/// Initializes a new instance of the <see cref="CockroachDbBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public CockroachDbBuilder()
: this(CockroachDbImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.CockroachDb/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
global using System;
global using System.Collections.Generic;
global using System.Diagnostics.CodeAnalysis;
global using System.IO;
global using System.Linq;
global using System.Text;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Consul/ConsulBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public sealed class ConsulBuilder : ContainerBuilder<ConsulBuilder, ConsulContai
/// Initializes a new instance of the <see cref="ConsulBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public ConsulBuilder()
: this(ConsulImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Consul/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global using System;
global using System.Diagnostics.CodeAnalysis;
global using Docker.DotNet.Models;
global using DotNet.Testcontainers.Builders;
global using DotNet.Testcontainers.Configurations;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.CosmosDb/CosmosDbBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public sealed class CosmosDbBuilder : ContainerBuilder<CosmosDbBuilder, CosmosDb
/// Initializes a new instance of the <see cref="CosmosDbBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public CosmosDbBuilder()
: this(CosmosDbImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.CosmosDb/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
global using System;
global using System.Collections.Generic;
global using System.Diagnostics.CodeAnalysis;
global using System.Linq;
global using System.Net.Http;
global using System.Threading;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.CouchDb/CouchDbBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public sealed class CouchDbBuilder : ContainerBuilder<CouchDbBuilder, CouchDbCon
/// Initializes a new instance of the <see cref="CouchDbBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public CouchDbBuilder()
: this(CouchDbImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.CouchDb/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global using System;
global using System.Diagnostics.CodeAnalysis;
global using Docker.DotNet.Models;
global using DotNet.Testcontainers;
global using DotNet.Testcontainers.Builders;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Couchbase/CouchbaseBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ static CouchbaseBuilder()
/// Initializes a new instance of the <see cref="CouchbaseBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public CouchbaseBuilder()
: this(CouchbaseImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Couchbase/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
global using System;
global using System.Collections.Generic;
global using System.Diagnostics.CodeAnalysis;
global using System.Linq;
global using System.Net.Http;
global using System.Text;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Db2/Db2Builder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public sealed class Db2Builder : ContainerBuilder<Db2Builder, Db2Container, Db2C
/// Initializes a new instance of the <see cref="Db2Builder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public Db2Builder()
: this(Db2Image)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Db2/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
global using System;
global using System.Collections.Generic;
global using System.Diagnostics.CodeAnalysis;
global using System.IO;
global using System.Linq;
global using System.Text;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.DynamoDb/DynamoDbBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public sealed class DynamoDbBuilder : ContainerBuilder<DynamoDbBuilder, DynamoDb
/// Initializes a new instance of the <see cref="DynamoDbBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public DynamoDbBuilder()
: this(DynamoDbImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.DynamoDb/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global using System;
global using System.Diagnostics.CodeAnalysis;
global using System.Net;
global using Docker.DotNet.Models;
global using DotNet.Testcontainers.Builders;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Elasticsearch/ElasticsearchBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public sealed class ElasticsearchBuilder : ContainerBuilder<ElasticsearchBuilder
/// Initializes a new instance of the <see cref="ElasticsearchBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public ElasticsearchBuilder()
: this(ElasticsearchImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Elasticsearch/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global using System;
global using System.Diagnostics.CodeAnalysis;
global using System.Linq;
global using System.Net.Http;
global using System.Text;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.EventHubs/EventHubsBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public sealed class EventHubsBuilder : ContainerBuilder<EventHubsBuilder, EventH
/// Initializes a new instance of the <see cref="EventHubsBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public EventHubsBuilder()
: this(EventHubsImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.EventHubs/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
global using System;
global using System.Collections.Generic;
global using System.Collections.ObjectModel;
global using System.Diagnostics.CodeAnalysis;
global using System.Linq;
global using System.Text;
global using System.Text.Json;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.FakeGcsServer/FakeGcsServerBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public sealed class FakeGcsServerBuilder : ContainerBuilder<FakeGcsServerBuilder
/// Initializes a new instance of the <see cref="FakeGcsServerBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public FakeGcsServerBuilder()
: this(FakeGcsServerImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.FakeGcsServer/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global using System;
global using System.Diagnostics.CodeAnalysis;
global using System.Text;
global using Docker.DotNet.Models;
global using DotNet.Testcontainers.Builders;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.FirebirdSql/FirebirdSqlBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public sealed class FirebirdSqlBuilder : ContainerBuilder<FirebirdSqlBuilder, Fi
/// Initializes a new instance of the <see cref="FirebirdSqlBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public FirebirdSqlBuilder()
: this(FirebirdSqlImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.FirebirdSql/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
global using System;
global using System.Collections.Generic;
global using System.Diagnostics.CodeAnalysis;
global using System.IO;
global using System.Linq;
global using System.Text;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Firestore/FirestoreBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public sealed class FirestoreBuilder : ContainerBuilder<FirestoreBuilder, Firest
/// Initializes a new instance of the <see cref="FirestoreBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public FirestoreBuilder()
: this(GoogleCloudCliImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Firestore/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global using System;
global using System.Diagnostics.CodeAnalysis;
global using Docker.DotNet.Models;
global using DotNet.Testcontainers.Builders;
global using DotNet.Testcontainers.Configurations;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Grafana/GrafanaBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public sealed class GrafanaBuilder : ContainerBuilder<GrafanaBuilder, GrafanaCon
/// Initializes a new instance of the <see cref="GrafanaBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public GrafanaBuilder()
: this(GrafanaImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Grafana/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global using System;
global using System.Diagnostics.CodeAnalysis;
global using Docker.DotNet.Models;
global using DotNet.Testcontainers.Builders;
global using DotNet.Testcontainers.Configurations;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.InfluxDb/InfluxDbBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public sealed class InfluxDbBuilder : ContainerBuilder<InfluxDbBuilder, InfluxDb
/// Initializes a new instance of the <see cref="InfluxDbBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public InfluxDbBuilder()
: this(InfluxDbImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.InfluxDb/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global using System;
global using System.Diagnostics.CodeAnalysis;
global using System.Net;
global using Docker.DotNet.Models;
global using DotNet.Testcontainers;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.JanusGraph/JanusGraphBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public sealed class JanusGraphBuilder : ContainerBuilder<JanusGraphBuilder, Janu
/// Initializes a new instance of the <see cref="JanusGraphBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public JanusGraphBuilder()
: this(JanusGraphImage)
{
Expand Down
5 changes: 3 additions & 2 deletions src/Testcontainers.JanusGraph/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
global using System;
global using System.Diagnostics.CodeAnalysis;
global using Docker.DotNet.Models;
global using DotNet.Testcontainers.Builders;
global using DotNet.Testcontainers.Configurations;
global using DotNet.Testcontainers.Containers;
global using DotNet.Testcontainers.Images;
global using JetBrains.Annotations;
global using System;
global using JetBrains.Annotations;
1 change: 1 addition & 0 deletions src/Testcontainers.K3s/K3sBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public sealed class K3sBuilder : ContainerBuilder<K3sBuilder, K3sContainer, K3sC
/// Initializes a new instance of the <see cref="K3sBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public K3sBuilder()
: this(RancherImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.K3s/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global using System;
global using System.Diagnostics.CodeAnalysis;
global using System.Text;
global using System.Text.RegularExpressions;
global using System.Threading.Tasks;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Kafka/KafkaBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public sealed class KafkaBuilder : ContainerBuilder<KafkaBuilder, KafkaContainer
/// Initializes a new instance of the <see cref="KafkaBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public KafkaBuilder()
: this(KafkaImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Kafka/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
global using System;
global using System.Collections.Generic;
global using System.Diagnostics.CodeAnalysis;
global using System.IO;
global using System.Linq;
global using System.Text;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Keycloak/KeycloakBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public sealed class KeycloakBuilder : ContainerBuilder<KeycloakBuilder, Keycloak
/// Initializes a new instance of the <see cref="KeycloakBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public KeycloakBuilder()
: this(KeycloakImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.Keycloak/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global using System;
global using System.Diagnostics.CodeAnalysis;
global using System.Linq;
global using Docker.DotNet.Models;
global using DotNet.Testcontainers;
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.KurrentDb/KurrentDbBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public sealed class KurrentDbBuilder : ContainerBuilder<KurrentDbBuilder, Kurren
/// Initializes a new instance of the <see cref="KurrentDbBuilder" /> class.
/// </summary>
[Obsolete("This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.")]
[ExcludeFromCodeCoverage]
public KurrentDbBuilder()
: this(KurrentDbImage)
{
Expand Down
1 change: 1 addition & 0 deletions src/Testcontainers.KurrentDb/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global using System;
global using System.Diagnostics.CodeAnalysis;
global using Docker.DotNet.Models;
global using DotNet.Testcontainers.Builders;
global using DotNet.Testcontainers.Configurations;
Expand Down
Loading