Skip to content

Commit fecb4df

Browse files
refactor(generator): disable TypeCollectionReportGenerator
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f815a1c commit fecb4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nino.Generator/TypeCollectionReportGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace Nino.Generator;
3030
/// - Tier 1: Per-item cached (no Collect) - maximum incrementality
3131
/// - Tier 2: Collect required for deduplication (same type from multiple sources)
3232
/// </summary>
33-
[Generator(LanguageNames.CSharp)]
33+
// [Generator(LanguageNames.CSharp)] // Disabled: not yet needed, re-enable when ready
3434
public class TypeCollectionReportGenerator : IIncrementalGenerator
3535
{
3636
private const string NinoTypeAttributeName = "NinoTypeAttribute";

0 commit comments

Comments
 (0)