在C#中,您可以添加警告以提醒您修复某些内容
#warning Once Blah is done, use it to set this value.
每次编译时都会出现在构建的警告中。
有没有办法从Visual Studio数据库项目中获取Sprocs和/或表中的警告?
即。在表[用户]
中 ##warn test accounts all start with "40T" on Field Blah. Remove this data prior to production.
考虑到在数据库项目中,项目以某种形式“编译”,似乎可能存在某种警告机会
感谢。