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
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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: