Kluiver

Results 1 comments of Kluiver

![image](https://user-images.githubusercontent.com/18033412/129345930-cf37cafb-d15b-41db-b549-c1b5e2477096.png) Had same problem, AllureLifecycle.Instance.AddAttachment worked until an await statement was used in the nunit test (async nunit test). As suggested above, replacing ThreadLocal by AsyncLocal solved the problem. (in...