Visual Studio - How to remove a reference in Release mode

后端 未结 5 2240
谎友^
谎友^ 2021-02-12 15:02

I\'m developing a library for use in other apps and this library has lots of debugging and logging statements thanks to NLog.

Is it possible to exclude the reference to

5条回答
  •  清歌不尽
    2021-02-12 15:54

    There is no reason for removing a reference in case you are sure that no code will be in use from that DLL. In that case you can simply remove DLL.

提交回复
热议问题