Cédric Luthi
Cédric Luthi
When using the ASP.NET Core Hangfire integration, i.e. `services.AddHangfire(...)` the `JobStorage.Current` static property may never be assigned through the application lifetime as it's injected. We can get rid of `JobStorage.Current`...
* Upgrade projects to the new "SDK style" csproj format * Remove the packages directory and packages.config file * Remove `AssemblyInfo.cs` files (replaced with equivalent csproj properties) * Remove `*.vsmdi`...
This is a followup to #1509 which was closed on the ground that the new `UseJobDetailsRenderer` method could be used. While technically possible to achieve (see https://github.com/0xced/Hangfire.TidyDashboard) it's a **lot**...
The iPhone Wiki changed its html again, this should properly retrieve all the keys.
## What does this PR do? This pull request introduces a new global (static) timeout setting for wait strategies: `TestcontainersSettings.WaitTimeout`. ## Why is it important? Before this pull request there...
## What does this PR do? This pull request introduces a new `Testcontainers.Xunit` NuGet package. It provides two main classes to simplify working with Testcontainers within xUnit.net tests. * `ContainerTest`...
This was introduced in d0481de8141016a03c7d58403633cedc01cf907f (port for .NET Core) but is actually not required for ShellProgressBar to work.
Everything is now truly async, no more fake `Task.Factory.StartNew` async.