이 브라우저는 더 이상 지원되지 않습니다.
최신 기능, 보안 업데이트, 기술 지원을 이용하려면 Microsoft Edge로 업그레이드하세요.
Performance warnings support high performance libraries and applications.
Avoid excessive locals
Avoid uncalled private code
Avoid uninstantiated internal classes
Avoid unnecessary string creation
Avoid unsealed attributes
Review unused parameters
Dispose methods should call SuppressFinalize
Do not call properties that clone values in loops
Do not cast unnecessarily
Do not concatenate strings inside loops
Do not initialize unnecessarily
Initialize reference type static fields inline
Override equals and operator equals on value types
Prefer jagged arrays over multidimensional
Properties should not return arrays
Remove unused locals
Test for empty strings using string length
Use literals where appropriate