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.
当 VB.NET 编译器遇到子、函数、属性和字段上未指定的可访问性修饰符时,是否可以让 VB.NET 编译器发出警告或错误?
如果做不到这一点,我可以启用 ReSharper 中的任何东西来通知我这些问题吗?
背景:我们有很多习惯于 C# 的开发人员放弃了修饰符,认为方法/属性将默认为Private可访问性,而实际上 VB.NET 默认为Public. 我想在代码进入代码审查之前警告开发人员。
Private
Public
我相信您可以在CodeIt.Right中为此设置一个规则,它支持 VB.Net 中的代码分析。