Skip to content
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

[CSharp] cannot parse open telemetry demo ValkeyCartStore.cs #4298

Open
talwgx opened this issue Oct 31, 2024 · 0 comments
Open

[CSharp] cannot parse open telemetry demo ValkeyCartStore.cs #4298

talwgx opened this issue Oct 31, 2024 · 0 comments

Comments

@talwgx
Copy link

talwgx commented Oct 31, 2024

The CSharp grammar fails to parse:

https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/cartservice/src/cartstore/ValkeyCartStore.cs

This is due to lines 11 and 22 using newer language constructs (namespace and new(); ). Even though the grammar states it only supports C# up to v6.0 it'll be great if those constructs are supported or even ignored as otherwise parsing of the entire file fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant