Giter Site home page Giter Site logo

Comments (2)

procudin avatar procudin commented on June 22, 2024

Hi!
AsCatchable moves IEnumerable to catchable context (returns object of ICatchableEnumerable). I've implemented some linq overloads (now Select, SelectMany and Where only), which works with this interface and also retuns ICatchableEnumerable. Finaly you can use Catch method, which also works with ICatchableEnumerable only.

I've created small examle: https://dotnetfiddle.net/8a559C . If you still have any troubles, you can also create your example and paste here.

There is existed bug with intellisense, that i've found while creating this example. It's about incorrect linq operation suggestion. When i'm trying to write ".Select" it's suggedted me default IEnumerable extention except of ICatchableEnumerable. But after completion of method creating, it's displayed my method.

from catchable-enumerable.

procudin avatar procudin commented on June 22, 2024

I've just added some examples to readme

from catchable-enumerable.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.