Manish Vasani

Results 95 comments of Manish Vasani

@sharwell @jmarolf Can one of you transfer this issue to roslyn-sdk repo?

> @mavasani Should #63580 wait until this PR is merged, and move the implementation to an analyzer? I'll let @dibarbet make that call. I am personally fine if we want...

I investigated this a bit and see that the behavior is controlled by the platform side. It queries for a help link, and if available and non-null it navigates to...

Yes, I believe the same race condition as https://github.com/dotnet/roslyn/issues/62479

@CyrusNajmabadi Currently, only an analyzer controls whether or not it runs on generated code. Most of the analyzers that opt-out of generated code analysis do so to reduce noise for...

@sharwell is going to follow up with @stephentoub on couple of suggestions he has to enable this testing without requiring a new analyzer feature.

Seems to be a duplicate of https://github.com/dotnet/roslyn/issues/57814. @Youssef1313 has a PR out for fixing it.

@marek-safar Next 17.4 public preview of VS2022 should have the fix: https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes-preview. It should hopefully be released in first/second week of November.