This commit is contained in:
melekhin
2026-05-28 16:44:39 +07:00
parent d6bb2ff84b
commit ca673c737d
8 changed files with 1504 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ public class UnitOperatorsGenerator : IIncrementalGenerator
context.RegisterPostInitializationOutput(ctx =>
{
ctx.AddSource("UnitOperatorsGeneratorAttribute.g.cs",
SourceText.From(@"namespace MetricSystem.Generator
SourceText.From(@"namespace QWERTYkez.Mensura
{
[System.AttributeUsage(System.AttributeTargets.Struct | System.AttributeTargets.RecordStruct, AllowMultiple = false)]
public sealed class UnitOperatorsGeneratorAttribute : System.Attribute { }