Skip to content

Add LINQ support #256

Description

@marinasundstrom
IEnumerable<int> items = [];
var query = items.Where([Throws(typeof(FormatException), typeof(OverflowException))] (x) => x == int.Parse("10"));
var r = query.First();

Features

  • LINQ operator support
  • foreach support
  • Implement your own deferred constructs that propagate exceptions

Use standards when possible

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions