[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
- RuntimeInitializeOnLoadMethod
- gcp
- Visual Studio Code
- 유니티
- logging
- VS2022
- .net
- 코루틴
- firestore
- selenium
- git
- Custom Package
- 닷넷
- Debug
- 싱글톤
- async
- 환경설정
- 비동기
- initialize
- Python
- framework
- vscode
- Singleton
- github
- coroutine
- await
- Scraping
- C#
- unity
- Addressables
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함