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