Hello, Currently there is no special option for ignoring lambda-expressions. But you can try to specify an exclude filter (dotCover -> Edit Coverage Filters) for functions with a mask which matches real function names generated by compiler for lambdas. Something like "<*>b_*"
Hello,
Currently there is no special option for ignoring lambda-expressions.
But you can try to specify an exclude filter (dotCover -> Edit Coverage Filters) for functions with a mask which matches real function names generated by compiler for lambdas.
Something like "<*>b_*"