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
CodeDocumentor: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at CodeDocumentor.Helper.CommentHelper.<>c.b__6_0(List1 parts) in D:\a\CodeDocumentor\CodeDocumentor\CodeDocumentor\Helper\CommentHelper.cs:line 246 at CodeDocumentor.Helper.CommentHelper.TryInsertTheWord(List1 parts, Action1 customInsertCallback) in D:\a\CodeDocumentor\CodeDocumentor\CodeDocumentor\Helper\CommentHelper.cs:line 464 at CodeDocumentor.Helper.CommentHelper.CreateParameterComment(ParameterSyntax parameter) in D:\a\CodeDocumentor\CodeDocumentor\CodeDocumentor\Helper\CommentHelper.cs:line 241 at CodeDocumentor.Builders.DocumentationBuilder.WithParameters(BaseMethodDeclarationSyntax declarationSyntax) in D:\a\CodeDocumentor\CodeDocumentor\CodeDocumentor\Builders\DocumentationBuilder.cs:line 63 at CodeDocumentor.MethodCodeFixProvider.CreateDocumentationCommentTriviaSyntax(MethodDeclarationSyntax declarationSyntax) in D:\a\CodeDocumentor\CodeDocumentor\CodeDocumentor\Analyzers\Methods\MethodCodeFixProvider.cs:line 122 at CodeDocumentor.MethodCodeFixProvider.BuildNewDeclaration(MethodDeclarationSyntax declarationSyntax) in D:\a\CodeDocumentor\CodeDocumentor\CodeDocumentor\Analyzers\Methods\MethodCodeFixProvider.cs:line 110 at CodeDocumentor.MethodCodeFixProvider.<>c__DisplayClass6_0.<BuildComments>b__1() in D:\a\CodeDocumentor\CodeDocumentor\CodeDocumentor\Analyzers\Methods\MethodCodeFixProvider.cs:line 90 at CodeDocumentor.Helper.TryHelper.Try(Action action, Action1 exceptionCallback, Boolean reThrow, Int32 eventId, Int16 category) in D:\a\CodeDocumentor\CodeDocumentor\CodeDocumentor\Helper\TryHelper.cs:line 12
The text was updated successfully, but these errors were encountered:
CodeDocumentor: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at CodeDocumentor.Helper.CommentHelper.<>c.b__6_0(List
1 parts) in D:\a\CodeDocumentor\CodeDocumentor\CodeDocumentor\Helper\CommentHelper.cs:line 246 at CodeDocumentor.Helper.CommentHelper.TryInsertTheWord(List
1 parts, Action1 customInsertCallback) in D:\a\CodeDocumentor\CodeDocumentor\CodeDocumentor\Helper\CommentHelper.cs:line 464 at CodeDocumentor.Helper.CommentHelper.CreateParameterComment(ParameterSyntax parameter) in D:\a\CodeDocumentor\CodeDocumentor\CodeDocumentor\Helper\CommentHelper.cs:line 241 at CodeDocumentor.Builders.DocumentationBuilder.WithParameters(BaseMethodDeclarationSyntax declarationSyntax) in D:\a\CodeDocumentor\CodeDocumentor\CodeDocumentor\Builders\DocumentationBuilder.cs:line 63 at CodeDocumentor.MethodCodeFixProvider.CreateDocumentationCommentTriviaSyntax(MethodDeclarationSyntax declarationSyntax) in D:\a\CodeDocumentor\CodeDocumentor\CodeDocumentor\Analyzers\Methods\MethodCodeFixProvider.cs:line 122 at CodeDocumentor.MethodCodeFixProvider.BuildNewDeclaration(MethodDeclarationSyntax declarationSyntax) in D:\a\CodeDocumentor\CodeDocumentor\CodeDocumentor\Analyzers\Methods\MethodCodeFixProvider.cs:line 110 at CodeDocumentor.MethodCodeFixProvider.<>c__DisplayClass6_0.<BuildComments>b__1() in D:\a\CodeDocumentor\CodeDocumentor\CodeDocumentor\Analyzers\Methods\MethodCodeFixProvider.cs:line 90 at CodeDocumentor.Helper.TryHelper.Try(Action action, Action
1 exceptionCallback, Boolean reThrow, Int32 eventId, Int16 category) in D:\a\CodeDocumentor\CodeDocumentor\CodeDocumentor\Helper\TryHelper.cs:line 12The text was updated successfully, but these errors were encountered: