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
Post a Comment