일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- tls
- IValueConverter
- windows10
- .net
- dotNET
- git
- Binding
- WPF
- Visual Studio
- coding-test
- File
- Process
- string
- C#
- csharp
- ListView
- windows
- Microsoft
- mysql
- algorithm
- log
- programmers
- Coding
- 코딩테스트
- convert
- commit
- nullable
- chashtag
- Github
- logging
Archives
- Today
- Total
CHashtag
[Visual Studio] 빌드 속도 높이는 방법 본문
반응형
안녕하세요.
오늘은 Visual Studio Build시간을 단축시키는 방법에 대해 알아보고자 합니다.
방법은 간단하니 바로 진행해보도록 하겠습니다.
Windows 보안 -> 바이러스 및 위협 방지
바이러스 및 위협 방지 설정 -> 설정 관리
제외 -> 제외 추가 또는 제거
devenv.exe 제외
프로젝트 폴더 제외 (본인이 프로젝트들을 모아두는 폴더를 제외 사항으로 추가하면 됩니다.)
이렇게하면 빌드 도중 "Antimalware Service Executable"이 실행되지 않기 때문에 빌드 시간이 단축되는 것입니다.
더 자세한 내용을 알고싶으시다면 아래 링크를 확인해주세요.
https://ardalis.com/speed-up-visual-studio-build-times/?utm_sq=gtaxmo0qrw
Speed Up Visual Studio Build Times
Although compiling is still the #1 programmer excuse for slacking off, you still probably don’t want to spend more time on it than you absolutely have to.
ardalis.com
감사합니다.
반응형
'C#' 카테고리의 다른 글
[C#] Guid 사용방법 (생성, 비교, ToString()) (0) | 2022.04.05 |
---|---|
[C#] 파일 선택하여 파일 탐색기 열기(File Explorer) (0) | 2022.03.29 |
[C#] log4net 사용방법 (0) | 2022.03.04 |
[C#] [Regex] 문자열에서 특수문자 제거하기 (0) | 2022.02.10 |
[C#] 랜덤한 ip 생성하기 (ipv4) (0) | 2022.01.25 |