Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: testcontainers/testcontainers-dotnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f5a5f7a23438c54555eb283e3a59e4f26712799e
Choose a base ref
..
head repository: testcontainers/testcontainers-dotnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1e95bea7701960d4510fd8ba74c8767d58b600c5
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 src/Testcontainers/Builders/DockerConfigurationException.cs
6 changes: 3 additions & 3 deletions src/Testcontainers/Builders/DockerConfigurationException.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System;
using JetBrains.Annotations;

namespace DotNet.Testcontainers.Builders
{
using System;
using JetBrains.Annotations;

/// <summary>
/// The exception that is thrown when the Docker configuration file cannot be read successfully.
/// </summary>