nemerle icon indicating copy to clipboard operation
nemerle copied to clipboard

VS integration development documentation needed

Open vasily-kirichenko opened this issue 9 years ago • 1 comments

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

vasily-kirichenko avatar Jan 17 '16 13:01 vasily-kirichenko

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.

VladD2 avatar Nov 29 '16 12:11 VladD2