postsharp / Metalama

Metalama is a Roslyn-based meta-programming framework. Use this repo to report bugs or ask questions.
174 stars 5 forks source link

Bug: Aspect Explorer not seeing fabric-applied aspect #341

Open WhitWaldo opened 1 month ago

WhitWaldo commented 1 month ago

I've got a fabric applying an aspect to the class shown below. The aspect shows up in Intellisense and I can see the applied aspect output when viewing the Metalama diff or from the "Preview Transformed Code" from the Intellisense aspect, but the Aspect Explorer doesn't see it at all.

image

Using VS Professional 2022 17.10.4 with the VS Metalama tools 2024.2.15.0

svick commented 1 month ago

I can't reproduce this using a simple fabric adding a type aspect.

Can you provide logs for the RoslynCodeAnalysisService and DevEnv processes (including setting trace to true) when this happens?

Thanks.