I want to programatically generate a file in one of the class library projects in my solution. Is there a way to do this? By programatically, I mean a method that can create a .cs file and add to the project or one of its folders.
-
You can generate C# source files, but what do you want exactly? C# is not a dynamic language so those files are just files and won't be part of your running app.Lex Li– Lex Li2017-01-08 14:14:07 +00:00Commented Jan 8, 2017 at 14:14
Add a comment
|