c# precompiler

  • Thread starter Thread starter Carlos De Matos
  • Start date Start date
C

Carlos De Matos

Hello all,
Has anyone written a project/code/document on a possible implementation for
a c# precompiler?

I want to build a precompiler that will modify attributed code, then submit
the on-the-fly modified code to the actual c# compiler.

I want to integrate this into the MSBuild process.

If you have done something similar or have some ideas, please let me know.
 
Carlos said:
Hello all,
Has anyone written a project/code/document on a possible
implementation for a c# precompiler?

I want to build a precompiler that will modify attributed code, then
submit the on-the-fly modified code to the actual c# compiler.

I want to integrate this into the MSBuild process.

If you have done something similar or have some ideas, please let me
know.

Isn't that hard to debug? Wouldn't it be better to have a code
generator you could call from an msbuild task, which generates code in
a partial class file ?

FB

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top