EnC - Support record structs#52989
Conversation
src/EditorFeatures/CSharpTest/EditAndContinue/TopLevelEditingTests.cs
Outdated
Show resolved
Hide resolved
This issue is already closed (it was for records) - probably there is another issue for record structs? |
Thanks, bad copy-paste :) |
|
We should test that adding fields to record struct reports |
|
Are there any differences in synthesized members between records and record structs? |
PrintMembers has different visibility, and there is no |
|
@tmat is there anything else for this? any other tests you think are important? |
|
One more thing we might want to test is changing |
|
We do, but I'll add a test anyway. |
|
Thanks! |
Fixes #51200
Thank you @jcouv for making this really straightforward 😀