[VisualStudio] 코드 분석 규칙 설정 (필요없는 message 무시)
## 개요난 무시하고 싶은데 계속 에러리스트에 메시지가 떠서 짜증날때.editorconfig파일 설정을 통해 코드분석기에서 특정 스타일만 제외가 가능하다. ## .editorconfig 파일 예시[*]charset=utf-8[*.cs]# IDE0090: Use 'new(...)'dotnet_diagnostic.IDE0090.severity = slient해당 파일을 프로젝트 루트폴더에 위치시켜서 적용이 가능하다. slient의 경우 warning으로 표시되지 않지만 계속 모니터링된다.아예 제외하고 싶은 경우 none으로 설정해주면 된다.## Referenceshttps://learn.microsoft.com/ko-kr/dotnet/fundamentals/code-analysis/configuration-..
Programming/IDE, Tools, etc.
2023. 3. 22. 17:28
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- gcp
- .net
- Debug
- Python
- Addressables
- git
- firestore
- async
- Custom Package
- Visual Studio Code
- 닷넷
- 비동기
- coroutine
- logging
- RuntimeInitializeOnLoadMethod
- vscode
- 환경설정
- github
- Scraping
- 싱글톤
- VS2022
- 코루틴
- initialize
- 유니티
- Singleton
- C#
- framework
- await
- selenium
- unity
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함