-
Notifications
You must be signed in to change notification settings - Fork 586
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
Added modules for building VB6 projects with SxS manifests #697
Conversation
@@ -0,0 +1,354 @@ | |||
/// Module that enables creating and embedding Side-by-Side interop | |||
/// manifests for registration free deployment of Com-.net interop projects | |||
module Fake.Sxshelper |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Helper is always upper-case in our lib. How about SxSHelper?
this is very cool stuff. |
Also more interresting travis failures for our collection:
|
yep. I really need to mirror paket somewhere elese. |
Used to enable VB6 ide to access dependencies
I believe I've addressed most of your concerns now. |
I'm on vacation this week, but I will review this when I'm back on Monday. |
Ok, hope you have a good vacation ☀️ |
very very cool. thanks. |
Added modules for building VB6 projects with SxS manifests
Thank you 😄 |
Support for buiilding VB6 projects and embedding SxS manifests for registration free interop deployments.
Tested on our inhouse legacy codebase with great success so far.
Due to our codebase having a large number of projects and dependencies, I've tried to paralellize as much as possible. Result: Current powershell build: approx 4 minutes, now with FAKE: ~30 sec.
Contains loads of hacs and cheats, feel free to improve and suggest changes 😄