Add ShadowWriterProjectInfo RSCG example#386
Merged
Merged
Conversation
Added the 209th Roslyn Source Code Generator example, ShadowWriterProjectInfo by Stefan Stolz, including documentation, example project, metadata, and updates to lists and category counts. This generator demonstrates generating C# code from project attributes using the ShadowWriter NuGet package.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds the 209th Roslyn Source Code Generator example for ShadowWriterProjectInfo by Stefan Stolz, which demonstrates generating C# code from project attributes using the ShadowWriter NuGet package.
- Added complete documentation and example project for ShadowWriterProjectInfo
- Updated all count references from 208 to 209 examples across the site
- Added the new generator to the Builder category with proper categorization
Reviewed Changes
Copilot reviewed 22 out of 24 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| RSCG.json | Added ShadowWriterProjectInfo entry to the main generator list |
| HomepageFeatures/index.tsx | Updated example count from 208 to 209 in homepage feature |
| indexRSCG.md | Updated main index with new generator entry and count |
| about.md | Updated total count in about page |
| RSCG-Examples/index.md | Added ShadowWriterProjectInfo to Builder category and updated count |
| ShadowWriterProjectInfo.md | Complete documentation page for the new generator |
| ShadowWriterBuilder.md | Updated category count reference |
| Categories/Builder.md | Added new generator to Builder category list |
| video.json | Video configuration for the new example |
| src files | Example project files demonstrating ShadowWriterProjectInfo usage |
| book files | Updated book format files with new generator |
| GeneratorDataRec.json | Added generator metadata record |
| all.csv | Added generator to CSV list |
| README.md | Updated main readme with new generator entry |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added the 209th Roslyn Source Code Generator example, ShadowWriterProjectInfo by Stefan Stolz, including documentation, example project, metadata, and updates to lists and category counts. This generator demonstrates generating C# code from project attributes using the ShadowWriter NuGet package.