Skip to content

Analyzer Post Analysis Summary #74860

Answered by 333fred
Stekeblad asked this question in Ideas
Aug 22, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

but installing as an Visual Studio extension reports nothing in 17.11.0

We don't recommend this approach anymore. Use the nuget package.

What causes the entire compilation to be analyzed?

The fact that you asked for it. That's what CompilationEnd implies: at the end of compilation. There's no incrementality here, no way to just partially rerun. Custom state from the previous run can't be reused.

Currently the analyzer can't even find attributes with reused GUIDs if they appear next to each other without a full analysis.

You could do a SymbolEnd analysis, which could detect duplicates on the same type, but I'm really not certain that's worth it. You'll have to think about how to not …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Stekeblad
Comment options

@333fred
Comment options

Answer selected by Stekeblad
@Stekeblad
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants