C#: Add change note for attribute extraction refactoring

This commit is contained in:
Tamas Vajk
2020-10-21 10:49:16 +02:00
parent ba730b6f02
commit 4d6ccb1ef4

View File

@@ -0,0 +1,5 @@
lgtm,codescanning
* Attribute extraction has been extended to extract attributes not only from source
code, but from referenced assemblies too. This change may lead to more results in
queries that rely on attributes. Note that, as more attributes might be extracted,
the DB size might increase.