Skip to content

Conversation

@HofmeisterAn
Copy link
Collaborator

What does this PR do?

The PR provides additional information about the necessary binding redirect configurations for .NET Framework users.

After some research, it appears that class libraries (third-party libraries) are not supposed to configure automatic binding redirects. Instead, it is the responsibility of the consumer to configure them properly.

If there is anything we can do to make this process easier for .NET Framework users, please let us know. We are happy to adjust the documentation or project configurations accordingly.

Why is it important?

If the binding redirects are not properly configured, users may encounter runtime issues.

Related issues

@HofmeisterAn HofmeisterAn added the documentation Docs, docs, docs. label Mar 30, 2025
@netlify
Copy link

netlify bot commented Mar 30, 2025

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit ff51f90
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/67e90fb08e8cb4000898a874
😎 Deploy Preview https://deploy-preview-1414--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@HofmeisterAn HofmeisterAn changed the title docs: Add binding redirects doc for full framework docs: Add binding redirects doc for .NET framework Mar 30, 2025
@HofmeisterAn HofmeisterAn merged commit 6526e5a into develop Mar 30, 2025
67 checks passed
@HofmeisterAn HofmeisterAn deleted the add-binding-redirects-docs branch March 30, 2025 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Docs, docs, docs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Running .Net Framework Unit Test fails with "Docker is either not running or misconfigured." but works when I switch same project to console app.

2 participants