Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在最终汇编中记录我对源文件的评论。我正在根据注释构建帮助文件系统,因此无法将其转换为 Log.Information 调用。
我只希望我的最终可执行文件有Log.Information("//Comment on source")调用,而我的源代码仍然有//Comment on source. 我怎样才能做到这一点?
Log.Information("//Comment on source")
//Comment on source