Gáspár Nagy

Results 329 comments of Gáspár Nagy

@jdb0123 Thx for considering this. I'm absolutely understand the frustration you might have with the incorrect detection of regexes, but I'm not sure we should introduce a config setting to...

I have made some tests with an alternative solution. If you update to Reqnroll v2.0.0, you can add a simple in-project plugin to your solution where you can reconfigure the...

@jdb0123 Super. Thx for the feedback. I keep this open for myself as a reminder to add this to the docs, but I will close it after.

Workaround documented at https://docs.reqnroll.net/latest/guides/how-to-configure-cucumber-expression-behavior.html

I have just payed with the https://marketplace.visualstudio.com/items?itemName=robocorp.robotframework-lsp extension for Robot Framework. They integrate with the tests tab of vscode... pretty nice. ![image](https://user-images.githubusercontent.com/144701/174065410-35d571a3-ce75-47e3-a66f-5846d21beefd.png)

> Build is failing b/c I have a private build of Cucumber Messages nuget package. When the next release of that comes out, I will patch up the nuget references...

In order to fix the System.Text.Json loading problem I have found a fix: We need to ensure that the necessary System.Text.Json related assemblies are packaged with our generator, so that...

@clrudolphi while working on the diagnosis of this, I noticed that there is now a generic catch in `UnitTestFeatureGenerator.PersistStaticCucumberMessagesToFeatureInfo` (line 247) that hides different assembly loading issues (e.g. if a...

> @gasparnagy What changes introduced by Messages causes problems with the Specsync plugin? The extra parameter in the generated methods. The SpecSync plugin needs to make a wrapper method for...