-
Hi, we are building a custom tool to register COM classes during development. We would like to generate a JSON file with list of COM classes defined in the project source code so we can use this information later to register COM classes. Is it possile to generate a temporary files to PS: we cannot use See also dotnet/msbuild#8650 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
No. Source generators can only generate C# source. See #49935. |
Beta Was this translation helpful? Give feedback.
-
The only option for now is a custom MSTask, but I fully agree that source generators should support not only C# code output. |
Beta Was this translation helpful? Give feedback.
No. Source generators can only generate C# source. See #49935.