This commit is contained in:
melekhin
2026-05-29 16:45:24 +07:00
parent 7ebbeb7855
commit ba77411c4a
31 changed files with 2544 additions and 345 deletions

View File

@@ -16,7 +16,7 @@ internal class CollectionsOperatorsGenerator : IIncrementalGenerator
private const string AttributeSource = @"namespace QWERTYkez.Mensura;
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
[System.AttributeUsage(System.AttributeTargets.Struct | System.AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
internal sealed class CollectionsOperatorsGeneratorAttribute : System.Attribute { }";
public void Initialize(IncrementalGeneratorInitializationContext context)