Skip to content

[wasm][debugger] Fix evaluate expression on VS - #75494

Merged
thaystg merged 2 commits into
dotnet:mainfrom
thaystg:fix_missing_dll
Sep 13, 2022
Merged

[wasm][debugger] Fix evaluate expression on VS#75494
thaystg merged 2 commits into
dotnet:mainfrom
thaystg:fix_missing_dll

Conversation

@thaystg

Copy link
Copy Markdown
Member

Not sure why we didn't see we were missing these dll's before.
But without them we cannot evaluate any expression on VS, we get this failure on log:
{"tag":"cdp.receive","timestamp":1663024152976,"metadata":{"connectionId":0,"message":{"id":1035,"sessionId":"4CC28B19CD7A4850DE1BE3536D15B805","error":{"message":"Could not load file or assembly 'Microsoft.CodeAnalysis.Scripting, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The system cannot find the file specified."}}},"level":0}

@lewing

Copy link
Copy Markdown
Member

/backport to release/7.0

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3041384638

@thaystg
thaystg merged commit 439d6ed into dotnet:mainSep 13, 2022
@ghostghost locked as resolved and limited conversation to collaborators Oct 13, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@thaystg@lewing@radical