vkhorikov / CSharpFunctionalExtensions

Functional extensions for C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method 'CSharpFunctionalExtensions.AsyncResultExtensionsBothOperands.Tap<T>' is obsolete: Use Check() instead.

nabenzine opened this issue · comments

In documentation of projet there is several mentions of Tap operator, and none about Check operator.

But IDE keep saying that Tap is obsolete, I checked in the source code, and indeed it is.

May be documentation should be updated to match obsolete methods.

Thank you for your incredible work !

Documentation remains a big underdeveloped area. I plan to create a separate website with details docs and examples.