microsoft / MIEngine

The Visual Studio MI Debug Engine ("MIEngine") provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb and lldb.
MIT License
818 stars 219 forks source link

Override Newtonsoft.JSON for Component Governance #1323

Closed WardenGnaw closed 2 years ago

WardenGnaw commented 2 years ago

This PR adds an explcit reference to Newtonsoft.Json for packages the reference MS.NET.Test.SDK and MS.VS.Shell until they have properly published packages using Newtonsoft.JSON v13.0.1

gregg-miskelly commented 2 years ago

Looks like we should switch the implementation of HandleSetExceptionBreakpointsRequestAsync to the new overload that has a SetExceptionBreakpointsResponse arg.

void HandleSetExceptionBreakpointsRequestAsync(IRequestResponder<SetExceptionBreakpointsArguments, SetExceptionBreakpointsResponse> responder)