Quick one - I excluded from code coverage code decorated with CompileGenerated attribute. Wrong!

While for lambdas it sometimes may proove useful, it also elliminates code executed with async/await keywords. These generates state machine classes generated by the compiler which are also decorated with this attribute making my code dissapear from coverage.

I retracted that exclusion. Lucky that it didn’t affect results to much.