Skip to content

[New Topic] Improve documentation on Assembly Binding Redirection  #3683

@ghost

Description

Currently, assembly binding redirection documentation is messy and difficult to locate. This is especially true if you're not able to use automatic binding redirection, such as if you are:

  • Writing unit tests (which compile to DLLs, and don't get automatic binding redirects)
  • Writing DLLs that are consumed in dynamic languages (Powershell, Python)

Most of the documentation is spread across multiple documentation pages, and the bulk of it is not written for .NET Core. Unfortunately, it's incredibly easy to end up with binding redirect problems if you're consuming .NET Standard DLLs from a project that targets either .NET Framework or dual-targets Framework and Core.

This can be improved by:

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedGood for community contributors to help [up-for-grabs]

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions