Marco Rossignoli
Marco Rossignoli
Thanks for reporting this
> collecting coverage from .NET Framework projects is not possible Clarification, it's possible for .NET Framework project only changing the debugging information to portable pdb 
Unfortunately we cannot do that, in origin coverlet was released with 3 different version, one version for every driver: .NET Tool msbuild integration collectors integrations So historically we released 3...
Which report generator are you using? Can you attach an image?
Usually the reports are not intended to be manually read, but as input for reports generator tool like https://danielpalme.github.io/ReportGenerator/ The name of object/members are simple standard `ToString()` that these tool...
Oh I see what you mean, I apologize. Need some help from my friend @danielpalme 😄 , Daniel do you have any concern about generics signature update in reports? You've...
> Having the same issue with private nested classes in C#. For example we have some DebuggerTypeProxy related classes that we annotate with ExcludeFromCodeCoverage, but it is not actually excluded....
AppStore app dlls resolution is different for security reason and cannot go out “system” folders. This is the reason why covrun is not found using PATH and the search stops...
This projects shouldn't really die
@mjsabby i'm not a Roslyn expert yet, but as @jlennox i could help in my spare time, let me know. Thank's for great work!With span revolution advices will be very...