-
-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement]: Add missing .NET modules to the Community Module Registry #1372
Comments
I would like to help with this. I do not want to overstep, please let me know whiff u still need help. |
No, I don't believe anyone is currently working on this issue. It would make sense for someone who wants to add a missing module to leave a comment here, mentioning which module they intend to add. |
@HofmeisterAn There is a small problem with google-cloud modules. All other langs provide a single package for all this: BigQuery, Bigtable, Firestore, PubSub. Maybe it's good idea to also consolidate them to single package. Also not sure how to add xUnit there. Skipped it for now. |
Thanks for taking care of this. Good observation. Maybe it makes sense to skip these modules until we have a single package. We likely can create a wrapper NuGet that includes all of them. |
Removed all gcloud modules. Also activemq dotnet module already exists in List of added modules from first post currently is:
|
Those 5 modules were added. |
About adding xunit see here: testcontainers/community-module-registry#132 |
Already added here https://github.com/testcontainers/community-module-registry/blob/main/modules/artemis/index.md?plain=1 |
Thanks for your contributions. The only remaining modules are the Google ones. So, we just need a wrapper project that collects all of them. TBH I'm not sure if that's ideal for visibility, etc. e.g. we're not doing it for Azure either. But let's keep it consistent with the other languages. It shouldn't be too much work. |
Please see #1411 |
This was merged testcontainers/community-module-registry#132 |
GCloud module as draft PR testcontainers/community-module-registry#134 Should publish 4.4.0 to Nuget first. |
Problem
I believe the following .NET modules are not listed in the Community Module Registry. I don't think they exist in any other language, but we need to double-check to ensure they aren't simply listed under a different name. Add the missing .NET modules to the Community Module Registry:
Solution
Create a PR in the upstream repository that adds one of the listed missing modules.
Benefit
-
Alternatives
-
Would you like to help contributing this enhancement?
Yes
The text was updated successfully, but these errors were encountered: