From 6181c7428bc4c6296a005b7400b3d931c11bc750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Fri, 31 Dec 2021 00:46:32 +0100 Subject: [PATCH] chore: remove debug attachment in source generator --- Core/NosSmooth.PacketSerializersGenerator/SourceGenerator.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/NosSmooth.PacketSerializersGenerator/SourceGenerator.cs b/Core/NosSmooth.PacketSerializersGenerator/SourceGenerator.cs index b5d0cbb..b9d8c18 100644 --- a/Core/NosSmooth.PacketSerializersGenerator/SourceGenerator.cs +++ b/Core/NosSmooth.PacketSerializersGenerator/SourceGenerator.cs @@ -47,7 +47,6 @@ public class SourceGenerator : ISourceGenerator /// public void Initialize(GeneratorInitializationContext context) { - SpinWait.SpinUntil(() => Debugger.IsAttached); } private IEnumerable GetPacketRecords(Compilation compilation, SyntaxTree tree) -- 2.48.1