Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wasm] [debugger] Evaluation of methods on enums #69299

Closed
Tracked by #90587
ilonatommy opened this issue May 13, 2022 · 1 comment · Fixed by #92263
Closed
Tracked by #90587

[wasm] [debugger] Evaluation of methods on enums #69299

ilonatommy opened this issue May 13, 2022 · 1 comment · Fixed by #92263
Assignees
Labels
arch-wasm WebAssembly architecture area-Debugger-mono
Milestone

Comments

@ilonatommy
Copy link
Member

Fix evaluation of:

localEnum.toString(), and test.propEnum.ToString()
and other possible methods called on valueType:enum.

Suggested here: #66654 (comment)

@ghost ghost added the untriaged New issue has not been triaged by the area owner label May 13, 2022
@ilonatommy ilonatommy added arch-wasm WebAssembly architecture area-Debugger-mono labels May 13, 2022
@ghost
Copy link

ghost commented May 13, 2022

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Fix evaluation of:

localEnum.toString(), and test.propEnum.ToString()
and other possible methods called on valueType:enum.

Suggested here: #66654 (comment)

Author: ilonatommy
Assignees: -
Labels:

arch-wasm, untriaged, area-Debugger-mono

Milestone: -

@ilonatommy ilonatommy self-assigned this May 13, 2022
@ilonatommy ilonatommy removed the untriaged New issue has not been triaged by the area owner label May 13, 2022
@dotnet dotnet deleted a comment from dotnet-issue-labeler bot May 13, 2022
@thaystg thaystg added this to the 8.0.0 milestone Jul 5, 2022
@lewing lewing modified the milestones: 8.0.0, 9.0.0 Jul 10, 2023
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Sep 19, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Sep 21, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Oct 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Debugger-mono
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants