codingadventures / LINQBridgeVs

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

Add support for .NET Core #33

Closed codingadventures closed 6 years ago

codingadventures commented 6 years ago

Adds support for .NET Core. The new version of Mono.Cecil 0.10 is needed along with some tweaks to BridgeVs.SInject

codingadventures commented 6 years ago

Unfortunately .net core does not support custom debugger visualizers yet (april 2018). There is a feature request in the Visual Studio Uservoice.

Apparently is more a limitation of visual studio rather than .net core. I am closing this issue for now, if in the near future support becomes available I'll reopen this.