Fred Silberberg
Fred Silberberg
Seems to happen most frequently after adding a new test and hitting refresh in the test explorer, so maybe it's devkit, not the C# extension?
Thanks @DoctorKrolic!
@cston moving this to roslyn because it seems like a bug, not a feature request. Was it intentional?
I'll let @AlekseyTs chime in as well, but I don't believe that we should be reusing `IArrayCreationOperation` here. I don't really buy the argument that `stackalloc` will want to be...
@B1Z0N the original poster didn't update their post to address our feedback to have a dedicated node be the regular proposal. If you want to open a new proposal addressing...
It will also need to be more complete, and show how to handle initializers and dimensions. I get that that's why the original request reused ArrayCreation, but they're not really...
I'm converting this to a draft PR. When the public apis have gone through the review process, or are removed, this can be republished.
> PS: I simplified the issue scheme because it's far too simple of a change. What do you think? @B1Z0N could you please fill out the entire template? Every change...
@CyrusNajmabadi we have extension methods for getting C# and VB specific conversions off an `IConversionOperation`; do you want to propose similar extensions for getting language-specific deconstruction info?
### API Review * Could we just have the extension method? * Wouldn't work well. The pain point is that we have to do language-specifics * Names look good and...