codingadventures / LINQBridgeVs

Dumps the content of variables during debugging in Visual Studio to LINQPad
MIT License
127 stars 21 forks source link

Improve building times #36

Closed codingadventures closed 6 years ago

codingadventures commented 6 years ago

Currently ILMerge is used to combine all the dlls generated at compile time for the custom debugger visualizer. This process is very slow, and should probably be avoided. Remove ILMerge from the build process.

codingadventures commented 6 years ago

available in the upcoming release