Gáspár Nagy
Gáspár Nagy
> If we were to update the dependencies to the latest versions that requirement drops as well. Good news. We can upgrade then to the latest Verify once we get...
@maoso If you open the VS extension log file in `C:\Users\\AppData\Local\Reqnroll` you will find lines like ``` 2024-02-28T16:41:42.323+01:00, Verbose@425, RunDiscovery: C:\Temp\ReqnrollTest\ReqnrollProject4\ReqnrollProject4\bin\Debug\net6.0>C:\Program Files\dotnet\dotnet.exe exec C:\Users\gaspar\AppData\Local\Microsoft\VisualStudio\17.0_921b0c10\Extensions\dqgyecy1.ey0\Connectors\Reqnroll-Generic-net6.0\reqnroll-vs.dll discovery C:\Temp\ReqnrollTest\ReqnrollProject4\ReqnrollProject4\bin\Debug\net6.0\ReqnrollProject4.dll ``` Try to run...
Thx for the input @lms-swhite. I will check.
@obligaron Thx. I will check the permission issue. I need a bit more time to make a proper review of this, but have three questions/notes that we can start thinking...
Thx. Super. > Can you elaborate? The ClassInitializeAttribute (BeforeFeature) and ClassCleanupAttribute (AfterFeature) are only allowed on static Methods. So to share state between these methods and to give the state...
@Code-Grump Thx for the useful insight. That is another topic that we should have a discussion about. I tell you how it is intended to work currently: - Reqnroll somehow...
@Code-Grump @obligaron I had time to review a bit deeper the current before/after feature implementation and you are right. Actually that code that automatically triggers before/after feature without the need...
The PR #277 is a continuation/replacement of this, so I am closing this one.
This would not be impossible (at least in the .NET version), because the parser anyway collects the errors in a collection and only throws an exception at the end of...
Yes, this seem to be disallowed by the grammar. I don't know whether this was intentional though. https://github.com/cucumber/cucumber/blob/master/gherkin/gherkin.berp#L37 ``` FeatureHeader! := #Language? Tags? #FeatureLine DescriptionHelper ... DescriptionHelper := #Empty* Description?...