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
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.
The text was updated successfully, but these errors were encountered:
sharwell
changed the title
Framework for analysis of specific target methods
Framework for analysis of specific semantic targets
Nov 17, 2014
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
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.
The text was updated successfully, but these errors were encountered: