You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner. It is now read-only.
'CreateChangedEventCodeRefactoringProvider' encountered an error and has been disabled.
Occurs after right-clicking on auto-implemented property in VB (VS2017 RC).
Stack Trace:
System.NullReferenceException : Object reference not set to an instance of an object.
at RefactoringEssentials.VB.CodeRefactorings.CreateChangedEventCodeRefactoringProvider.GetBackingField(SemanticModel model,PropertyBlockSyntax property)
at async RefactoringEssentials.VB.CodeRefactorings.CreateChangedEventCodeRefactoringProvider.ComputeRefactoringsAsync(<Unknown Parameters>)
at async Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringService.GetRefactoringFromProviderAsync(<Unknown Parameters>)
The text was updated successfully, but these errors were encountered:
Yes, it is. I have the same problem in VS2017 RTM when typing the keyword 'Property' and something, and wait less than 1 second. This problem occurs when I do this, always.
May be it's just a bug. But it's really annoying.
'CreateChangedEventCodeRefactoringProvider' encountered an error and has been disabled.
Occurs after right-clicking on auto-implemented property in VB (VS2017 RC).
Stack Trace:
The text was updated successfully, but these errors were encountered: