File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -202,8 +202,19 @@ https://github.com/dotnet/roslyn/blob/master/docs/features/source-generators.coo
202202
203203https://github.com/dotnet/roslyn-sdk/tree/master/samples/CSharp/SourceGenerators
204204
205+ ## Debug
206+
207+ ``` xml
208+ <IsRoslynComponent >true</IsRoslynComponent >
209+ ```
210+
205211## Helper for see the files
206212
213+ In VS , expand Analyzer ,then the RSCG and you will see the generated file(s).
214+
215+
216+ This is obsolete
217+
207218```
208219 <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
209220 <CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)Generated</CompilerGeneratedFilesOutputPath>
@@ -217,3 +228,9 @@ https://github.com/dotnet/roslyn-sdk/tree/master/samples/CSharp/SourceGenerators
217228
218229[ https://ignatandrei.github.io/RSCG_Examples/index.docx ] ( https://ignatandrei.github.io/RSCG_Examples/index.docx )
219230
231+ ## Free presentation
232+
233+ I can make a presentation for you with some of this RSCG. See https://ignatandrei.github.io/Presentations/RoslynSourceCodeGeneratorsprez.html
234+
235+ <iframe src =" https://github.com/sponsors/ignatandrei/card " title =" Sponsor ignatandrei " height =" 225 " width =" 600 " style =" border : 0 ;" ></iframe >
236+
You can’t perform that action at this time.
0 commit comments