We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968b7e2 commit bac5b9eCopy full SHA for bac5b9e
source/MetadataProcessor.Core/nanoAssemblyBuilder.cs
@@ -488,7 +488,7 @@ private HashSet<MetadataToken> BuildDependencyList(MetadataToken token)
488
if (!nanoTablesContext.ClassNamesToExclude.Contains(c.AttributeType.FullName) &&
489
c.AttributeType.IsToInclude())
490
{
491
- set.Add(c.AttributeType.MetadataToken);
+ set.Add(c.Constructor.MetadataToken);
492
}
493
494
0 commit comments