feat(dotnet): Add new module dapr#170
Merged
HofmeisterAn merged 7 commits intotestcontainers:mainfrom Jan 17, 2026
Merged
Conversation
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…tion with versioning Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Contributor
|
@WhitWaldo should we combine our PRs? #161 |
Contributor
Author
I suppose we could - I defer to the maintainers of this repository whether they want separate PRs or not. |
HofmeisterAn
approved these changes
Jan 17, 2026
| ``` | ||
| installation: | | ||
| ```bash | ||
| dotnet add package Dapr.TestContainers |
Contributor
There was a problem hiding this comment.
Testcontainers is a proper noun. It would be great if you could align the name in future releases and drop the capitalized C.
Contributor
Author
There was a problem hiding this comment.
I've asked the person with access to our NuGet account to archive Dapr.TestContainers and will be merging a PR with this change as soon as CICD clears it so future releases properly name this.
I'll open a PR correcting this in this repo once I produce the next NuGet release.
Thank you for the heads up!
WhitWaldo
added a commit
to WhitWaldo/dapr-dotnet-sdk
that referenced
this pull request
Jan 17, 2026
…l C) per ask at testcontainers/community-module-registry#170 (comment) Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
3 tasks
WhitWaldo
added a commit
to dapr/dotnet-sdk
that referenced
this pull request
Jan 17, 2026
* 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 <whit.waldo@innovian.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
Add the Dapr testcontainer for .NET to this registry