Roslyn analyzers and source generators (tracking)
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 7.8k
- Forks
- 1.2k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 49
Description
Creating an issue to support cross-PR discussion for #1778 and #1609
The purpose is to slowly replace AssemblyProcessor with Roslyn for the benefit of easier maintenance and improved usability by allowing debugging into the serializers.
Furthermore analyzers would provide compile time warnings to users if they do something not supported by the serialization system providing more clarity over why things are not working.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing issues #1778 and #1609, then examine the existing AssemblyProcessor and the cross-PR discussion here. The intended outcome is to replace AssemblyProcessor with Roslyn-based analyzers and source generators, including compile-time warnings for unsupported serialization usage and easier serializer debugging.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100