Visual Studio
-
[VS] Visual Studio log file location (ActivityLog.xml)Visual Studio 2025. 4. 8. 15:49
EX)C:\Users\iskim\AppData\Roaming\Microsoft\VisualStudio\17.0_f5a38fb4 https://dev.to/karenpayneoregon/view-visual-studio-activity-logs-better-2id8 View Visual Studio activity logs betterWhen Microsoft Visual Studio encounters issues a start to analyze issues is to start Visual Studio...dev.to
-
[VS] MSTest vs VSTestVisual Studio 2025. 3. 31. 09:06
VSTest 로 사용 함. https://dynatechconsultancy.com/blog/microsoft-testing-platform-vs-vstest-comprehensive-2024-guide-choosing-the-right-unit-testing-solution Microsoft.Testing.Platform vs. VSTest - A Comprehensive 2024 Guide to Choosing the Right Unit Testing SolutionMicrosoft.Testing.Platform & VSTest offer unique benefits. Each one of them is tailored for specific project requirements. Choo..
-
[VS] .NET CLI 명령어, dotnet, MSBuildVisual Studio 2025. 3. 6. 10:56
EX) 참고 https://learn.microsoft.com/ko-kr/dotnet/core/tools/dotnet-publish dotnet publish 명령 - .NET CLIdotnet publish 명령은 .NET 프로젝트 또는 솔루션을 디렉터리에 게시합니다.learn.microsoft.com https://learn.microsoft.com/ko-kr/visualstudio/msbuild/how-to-exclude-files-from-the-build?view=vs-2022 빌드에서 파일 제외 - MSBuild특성 및 와일드카드가 있는 MSBuild 프로젝트 파일의 빌드에서 파일을 명시적으로 제외하거나 조건부로 포함하는 방법을 알아봅니다.learn.microsoft.com
-
[VS] build ContextVisual Studio 2025. 1. 17. 11:43
"=> " 라고 생각ex) path를 적을때"$(DropLocation)\$(BuildNumber)\InstallShield\DSMClient64.ism"=>"$(DropLocation)\$(BuildNumber)\InstallShield\DSMClient64.ism" ItemGroup 임의 지정 가능 ex) 내가 지정한 이름변수 같은 느낌? Exclude https://learn.microsoft.com/ko-kr/visualstudio/msbuild/how-to-exclude-files-from-the-build?view=vs-2022 빌드에서 파일 제외 - MSBuild특성 및 와일드카드가 있는 MSBuild 프로젝트 파일의 빌드에서 파일을 명시적으로 제외..
-
[VS] Code Intellisense, Code CompletionsVisual Studio 2025. 1. 9. 08:06
Copilot code completions tab키 안먹힐 때체크박스 체크하면오른쪽 화살표키로 가능. https://github.com/orgs/community/discussions/49212" right arrow key to accept the suggestion from copilot. I have ..." data-og-host="github.com" data-og-source-url="https://github.com/orgs/community/discussions/49212" data-og-url="https://github.com/orgs/community/discussions/49212" data-og-image="https://scrap.kakaocdn.net/dn/q5qG6/h..
-
-
[VS] 글자 간격 띄어져서 이상하게 타이핑 쳐 질 때Visual Studio 2024. 12. 20. 15:56
글자 간격 띄어져서 이상하게 타이핑 쳐 질 때 Alt + = https://anythingcafe.tistory.com/5 [visual studio,.net,c#] 영어나 숫자 사이에 간격이 벌어져서 타이핑 될 때 해결법종종 visual studio 뿐만 아니라 ms에서 제공되는 모든 프로그램들을 사용하다보면 아래 그림과 같이 영어 나 숫자 사이에 간격이 벌어지는 경우가 있다. 위 : 정상적으로 작성된 경우 아래 : 영어와anythingcafe.tistory.com
-
[VS] 설치 프로그램 만들기Visual Studio 2024. 12. 19. 14:47
PublishPublish시 .exe 파일 하나로 떨굼true .exe 단일 파일 생성 Windows Service program https://learn.microsoft.com/ko-kr/dotnet/core/extensions/windows-service-with-installer?tabs=wix Windows 서비스 설치 프로그램 만들기 - .NETWindows 서비스 설치 프로그램 프로젝트를 만드는 방법을 알아봅니다.learn.microsoft.com 설치프로그램 어떤 방법으로 만들지 선택. Wix 방법 Package.wxs ..