GHPReporter / Ghpr.NUnit

Adapter for NUnit 3 (generate HTML report for NUnit 3)
http://ghpreporter.github.io/
MIT License
35 stars 14 forks source link

[Feature] Support .net core 2.0 #42

Closed elv1s42 closed 4 years ago

elv1s42 commented 6 years ago

add new target

elv1s42 commented 6 years ago

related to https://github.com/GHPReporter/Ghpr.Core/issues/54

mcopjan commented 5 years ago

Hi @elv1s42, when are you planning to roll this out please? We would like to use this tool to create Nunit reports but out test project is build on .netCore 2.2 and we are using https://github.com/nunit/docs/wiki/NUnitLite-Runner to execute our tests (hence there is no .addins file etc.).

elv1s42 commented 5 years ago

Hi @mcopjan !

Yes, this one is in progress. At the moment I have .Core version of the Ghpr NuGet package (not published yet), but there may be some issues with the way Ghpr package will be discovered by NUnit Engine. You check another thread for more details here: https://github.com/nunit/nunit-console/issues/487#issuecomment-511121027

For now I don't have much time to investigate this deeper, so most likely I'll publish the existing Ghpr code with .Core target framework and try to fix possible issues in the next release.

Thank you

elv1s42 commented 4 years ago

Done