You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the docs Returning Data via await | Extensibility | Assertions you should wrap your implementation of the BaseAssertCondition<TActual> class within an instance of MappableResultAssertionBuilder<,,> (or possibly MappableResultAssertionBuilder<,> depending on the context). However, that's not possible as the constructors for those types are internal and not public preventing third-parties from actually doing that step.
As per the docs Returning Data via await | Extensibility | Assertions you should wrap your implementation of the
BaseAssertCondition<TActual>class within an instance ofMappableResultAssertionBuilder<,,>(or possiblyMappableResultAssertionBuilder<,>depending on the context). However, that's not possible as the constructors for those types areinternaland notpublicpreventing third-parties from actually doing that step.