-
Notifications
You must be signed in to change notification settings - Fork 14
Breaking changes in v2
Lucas Loegel edited this page May 29, 2019
·
3 revisions
This page describes the breaking changes in v2. (See issues).
-
ITarget.ResoveAllFor
renamed toITarget.ResolveAllFor
- Signature of
ITarget.ResolveFor(IWebDriver)
changed to andITarget.ResolveFor(ISearchContext)
- Signature of
ITarget.ResolveAllFor(IWebDriver)
changed to andITarget.ResolveAllFor(ISearchContext)
- Class
ActionUnit
renamed toActionBaseUnit
- Class
Action
renamed toActionBase
- Class
Question
renamed toQuestionBase
- Invert order of generic parameters of interface
IQuestion<out TAnswer, in TAbility>
toIQuestion<in TAbility, out TAnswer>
-
SelectMany
* classes were made internal -
IVerifies.Then
method takes aFunc<TAnswer, TResult> verifyAction
instead of aAction<TAnswer> verifyAction
- Methods that were marked as Obsolete are now removed
- Tranquire package supports only .NET standard 2.0
- Tranquire.Selenium package supports only .NET standard 2.0
- Tranquire.NUnit package supports only .NET standard 2.0