I want to create a project that uses Roslyn Source Generator to generate sources but does not build them.
The purpose is to import the sources generated by this project in another project.
Is this possible?
I wrote the following project and the Generated folder is generated, but the sources are not.
I want to create a project that uses Roslyn Source Generator to generate sources but does not build them. The purpose is to import the sources generated by this project in another project. Is this possible?
I wrote the following project and the
Generated
folder is generated, but the sources are not.