Jacob Reimers
Jacob Reimers
Can you please submit a failing test? I suspect the issue is related to the code you are analyzing.
Could you not submit a test like this https://github.com/jjrdk/ArchiMetrics/blob/master/ArchiMetrics.Analysis.Tests/CodeMetricsCalculatorTests.cs
No activity and not able to reproduce.
Thanks for the analysis. From what I gather the '&' causes an invalid documentation xml which causes the exception. What is your suggested behaviour in this situation?
PRs are always good, also for having something concrete to discuss. Not sure that returning null is a good fallback. There is actually some documentation content, would it not be...
That could work. Since it returns an interface, why not return a FaultMemberDocumentation instance where all the properties just return the raw documentation string?
It’s MIT license.
I guess it could be included in a Roslyn analyzer. I'd be happy to get a PR for this ;-) Just be aware that there have been a lot of...
Neither does this kind of bug report.
Thanks for finding the fix. Can I ask you to submit a pull request?