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

Need to ILMerge output assemblies into single NSubsitute.dll #1

Closed
dtchepak opened this issue Feb 16, 2010 · 1 comment
Closed

Need to ILMerge output assemblies into single NSubsitute.dll #1

dtchepak opened this issue Feb 16, 2010 · 1 comment

Comments

@dtchepak
Copy link
Member

Need to update the build to ilmerge assemblies so users don't need to reference Castle Core and Dynamic Proxy.

@dtchepak
Copy link
Member Author

dtchepak commented May 4, 2010

Adding post-build step to NSubstitute.csproj to ilmerge assemblies

Needed to modify tests that referenced Castle types as it caused ambiguous matches afer internalising Castle references within NSubstitute.dll.
Removed Castle references from test project.
Updated CastleDynamicProxyFactory to create its own Castle ProxyGenerator instance so it can be tested without knowing about Castle types.

Closed by c78947b.

dtchepak pushed a commit that referenced this issue Aug 7, 2016
dtchepak pushed a commit that referenced this issue Apr 8, 2017
Address some moments after review
This issue was closed.
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

No branches or pull requests

1 participant