File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
nuget/Sqlite_net.SourceGenerator Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ static SQLiteFastColumnSetterGenerator ()
3333
3434 public void Initialize ( IncrementalGeneratorInitializationContext context )
3535 {
36- // Stop Debugger for Debugging the Analyzer
37- System . Diagnostics . Debugger . Launch ( ) ;
36+ // Launch Debugger for Debugging the Analyzer
37+ // System.Diagnostics.Debugger.Launch();
3838
3939 // Find all classes with TableAttribute or properties with ColumnAttribute
4040 var classDeclarations = context . SyntaxProvider
Original file line number Diff line number Diff line change 2424 <!-- SourceGenerator Debugging -->
2525 <PropertyGroup >
2626 <!-- Enable viewing source generated files -->
27- <EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
28- <CompilerGeneratedFilesOutputPath >$(BaseIntermediateOutputPath)Generated</CompilerGeneratedFilesOutputPath >
27+ <!-- -< EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
28+ <CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)Generated</CompilerGeneratedFilesOutputPath>-->
2929 </PropertyGroup >
3030
3131 <ItemGroup >
You can’t perform that action at this time.
0 commit comments