Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfilippov/testing-binding-redirect
https://github.com/mfilippov/testing-binding-redirect
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mfilippov/testing-binding-redirect
- Owner: mfilippov
- License: apache-2.0
- Created: 2023-02-02T07:50:42.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T07:58:09.000Z (almost 2 years ago)
- Last Synced: 2024-10-08T20:01:25.496Z (3 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Testing of .NET Binding Redirect Feature
This project is aimed at testing the functionality of the Binding Redirect feature in .NET framework. The binding redirect feature allows developers to redirect assembly version references from one version to another in case of compatibility issues or upgrading to a new version. In this project we try to use assembly resolver to emulate config file.## Prerequisites
* .NET Framework 4.0 or later.
* JetBrains Rider.## Installation
* Clone this repository to your local machine using git clone https://github.com/mfilipov/testing-binding-redirect.git.
* Open the solution file (.sln) in Rider.
* Build the solution.## Usage
* Run the BindingRedirectorByVersion project to observe how redirection by version works.
* Run the BindingRedirectorByVersionAndToken project to observe how redirection by version and public token doesn't works.## Contributing
If you want to contribute to this project, please follow these steps:
* Fork this repository.
* Create a new branch with a descriptive name (e.g. feature/).
* Make your changes in the new branch.
* Commit your changes and push to the branch.
* Open a pull request from your branch to the master branch of this repository.## License
This project is licensed under the Apache 2.0 License. Please see the LICENSE file for details.