Andrey Gurenkov
Andrey Gurenkov
What about this PR? I just need to disable logs, because of I use a lot of ws clients in my tests, and this provides good solution.
Hello, here is another unstable behavior using [2.9.4-preview.1](https://www.nuget.org/packages/Allure.NUnit/2.9.4-preview.1) Try this code: ``` [Test] [Repeat(5)] public void Test1() { SyncStep(); } [AllureStep("Sync step")] public object SyncStep() { return GetAsync().Result; } [AllureStep("Return...
@overlord All seems good now
Just successfully built new project with Rider 2022.3.1. Which dotnet version do you use? Try to clean up project and nuget cache folder.
The issue is in methods: `NUnit.Allure.Core.Steps.AllureStepAspect.WrapSync` and `NUnit.Allure.Core.Steps.AllureStepAspect.WrapAsync` @neparij why should it `return default(T);` in case of exception?
> @undron, thanks for attention, but there is something different happens. Example contains Xunit + SpecFlow adapter. I'll check this as soon as possible. Oh, sorry, just faced with same...