[wasm][debugger] Add resolved assemblies to cache to help mono.cecil find them (...
authorThays Grazia <thaystg@gmail.com>
Wed, 3 Mar 2021 13:32:45 +0000 (10:32 -0300)
committerGitHub <noreply@github.com>
Wed, 3 Mar 2021 13:32:45 +0000 (10:32 -0300)
commit2f0f2c8455bea23bd9a38522d2c5f4c7f6253c70
tree8ed604e788026fee0b1a279cec7eb8842d33299b
parent63b3a41906544e883a61fe6ab424eaaa4639f3f6
[wasm][debugger] Add resolved assemblies to cache to help mono.cecil find them (#48920)

* Fix loading assembly with type with an attribute with enum from other library

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

Co-authored-by: Larry Ewing <lewing@microsoft.com>
* Adding test case

* Fix @lewing suggestion

* Add copyright notice

Co-authored-by: Richard Davies <rathga@gmail.com>
* Removing unused includes, change test name.

* Changing what @radical suggested

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

Co-authored-by: Ankit Jain <radical@gmail.com>
Co-authored-by: Larry Ewing <lewing@microsoft.com>
Co-authored-by: Richard Davies <rathga@gmail.com>
Co-authored-by: Ankit Jain <radical@gmail.com>
src/mono/wasm/debugger/BrowserDebugProxy/DebugStore.cs
src/mono/wasm/debugger/DebuggerTestSuite/Tests.cs
src/mono/wasm/debugger/tests/Directory.Build.props
src/mono/wasm/debugger/tests/debugger-test/debugger-test.csproj
src/mono/wasm/debugger/tests/lazy-debugger-test-embedded/lazy-debugger-test-embedded.csproj
src/mono/wasm/debugger/tests/lazy-debugger-test/lazy-debugger-test.csproj
src/mono/wasm/debugger/tests/library-dependency-debugger-test1/library-dependency-debugger-test1.cs [new file with mode: 0644]
src/mono/wasm/debugger/tests/library-dependency-debugger-test1/library-dependency-debugger-test1.csproj [new file with mode: 0644]
src/mono/wasm/debugger/tests/library-dependency-debugger-test2/library-dependency-debugger-test2.cs [new file with mode: 0644]
src/mono/wasm/debugger/tests/library-dependency-debugger-test2/library-dependency-debugger-test2.csproj [new file with mode: 0644]