-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Pretty printing extensible model. #6887
Comments
Presently, csi uses |
|
|
Specifying user-defined analyzers at compile-time seems like an analogous problem. I'll investigate how those are picked up and maybe we can do the same thing with "formatter" assemblies. |
Analyzers are tagged with an attribute and then discovered using a |
I think we're going to start with a simpler model where the host object has a read-write |
We scaled this back to user configurability in 1.2. A potential API is in place but is currently internal. |
Add better stack trace printing support as an example using the extensibility
The text was updated successfully, but these errors were encountered: