From 79a852006838caf400ad9629f9aae7907938ab54 Mon Sep 17 00:00:00 2001 From: Tomat Date: Sun, 29 Jan 2023 23:00:28 -0800 Subject: [PATCH] Remove Debugger.Launch call. --- .../IgnoresAccessChecksToAttributeAnalyzer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CleElum.IgnoresAccessChecksToAttribute.Analyzer/IgnoresAccessChecksToAttributeAnalyzer.cs b/src/CleElum.IgnoresAccessChecksToAttribute.Analyzer/IgnoresAccessChecksToAttributeAnalyzer.cs index 9b2a52c..c1448fb 100644 --- a/src/CleElum.IgnoresAccessChecksToAttribute.Analyzer/IgnoresAccessChecksToAttributeAnalyzer.cs +++ b/src/CleElum.IgnoresAccessChecksToAttribute.Analyzer/IgnoresAccessChecksToAttributeAnalyzer.cs @@ -34,7 +34,6 @@ private static void Patch() { } private static void Patch_IAssemblySymbol_GivesAccessTo() { - Debugger.Launch(); var asm = typeof(CSharpExtensions).Assembly; var type = asm.GetType( "Microsoft.CodeAnalysis.CSharp.Symbols.PublicModel.AssemblySymbol"