Reqnroll v2.3.0 released - many improvements and fixes, Reqnroll.Assist.Dynamic ported #448
gasparnagy
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release link: https://github.com/reqnroll/Reqnroll/releases/tag/v2.3.0
Improvements:
ObjectContainer.IsRegistered()
to check base container for registrations, to matchResolve()
behavior (Update behavior ofObjectContainer.IsRegistered()
to check base container for registrations #367)ObjectContainer.DefaultConcurrentObjectResolutionTimeout
even after creation of the container (ObjectContainer.DefaultConcurrentObjectResolutionTimeout is not being honored when using the Reqnroll.Microsoft.Extensions.DependencyInjection package. #435)ReqnrollLogger
class to the Reqnroll MSDI plugin based on the work of @StefH at https://github.com/StefH/Stef.Extensions.SpecFlow.Logging (Add Reqnroll.Microsoft.Extensions.Logging.ReqnrollPlugin #321)Bug fixes:
Specflow.Internal.Json
is used. Relpaced withSystem.Text.Json
. The dependency was used for laodingreqnroll.json
, for Visual Studio integration and for telemetry. (Replace Specflow.Internal.Json with System.Text.Json #373)ConcurrentObjectResolutionTimeout
value on theObjectContainer
toTimeSpan.Zero
sometimes throws an exception if running multiple tests in parallel. (Attempting to set theConcurrentObjectResolutionTimeout
value on theObjectContainer
toTimeSpan.Zero
sometimes throws an exception if running multiple tests in parallel. #440)Contributors of this release (in alphabetical order): @Antwane, @clrudolphi, @gasparnagy, @obligaron, @olegKoshmeliuk, @SeanKilleen, @StefH
Beta Was this translation helpful? Give feedback.
All reactions