nemerle
nemerle copied to clipboard
VS integration development documentation needed
It would be great to create a small documentation about building and debugging VS integration, like:
- What VS versions and/or Win SDKs must be installed, depending on Windows version perhaps
- What build scripts must be run and in what sequence
- What VS version is suitable to load the solution (I tried VS 2015 and failed. A guy on the gitter said that only VS 2010 can be used)
- How to install/replace the integration - run the VSIX or MSI (but there is no MSI for Debug build). Something else?
- How to register dlls and exes in GAC
- Must ngen be run
- How to register *.targets?
- How to debug the integration - just launch devenv /prefix Exp or something else?
See also https://github.com/rsdn/nemerle/issues/13307
https://github.com/rsdn/nemerle/wiki/Nemerle-build-process-(for-Nemerle-developers)
How to debug the integration - just launch devenv /prefix Exp or something else?
Yes.
C:!\VS\VS2015\Common7\IDE\devenv.exe /rootsuffix Exp and attach the debuger to this instance of VS.