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
202
202
203
203
https://github.com/dotnet/roslyn-sdk/tree/master/samples/CSharp/SourceGenerators
204
204
205
+ ## Debug
206
+
207
+ ``` xml
208
+ <IsRoslynComponent >true</IsRoslynComponent >
209
+ ```
210
+
205
211
## Helper for see the files
206
212
213
+ In VS , expand Analyzer ,then the RSCG and you will see the generated file(s).
214
+
215
+
216
+ This is obsolete
217
+
207
218
```
208
219
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
209
220
<CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)Generated</CompilerGeneratedFilesOutputPath>
@@ -217,3 +228,9 @@ https://github.com/dotnet/roslyn-sdk/tree/master/samples/CSharp/SourceGenerators
217
228
218
229
[ https://ignatandrei.github.io/RSCG_Examples/index.docx ] ( https://ignatandrei.github.io/RSCG_Examples/index.docx )
219
230
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