Reportgenerator: Update NRefactory DLLs to latest build from source?

Created on 5 Oct 2017  路  6Comments  路  Source: danielpalme/ReportGenerator

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:
image
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.

bug

All 6 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yuichi-github picture yuichi-github  路  4Comments

Thilas picture Thilas  路  4Comments

jpedretti-ciandt picture jpedretti-ciandt  路  3Comments

daniel-white picture daniel-white  路  3Comments

diegoibellini picture diegoibellini  路  7Comments