Skip to content

AndersChen123/BindingRedirector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BindingRedirector

Generates or updates binding redirects for .NET assemblies.

This tool aims to simplify the process of creating and managing binding redirects for .NET applications, which can be useful when dealing with assembly version conflicts or when updating dependencies in a project.

Main Features:

  • Scans a selected folder for DLL files.
  • Analyzes each DLL to extract assembly information (name, version, public key token, etc.).
  • Generates binding redirects based on the found assemblies.
  • Can create a new XML file with binding redirects or update an existing config file.
  • Allows filtering of assemblies based on user-provided keywords.

File Handling:

  • Creates a backup of the existing output file before modifying it.
  • Checks for write access to the output directory.

XML Processing:

  • Generates new XML elements for binding redirects.
  • Merges new binding redirects with existing ones in the case of updates.
BindingRedirector

About

Generates or updates binding redirects for .NET assemblies.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages