I was doing a search and replace in the Entire Solution
Here is the call stack
C#System.NullReferenceException : Object reference not set to an instance of an object.
at System.Collections.Generic.Dictionary`2.Insert(TKey key,TValue value,Boolean add)
at DevExpress.CodeRush.Foundation.DefaultProviderServices`1.GetProvider(String providerName,String language)
at DevExpress.CodeRush.Foundation.Strings.StringProviderServices.GetString(String providerName,IProviderContext context,String parameters)
at DevExpress.CodeRush.Foundation.Strings.StringProviders.Expand(HashSet`1 expansionSet,IStringProviderServices stringProviders,IProviderContext context,String expansion)
at DevExpress.CodeRush.Foundation.Strings.StringProviders.ExpandWithRecursionCheck(HashSet`1 expansionSet,IStringProviderServices stringProviders,IProviderContext context,String expansion)
at DevExpress.CodeRush.Foundation.Strings.StringProviderServices.Expand(IProviderContext context,String expansion)
at DevExpress.CodeRush.Foundation.TextCommands.TextExpansionEngine.ExpandStringProviders(IExpansionContext context,String expansion)
at DevExpress.CodeRush.Foundation.TextCommands.TextExpansionEngine.ExpandStringProviders(IExpansionContext context,TextExpansionInfo info)
at DevExpress.CodeRush.Foundation.Templates.TemplateEngine.GetTemplateExpansion(IExpansionContext expansionContext,TemplateInfo templateInfo,String language)
at DevExpress.CodeRush.Features.VisualBasic.Refactorings.AddCopyrightHeaderRefactoring.GetCopyrightTemplateExpansion(RefactoringContext context)
at async DevExpress.CodeRush.Features.VisualBasic.Refactorings.AddCopyrightHeaderRefactoring.RefactoringIsAvailable(<Unknown Parameters>)
at async DevExpress.CodeAnalysis.Refactorings.RefactoringProvider.GetAvailableRefactorings(<Unknown Parameters>)
at async DevExpress.CodeAnalysis.Refactorings.RefactoringProvider.ComputeRefactoringsAsync(<Unknown Parameters>)
at async Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringService.GetRefactoringFromProviderAsync(<Unknown Parameters>)
Hi Brien,
Thanks for the call stack.
I have reproduced this problem locally. Please give us some time to research the issue in detail.