Skip to content

Commit

Permalink
fix: Update XML documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmeisterAn committed Dec 12, 2022
1 parent 29367a8 commit 8396772
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [2.3.0]

### Added

- 531 Add Docker health status wait strategy (@kfrajtak)
Expand Down
4 changes: 3 additions & 1 deletion src/Testcontainers/Containers/ResourceReaperState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ namespace DotNet.Testcontainers.Containers
{
using System;
using System.Threading;
using DotNet.Testcontainers.Configurations;
using DotNet.Testcontainers.Images;

/// <summary>
/// Resource Reaper states.
Expand All @@ -22,7 +24,7 @@ public enum ResourceReaperState
/// <see cref="ResourceReaper" /> maintains the TCP connection to Ryuk.
/// </summary>
/// <remarks>
/// <see cref="ResourceReaper.GetAndStartNewAsync(DotNet.Testcontainers.Configurations.IDockerEndpointAuthenticationConfiguration, string, string, bool, TimeSpan, CancellationToken)" /> will complete now.
/// <see cref="ResourceReaper.GetAndStartNewAsync(IDockerEndpointAuthenticationConfiguration, IDockerImage, IMount, bool, TimeSpan, CancellationToken)" /> will complete now.
/// </remarks>
MaintainingConnection,

Expand Down

0 comments on commit 8396772

Please sign in to comment.