[wasm][debugger] Replace Mono.Cecil with MetadataReader. (#49440)
authorThays Grazia <thaystg@gmail.com>
Fri, 12 Mar 2021 03:18:11 +0000 (00:18 -0300)
committerGitHub <noreply@github.com>
Fri, 12 Mar 2021 03:18:11 +0000 (00:18 -0300)
commit4e367163baa43a44a5b6964475ecdd9ca69d7d20
tree4fff7b0cb49a2d84c804bc59fd5f99264f241e11
parentf78663973c4da92106c3b515cd3724e43beed54f
[wasm][debugger] Replace Mono.Cecil with MetadataReader. (#49440)

* Removing the usage of Mono.Cecil and using MetadataReader to read Assembly information and Pdb information.

* Fixing tests...
Having problems with async methods.

* Update src/mono/wasm/debugger/BrowserDebugProxy/DebugStore.cs

Co-authored-by: Larry Ewing <lewing@microsoft.com>
* Fix tests which calls async methods.

* Fix packaging of BrowserDebugHost.

Co-authored-by: Larry Ewing <lewing@microsoft.com>
src/mono/nuget/Microsoft.NETCore.BrowserDebugHost.Transport/Microsoft.NETCore.BrowserDebugHost.Transport.pkgproj
src/mono/wasm/debugger/BrowserDebugProxy/BrowserDebugProxy.csproj
src/mono/wasm/debugger/BrowserDebugProxy/DebugStore.cs
src/mono/wasm/debugger/BrowserDebugProxy/DevToolsHelper.cs
src/mono/wasm/debugger/BrowserDebugProxy/EvaluateExpression.cs
src/mono/wasm/debugger/BrowserDebugProxy/MonoProxy.cs