tkeerthivel

Results 4 comments of tkeerthivel

@neparij I'm facing the same issue with XUnit. In XUnit we use constructors for one time setup. In my scenario, I am not able to use Steps inside the constructor....

@pengweiqhca I use this package in our framework. But now, I also want to use `AssemblyFixture`, which requires declaring custom framework as mentioned here - https://github.com/xunit/samples.xunit/blob/main/AssemblyFixtureExample/Samples.cs. Is there any way...

@pengweiqhca It needed to work with `IAsyncLifeTime` and after some research in https://github.com/pengweiqhca/Xunit.DependencyInjection/issues/67 I found about `IHostedService` which exactly solves my requirement. Thank you. Appreciate your support.

Team, any timeline on this? Still not able to use Allure reports with Xunit dependency injection. Please look into this.