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...
@dkatzan Hi! Could you run `MyLocalTon` in docker for a long time? I am trying to do the same thing right now and am having problems with block generation. After...
Can you try to wait at least 600 blocks? Will it still work?
Nevermind, I have the same problem on the local machine, despite of Docker
The last one, v111, but on v110 there was the same result. Anyway, on Windows it pass more than 1200 blocks without any issues.