Skip to content

Implement Incremental Generator for generating C# classes using avro files during build time#368

Open
davidngjy wants to merge 7 commits intoch-robinson:mainfrom
davidngjy:david/source-generator
Open

Implement Incremental Generator for generating C# classes using avro files during build time#368
davidngjy wants to merge 7 commits intoch-robinson:mainfrom
davidngjy:david/source-generator

Conversation

@davidngjy
Copy link
Copy Markdown

@davidngjy davidngjy commented Dec 29, 2025

See #330

TODO:

  • Update README

/// <summary>
/// {summary}
/// </summary>
";
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dstelljes I've changed up how the sumary block is being generated.
From (this makes the property part of the summary)

///<summary> This is a summary </summary> public int A { get; set; }

To

///<summary> 
/// This is a summary 
/// </summary> 
public int A { get; set; }

Let me know if you would like to tackle this seperately from this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant