~ruther/NosSmooth

6181c7428bc4c6296a005b7400b3d931c11bc750 — František Boháček 3 years ago a4f8525
chore: remove debug attachment in source generator
1 files changed, 0 insertions(+), 1 deletions(-)

M Core/NosSmooth.PacketSerializersGenerator/SourceGenerator.cs
M Core/NosSmooth.PacketSerializersGenerator/SourceGenerator.cs => Core/NosSmooth.PacketSerializersGenerator/SourceGenerator.cs +0 -1
@@ 47,7 47,6 @@ public class SourceGenerator : ISourceGenerator
    /// <inheritdoc />
    public void Initialize(GeneratorInitializationContext context)
    {
        SpinWait.SpinUntil(() => Debugger.IsAttached);
    }

    private IEnumerable<RecordDeclarationSyntax> GetPacketRecords(Compilation compilation, SyntaxTree tree)

Do not follow this link