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 3663a4d commit d86b454Copy full SHA for d86b454
src/DependencyInjection/IncrementalGenerator.cs
@@ -124,7 +124,8 @@ bool IsExport(AttributeData attr)
124
var attrName = attr.AttributeClass?.ToDisplayString(SymbolDisplayFormat.FullyQualifiedFormat);
125
return attrName == "global::System.Composition.ExportAttribute" ||
126
attrName == "global::System.ComponentModel.Composition.ExportAttribute";
127
- };
+ }
128
+ ;
129
130
// NOTE: we recognize the attribute by name, not precise type. This makes the generator
131
// more flexible and avoids requiring any sort of run-time dependency.
0 commit comments