We're using ReportGenerator as part of our code coverage solution in https://github.com/dotnet/coreclr and https://github.com/dotnet/corefx. As we're taking advantage of recent language features, we've recently hit an issue where ReportGenerator blows up with a stack overflow, coming from the NRefactory binaries:

I built the NRefactory DLLs from source, used those to overwrite the ones in the ReportGenerator package, and the problem went away.
Could you investigate shipping newer assemblies for NRefactory?
Thanks for a helpful tool.
Will have a look at this soon
Could you please update to this new release:
https://www.nuget.org/packages/ReportGenerator/3.0.1
I removed the processing of auto properties for OpenCover.
Coverage reports generated with newer versions of OpenCover provide the necessary information (SequencePoints).
There is no need to use NRefactory for OpenCover any more.
Excellent, thank you! We'll give it a shot.
cc: @danmosemsft
@stephentoub
Did the update work for you?
Yes this worked @danielpalme thanks!
Thanks, @danielpalme.