-
-
Notifications
You must be signed in to change notification settings - Fork 689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tags not accessible for Children of Feature #507
Comments
Hi @manasacharyya25, Thanks for reporting this. Could you please post a Minimal, Complete, Verifiable example demonstrating this issue? Thanks! |
This workaround however lets me get the task done :
|
@manasacharyya25 You had always to cast the children items to |
@SabotageAndi But why is it implemented this way? Any specific reason. Btw, Thanks for the comment |
The Gherkin AST is generated from this file: https://github.com/cucumber/cucumber/blob/master/gherkin/gherkin.berp A feature has different children (FeatureHeader, Background, ScenarioDefinitions and Rules) and not everything has tags. Background as an example. |
@SabotageAndi Ok. That makes sense. Thanks :) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Tags which is a field for each Child of a Feature, is not accessible from code for C# code.
Problem with : Gherkin parser/compiler for .NET.
The text was updated successfully, but these errors were encountered: