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

Precompiled queries: use InterceptableLocation rather than InterceptsLocationAttribute when creating interceptors for operations in precompiled queries #35483

Open
maumar opened this issue Jan 15, 2025 · 0 comments

Comments

@maumar
Copy link
Contributor

maumar commented Jan 15, 2025

Currently we decorate intercepted operator methods with InterceptsLocationAttribute(string filePath, int line, int column)

This issues a warning: 'InterceptsLocationAttribute(string, int, int)' is not supported. Move to 'InterceptableLocation'-based generation of these attributes instead. (dotnet/roslyn#72133)

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

No branches or pull requests

2 participants