You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: