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

Adding ability to control type library export (/tlb flag) of RegAsm. #668

Merged
merged 1 commit into from
Mar 4, 2015

Conversation

denisbrodbeck
Copy link
Contributor

The previous implementation of RegAsm always exports a type library (by using the /tlb flag). We had a use case, were only registration of the assembly was possible, but no export of a type library (C++ COM+ wrapper).
This fix allows to specify whether to run RegAsm with type library export or not (default: with type library export).

Also escaping assembly paths in command line calls.

The previous implementation of RegAsm always exports a type library (by using the /tlb flag). We had a use case, were only registration of the assembly was possible, but no export of a type library (C++ COM+ wrapper).
This fix allows to specify whether to run RegAsm with type library export or not (default: with type library export).

Also escaping assembly paths in command line calls.
forki added a commit that referenced this pull request Mar 4, 2015
Adding ability to control type library export (/tlb flag) of RegAsm.
@forki forki merged commit 5e07368 into fsprojects:master Mar 4, 2015
@denisbrodbeck denisbrodbeck deleted the RegAsmTlbSwitch branch June 24, 2015 08:38
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