Add change note

This commit is contained in:
Tamas Vajk
2023-05-30 12:00:31 +02:00
parent 918cfd6f44
commit 138bfad3d0

View File

@@ -0,0 +1,4 @@
---
category: majorAnalysis
---
* The extractor has been changed to run after the traced compiler call. This allows inspecting compiler generated files, such as the output of source generators. With this change, `.cshtml` files and their generated `.cshtml.g.cs` counterparts are extracted on dotnet 6 and above.