RefactoringEssentials icon indicating copy to clipboard operation
RefactoringEssentials copied to clipboard

RefactoringEssentials.CSharp.CodeRefactorings.CheckArrayIndexValueCodeRefactoringProvider.ComputeRefactoringsAsync

Open default-writer opened this issue 6 years ago • 1 comments

System.ArgumentOutOfRangeException : Specified argument was out of the range of valid values.
Parameter name: index
   at Microsoft.CodeAnalysis.SeparatedSyntaxList`1.get_Item(Int32 index)
   at async RefactoringEssentials.CSharp.CodeRefactorings.CheckArrayIndexValueCodeRefactoringProvider.ComputeRefactoringsAsync(<Unknown Parameters>)
   at async Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringService.GetRefactoringFromProviderAsync(<Unknown Parameters>)

image

default-writer avatar Jul 10 '18 18:07 default-writer

I can't reproduce this. Some smaller example would be nice.

nick-morhun avatar Jul 24 '18 11:07 nick-morhun