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 was archived by the owner on Apr 30, 2020. It is now read-only.
I get this exception with all projects that I tried (targeting .NET 4.0; translated from German into English) to create a documentation for:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at SharpDox.Build.Roslyn.Parser.ProjectParser.SeeParser.ResolveAllSeeTokens()
at SharpDox.Build.Roslyn.RoslynParser.ResolveSeeTokens(ParserOptions parserOptions)
at SharpDox.Build.Roslyn.RoslynParser.GetParsedSolution(String solutionFile, ICoreConfigSection sharpDoxConfig, Dictionary`2 tokens, Boolean parseMethodCalls)
at SharpDox.Build.Context.Step.StructeParseCodeStep.RunStep(SDProject sdProject)
at `SharpDox.Build.Context.BuildContext.StartBuild()
I've noticed that this happens when it processes the .NET 4.0 components. The projects themselves seem to be completely fine. I also tried several builds linked in other/similar issues that I found here on GitHub. Unfortunately, none of them worked neither.
Hi,
I get this exception with all projects that I tried (targeting .NET 4.0; translated from German into English) to create a documentation for:
I've noticed that this happens when it processes the .NET 4.0 components. The projects themselves seem to be completely fine. I also tried several builds linked in other/similar issues that I found here on GitHub. Unfortunately, none of them worked neither.
Best,
Dominic