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)