We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83eb160 commit 1b632a8Copy full SHA for 1b632a8
nuget/Sqlite_net.SourceGenerator/SQLiteFastColumnSetterGenerator.cs
@@ -37,7 +37,7 @@ static SQLiteFastColumnSetterGenerator ()
37
public void Initialize(IncrementalGeneratorInitializationContext context)
38
{
39
// Launch Debugger for Debugging the Analyzer
40
- System.Diagnostics.Debugger.Launch();
+ // System.Diagnostics.Debugger.Launch();
41
42
// Find all classes with TableAttribute or properties with ColumnAttribute
43
var classDeclarations = context.SyntaxProvider
0 commit comments