Skip to content

Commit afa9755

Browse files
committed
added IsRoslynComponent
1 parent 0d1a26f commit afa9755

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,19 @@ https://github.com/dotnet/roslyn/blob/master/docs/features/source-generators.coo
202202

203203
https://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+

0 commit comments

Comments
 (0)