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

Framework for analysis of specific semantic targets #12

Open
sharwell opened this issue Nov 17, 2014 · 1 comment
Open

Framework for analysis of specific semantic targets #12

sharwell opened this issue Nov 17, 2014 · 1 comment

Comments

@sharwell
Copy link
Member

Several proposals seem to target semantic analysis of specific methods, types, or properties (e.g. #1, #6, #9, #10). It might be possible to provide a common library which optimizes the detection of desired code elements for multiple analyzers and correctly dispatches calls to the analyzers.

The concept is similar to the way syntax analyzers can register for handling specific syntax trees.

Note: This is a non-trivial proposal due to the importance of avoiding breaking changes over time.

@sharwell sharwell changed the title Framework for analysis of specific target methods Framework for analysis of specific semantic targets Nov 17, 2014
@AdamSpeight2008
Copy link

Note: String Format Diagnostic targets CA2241

It doesn't also target String.Format, that's where the analyser started as a proof of concept, but aims to target the Format methods. Eg DateTime.TryParse

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

No branches or pull requests

2 participants