codingadventures / LINQBridgeVs

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

Need Support for .Net Core 3.1 #69

Open TheKitro opened 4 years ago

TheKitro commented 4 years ago

Hi I'd like to test this tool, but I can't it run under Visual Studio 2019 and my .Net Core 3.1 project.

codingadventures commented 4 years ago

Hi, unfortunately this extension doesn't support .NET core yet. I should update the project as I haven't done it in a year. Last time I tried debugger visualizers didn't work with .net core.

RascoApps commented 4 years ago

Hey, just came across this today. could you try to get it working with core yet and LinqPad6?

TheKitro commented 4 years ago

Hi installed today the extension in Version 2.0. But don't work under VS 2019 and LinqPad 6 on a .Net Core 3.1 project. I will retry on a .Net Framework 4.6 project next days.

TheKitro commented 4 years ago

On starting the extension ask me for LinqPad path. Where can I insert this information. Is there a config file?

jacrys commented 1 year ago

Hi, unfortunately this extension doesn't support .NET core yet. I should update the project as I haven't done it in a year. Last time I tried debugger visualizers didn't work with .net core.

https://docs.microsoft.com/en-us/visualstudio/debugger/create-custom-visualizers-of-data?view=vs-2022#special-debugger-side-considerations-for-net-50