dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.02k stars 4.03k forks source link

[Several things] encoutered an error and has been disabled #37003

Closed vsfeedback closed 4 years ago

vsfeedback commented 5 years ago

VSF_TYPE_MARKDOWNCopy/paste this into a method in a C# project:

(object) Activator.CreateInstance(typeof(object). Make

BAMMO! CSharpSpellCheckCodeFixProvider, CSharpGenerateVariableCodeFixProvider and GenerateMethodCodeFixProvider all crash at once.

This issue has been moved from https://developercommunity.visualstudio.com/content/problem/632279/several-things-encoutered-an-error-and-has-been-di.html VSTS ticketId: 942019 These are the original issue comments:

Visual Studio Feedback System on 7/4/2019, 00:49 AM (33 hours ago):

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.

Visual Studio Feedback System on 7/5/2019, 10:15 AM (78 sec ago):

This issue is currently being investigated. Our team will get back to you if either more information is needed, a workaround is available, or the issue is resolved.

These are the original issue solutions: (no solutions)

pwx-nwein commented 5 years ago

Seems like this issue has been resolved in VS 2019 16.2 preview 4.

joshlang commented 5 years ago

Confirmed - seems good to me too. No longer having the issue.

jinujoseph commented 4 years ago

closing this issue as no repro