You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! First of all, your library is outstanding... awesome work.
I want to create a library that automatically maps CQRS commands (decorated with some attributes) to endpoint using ASP.NET minimal API.
Forcing users to add NTypewriter + the templates + the extensions needed sounds like overkilling for some developers.
Is there any way to create my own source generator which introduce custom predefined templates?
I can download the project and inject my files, probably here but I'd like to know if this can be a feature... I don't know, maybe scanning other assemblies for custom configuration.
Again, awesome job. Thank you.
The text was updated successfully, but these errors were encountered:
Hi! First of all, your library is outstanding... awesome work.
I want to create a library that automatically maps CQRS commands (decorated with some attributes) to endpoint using ASP.NET minimal API.
Forcing users to add NTypewriter + the templates + the extensions needed sounds like overkilling for some developers.
Is there any way to create my own source generator which introduce custom predefined templates?
I can download the project and inject my files, probably here but I'd like to know if this can be a feature... I don't know, maybe scanning other assemblies for custom configuration.
Again, awesome job. Thank you.
The text was updated successfully, but these errors were encountered: