Thays Grazia
Thays Grazia
Code: ``` private void IncrementCount() { JObject myObj = new JObject(); myObj.Add("thays", new JObject()); } ``` Disable JustMyCode in Debugger settings. Try to look at myObj in locals, you will...
Adding the warning message fixed in this PR as a known issue for .net7.0: https://github.com/dotnet/runtime/pull/77616
Removing usage of AsyncCallback and AsyncResult, this is not available in netstandard. Changing projects to use new csproj style.
Following this fix https://github.com/mono/debugger-libs/pull/300 We should start trying to async-ify more of debugger-libs. @DavidKarlas : Most correct way to fix this issue was to change return type to Task which...
Adding changes to support debug wasm apps using monovsdbg.  Tested scenarios with the new setting enabled and this PR: - With Assets and C# DevKit Not Installed targetting .NET...
## Visual Studio Version dev18.0 ## Summary When I run a "blazor web app", "webassembly, "per component" sometimes you will see two tabs opened when you run the app using...