benaadams / Ben.Demystifier

High performance understanding for stack traces (Make error logs more productive)
Apache License 2.0
2.76k stars 118 forks source link

Fixed async lambdas #72 #97

Closed samtrion closed 3 years ago

samtrion commented 4 years ago

The type.IsDefined(typeof(CompilerGeneratedAttribute)) check removed, since it led to the exclusion of async lambdas.

Resolves https://github.com/benaadams/Ben.Demystifier/issues/72

samtrion commented 4 years ago

Okay, that's really Strange! AppVeyor is missing a complete partial string.

samtrion commented 4 years ago

Any idea what the difference is between Func<T> and Action within the AppVoyer environment?

samtrion commented 3 years ago

@benaadams - Could you consider this PR too?

benaadams commented 3 years ago

Could you rebase; to retrigger CI?

samtrion commented 3 years ago

Rebased

benaadams commented 3 years ago

Thank you!