Skip to content

Added 5 source generators: AssemblyVersionInfo, AutoInterface, Blazor.TSRuntime, CircleDI, InlineComposition #212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

BlackWhiteYoshi
Copy link

I added my source generators to the list.

I put them in the following groups preserving alphabetical order:

  • Dependency Injection -> CircleDI
  • Patterns -> InlineComposition
  • Razor / Blazor -> Blazor.TSRuntime
  • Other -> AssemblyVersionInfo, AutoInterface

Note:

  1. The alphabetical order in the group "Other" has a little mistake. "AutomaticInterface" is before "AutoInvoke". I left it as is because it is not part of this PR, I just added my package "AutoInterface" before these two packages.

  2. I was not entirely sure where to add "AutoInterface", there are several packages that aim to do the same thing, but they are all over the place:

  • Mocking -> InterfaceGenerator
  • Adapter -> Minerals.AutoInterfaces
  • Adapter -> AutoInterface
  • Other -> AutoInterface (my package)
  • Other -> AutomaticInterface
  • Other -> net_automatic_interface

Then there are packages they do something different but still interface generation related:

  • Mocking -> ProxyInterfaceGenerator
  • Adapter -> AutoInterface

Maybe creating an own group or moving all these packages to the group "Mocking"?

@BlackWhiteYoshi BlackWhiteYoshi requested a review from amis92 as a code owner March 29, 2025 11:24
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