Gilmar Sales

Results 9 comments of Gilmar Sales

Someone to merge this? @pieceofsummer @odinserj

**Configure** method doesn't allow access to the IHost instance like the **BuildHost** method for the **CreateHostBuilder**, this could help if thirdparty libraries uses the **IHost** instead of the **IServiceProvider**

In 10.x with xUnit 3, I can't run in parallel too, there's any updates?

> > In 10.x with xUnit 3, I can't run in parallel too, there's any updates? > > [@gilmar-sales](https://github.com/gilmar-sales) Try [10.4.1](https://www.nuget.org/packages/Xunit.DependencyInjection/10.4.1) I've figured out what's going on, my tests are...

I've created a test case to verify this behaviour: https://github.com/gilmar-sales/Xunit.DependencyInjection/commit/f3248c9b13950410423623cdc480ba83fb3c75e3

Tested 10.4.2 and worked to both cases, limiting max parallel threads and full parallelization

I'll finish this PR by refactoring the `meta` computed that is spending so much time with large data sets, I'm thinking in remove the computed **up-bottom** strategy and do **bottom-up...

> [@tiesont](https://github.com/tiesont), > > It's not just about compatibility with the latest version of .NET – I assume that it also has to be kept in sync with the Hangfire...