xunit-retry icon indicating copy to clipboard operation
xunit-retry copied to clipboard

Issue package for .Net Core

Open monsieurleberre opened this issue 5 years ago • 3 comments

Hello @giggio,

And thanks a lot for developing that library! Here at https://github.com/stratisproject we are using your code for some of our integration tests that may fail from time to time. The issue is we are developing using .Net Core and can't reference your nuget package as it only comes in net451 flavour. Would you be OK to also publish it for .Net Core or even .Net standard if you can ?

I can try to help if you need to of course, Thanks a lot!

monsieurleberre avatar Dec 21 '18 09:12 monsieurleberre

Sure, send a PR.

giggio avatar Dec 24 '18 20:12 giggio

Hello @monsieurleberre and @giggio wondering if you guys had time to work on this publish ? I have specflow 3 test where i wanted to have some retry.

TheBsal avatar Apr 18 '19 13:04 TheBsal

Hi @giggio - Is xunit retry nuget 2.0 working fine with NetCore 3.1 ?

My spec is -

NetCore 3.1 SpecflowxUnit - 3.1.97 Specflow.Tools.MsBuild.Generation Specflow 3.1.97 xunit 2.4.1 xunit.runner.visualstudio 2.4.1

I have installed xunit retry nuget 2.0.0 and added retry tags in scenario and feature files. But still the tests not gets retried even it is failed. :(

Is there any update on this issue please ?

Thanks in Advance! Elango

Elangopalakrishnan avatar Jul 12 '20 00:07 Elangopalakrishnan