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.
我很好奇是否存在基本上由 C# 编译器自动定义的“默认条件编译符号”。例如,编译器框架版本或任何东西。
我粗略检查了一下,没有看到任何默认值。
从这个询问类似问题但以不同方式提出问题的问题
没有任何内置的,但您可以提供自己的。
在项目构建选项中,您可以启用 DEBUG 和 TRACE 常量(默认情况下基于 Active Configuration 启用/禁用 DEBUG)。据我所知,这些只是默认常量。