c# - How can I convert my comments to Log.Information call on compile time? -


i want log comments on source file in final assembly. building file system based on comments can't convert log.information calls.

i want final executable has log.information("//comment on source") calls , source still has //comment on source. how can that?


Comments

Popular posts from this blog

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -