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

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -