We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f815a1c commit fecb4dfCopy full SHA for fecb4df
src/Nino.Generator/TypeCollectionReportGenerator.cs
@@ -30,7 +30,7 @@ namespace Nino.Generator;
30
/// - Tier 1: Per-item cached (no Collect) - maximum incrementality
31
/// - Tier 2: Collect required for deduplication (same type from multiple sources)
32
/// </summary>
33
-[Generator(LanguageNames.CSharp)]
+// [Generator(LanguageNames.CSharp)] // Disabled: not yet needed, re-enable when ready
34
public class TypeCollectionReportGenerator : IIncrementalGenerator
35
{
36
private const string NinoTypeAttributeName = "NinoTypeAttribute";
0 commit comments