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

Analyzers should be able to detect that a call is intercepted #68669

Open
RikkiGibson opened this issue Jun 16, 2023 · 0 comments
Open

Analyzers should be able to detect that a call is intercepted #68669

RikkiGibson opened this issue Jun 16, 2023 · 0 comments
Assignees
Milestone

Comments

@RikkiGibson
Copy link
Contributor

Related to #67421

We think that eventually a public API is going to be needed for analyzers to tell if a call is being intercepted. However, we currently don't know how such an API should work, and we're also not certain of how it would need to be implemented in order to have acceptable perf characteristics in the IDE.

This is something we'll want to address post-.NET 8 as we look at the reception and impact of interceptors overall and how it may move forward to being a stable feature.

@RikkiGibson RikkiGibson added this to the Compiler.Next milestone Jun 16, 2023
@RikkiGibson RikkiGibson self-assigned this Jun 16, 2023
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Analyzers untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 16, 2023
@arunchndr arunchndr removed the untriaged Issues and PRs which have not yet been triaged by a lead label Aug 3, 2023
@jaredpar jaredpar modified the milestones: Compiler.Next, Backlog Sep 12, 2023
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

4 participants
@jaredpar @RikkiGibson @arunchndr and others