-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
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