Skip to content
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

feat(binding-redirect): add option to allow binding redirects via provided configuration file (#54) #55

Merged
merged 3 commits into from
Sep 26, 2018

Conversation

pfeigl
Copy link
Contributor

@pfeigl pfeigl commented Sep 25, 2018

Here you go :-)

The idea is to start a seperate AppDomain based on the provided ConfigurationFile, run the ApplyPolicy on the given AssemblyName and use the result inside the AssemblyList which is kept internally.

That way we save ourselfs from evaluating the bindingRedirects manually.

Also I colorized redirected Assemblys in DarkGreen instead of Green to have a chance to tell them apart a little bit.

Fixes #54

@pfeigl
Copy link
Contributor Author

pfeigl commented Sep 26, 2018

I also added a small option to exit AsmSpy with an error code optionally, if missing assemblies were detected. This helps integrating into post-build events quite alot.

@mikehadlow
Copy link
Owner

Hi Philipp,
Many thanks. excellent work! Great idea to use the new AppDomain.

@mikehadlow mikehadlow merged commit 50115a6 into mikehadlow:master Sep 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants