Skip to content

Commit 95e1168

Browse files
authored
Renamed "Dapr.TestContainers" to "Dapr.Testcontainers" per ask (#1677)
* Renamed Dapr.TestContainers and Dapr.TestContainers.Test projects to Dapr.Testcontainers and Dapr.Testcontainers.Test, respectively (no capital C) per ask at testcontainers/community-module-registry#170 (comment) Signed-off-by: Whit Waldo <[email protected]>
1 parent d0c6462 commit 95e1168

File tree

66 files changed

+169
-163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+169
-163
lines changed

.github/workflows/sdk_build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ jobs:
2525
NUPKG_OUTDIR: bin/Release/nugets
2626
steps:
2727
- uses: actions/checkout@v1
28+
with:
29+
clean: true
2830
- name: Parse release version
2931
run: python ./.github/scripts/get_release_version.py
3032
- name: Setup .NET Core
3133
uses: actions/setup-dotnet@v3
3234
with:
33-
dotnet-version: 9.0.x
35+
dotnet-version: 10.0.x
3436
dotnet-quality: 'ga'
3537
- name: Restore dependencies
3638
run: dotnet restore

all.sln

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "new", "new", "{8462B106-175
221221
EndProject
222222
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dapr.Workflow.Abstractions", "src\Dapr.Workflow.Abstractions\Dapr.Workflow.Abstractions.csproj", "{CE5D4439-5B3C-4E97-B7E3-EB8610AEA3EF}"
223223
EndProject
224-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dapr.TestContainers", "src\Dapr.TestContainers\Dapr.TestContainers.csproj", "{A05D1519-6A82-498F-B7C9-3D14E08D35CA}"
224+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dapr.Testcontainers", "src\Dapr.Testcontainers\Dapr.Testcontainers.csproj", "{A05D1519-6A82-498F-B7C9-3D14E08D35CA}"
225225
EndProject
226-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dapr.TestContainers.Test", "test\Dapr.TestContainers.Test\Dapr.TestContainers.Test.csproj", "{D410F7FA-BAB7-4B13-9A9D-8531FCA932AA}"
226+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dapr.Testcontainers.Test", "test\Dapr.Testcontainers.Test\Dapr.Testcontainers.Test.csproj", "{5A93F96B-4D0E-479D-B540-29678A0998FA}"
227227
EndProject
228228
Global
229229
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -587,10 +587,10 @@ Global
587587
{A05D1519-6A82-498F-B7C9-3D14E08D35CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
588588
{A05D1519-6A82-498F-B7C9-3D14E08D35CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
589589
{A05D1519-6A82-498F-B7C9-3D14E08D35CA}.Release|Any CPU.Build.0 = Release|Any CPU
590-
{D410F7FA-BAB7-4B13-9A9D-8531FCA932AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
591-
{D410F7FA-BAB7-4B13-9A9D-8531FCA932AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
592-
{D410F7FA-BAB7-4B13-9A9D-8531FCA932AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
593-
{D410F7FA-BAB7-4B13-9A9D-8531FCA932AA}.Release|Any CPU.Build.0 = Release|Any CPU
590+
{5A93F96B-4D0E-479D-B540-29678A0998FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
591+
{5A93F96B-4D0E-479D-B540-29678A0998FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
592+
{5A93F96B-4D0E-479D-B540-29678A0998FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
593+
{5A93F96B-4D0E-479D-B540-29678A0998FA}.Release|Any CPU.Build.0 = Release|Any CPU
594594
EndGlobalSection
595595
GlobalSection(SolutionProperties) = preSolution
596596
HideSolutionNode = FALSE
@@ -699,7 +699,7 @@ Global
699699
{FB21FAC7-09F7-4F68-910C-224EE7150B35} = {8462B106-175A-423A-BA94-BE0D39D0BD8E}
700700
{CE5D4439-5B3C-4E97-B7E3-EB8610AEA3EF} = {27C5D71D-0721-4221-9286-B94AB07B58CF}
701701
{A05D1519-6A82-498F-B7C9-3D14E08D35CA} = {27C5D71D-0721-4221-9286-B94AB07B58CF}
702-
{D410F7FA-BAB7-4B13-9A9D-8531FCA932AA} = {0AF0FE8D-C234-4F04-8514-32206ACE01BD}
702+
{5A93F96B-4D0E-479D-B540-29678A0998FA} = {0AF0FE8D-C234-4F04-8514-32206ACE01BD}
703703
EndGlobalSection
704704
GlobalSection(ExtensibilityGlobals) = postSolution
705705
SolutionGuid = {65220BF2-EAE1-4CB2-AA58-EBE80768CB40}

src/Dapr.TestContainers/Common/DaprHarnessBuilder.cs renamed to src/Dapr.Testcontainers/Common/DaprHarnessBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
using System;
1515
using System.Threading.Tasks;
16-
using Dapr.TestContainers.Common.Options;
17-
using Dapr.TestContainers.Common.Testing;
18-
using Dapr.TestContainers.Harnesses;
16+
using Dapr.Testcontainers.Common.Options;
17+
using Dapr.Testcontainers.Common.Testing;
18+
using Dapr.Testcontainers.Harnesses;
1919

20-
namespace Dapr.TestContainers.Common;
20+
namespace Dapr.Testcontainers.Common;
2121

2222
/// <summary>
2323
/// Builds the Dapr harnesses for different building blocks.

src/Dapr.TestContainers/Common/HostPortPair.cs renamed to src/Dapr.Testcontainers/Common/HostPortPair.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// limitations under the License.
1212
// ------------------------------------------------------------------------
1313

14-
namespace Dapr.TestContainers.Common;
14+
namespace Dapr.Testcontainers.Common;
1515

1616
/// <summary>
1717
/// A hostname and port value pair.

src/Dapr.TestContainers/Common/IAsyncContainerFixture.cs renamed to src/Dapr.Testcontainers/Common/IAsyncContainerFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
using System.Threading;
1616
using System.Threading.Tasks;
1717

18-
namespace Dapr.TestContainers.Common;
18+
namespace Dapr.Testcontainers.Common;
1919

2020
/// <summary>
2121
/// Represents a harness that's created for test purposes.

src/Dapr.TestContainers/Common/IAsyncStartable.cs renamed to src/Dapr.Testcontainers/Common/IAsyncStartable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
using System.Threading;
1616
using System.Threading.Tasks;
1717

18-
namespace Dapr.TestContainers.Common;
18+
namespace Dapr.Testcontainers.Common;
1919

2020
/// <summary>
2121
/// Represents a resource that can be started and stopped.

src/Dapr.TestContainers/Common/Options/DaprLogLevel.cs renamed to src/Dapr.Testcontainers/Common/Options/DaprLogLevel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// limitations under the License.
1212
// ------------------------------------------------------------------------
1313

14-
namespace Dapr.TestContainers.Common.Options;
14+
namespace Dapr.Testcontainers.Common.Options;
1515

1616
/// <summary>
1717
/// A configurable log level.

src/Dapr.TestContainers/Common/Options/DaprRuntimeOptions.cs renamed to src/Dapr.Testcontainers/Common/Options/DaprRuntimeOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
using System;
1515

16-
namespace Dapr.TestContainers.Common.Options;
16+
namespace Dapr.Testcontainers.Common.Options;
1717

1818
/// <summary>
1919
/// The various options used to spin up the Dapr containers.

src/Dapr.TestContainers/Common/PortUtilities.cs renamed to src/Dapr.Testcontainers/Common/PortUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
using System.Net;
1515
using System.Net.Sockets;
1616

17-
namespace Dapr.TestContainers.Common;
17+
namespace Dapr.Testcontainers.Common;
1818

1919
/// <summary>
2020
/// Provides port-related utilities.

src/Dapr.TestContainers/Common/TestDirectoryManager.cs renamed to src/Dapr.Testcontainers/Common/TestDirectoryManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
using System.IO;
1717
using System.Runtime.InteropServices;
1818

19-
namespace Dapr.TestContainers.Common;
19+
namespace Dapr.Testcontainers.Common;
2020

2121
/// <summary>
2222
/// Provides test directory management utilities.

0 commit comments

Comments
 (0)