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

Support use of TagWith in EntityFramework #2564

Open
stevejgordon opened this issue Mar 5, 2025 · 0 comments
Open

Support use of TagWith in EntityFramework #2564

stevejgordon opened this issue Mar 5, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@stevejgordon
Copy link
Contributor

In EF, the TagWith API lets users tag queries with information that is then included in the generated SQL statement.

Our SignatureParser.Parse method doesn't support tags, so they are trimmed as '-- in the span name.

We can review the work required to trim tags from the statement before we attempt to match the first "real" token with the SQL operation.

@stevejgordon stevejgordon added the enhancement New feature or request label Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant