C# .NET Framework Builder
A VS Code extension to scaffold and build classic C# .NET Framework (4.x) projects using MSBuild.
Features
- Create WPF or Console project templates targeting .NET Framework 4.8.1
- Build the current workspace project/solution via MSBuild (Both Debug & Release)
- Run the project (Debug build + Execute)
- Default create project shortcut: Ctrl+Alt+N
- Default build shortcut: Ctrl+Alt+C
- Default run shortcut: Ctrl+Alt+R
You can change these keybindings via Preferences: Open Keyboard Shortcuts.
Commands
[C#] Create .NET Framework 4.8.1 Project
- Choose between WPF App or Console App
- Prompts for a project name and a destination folder
- Copies the built-in template and replaces
__PROJECT_NAME__
- Shortcut:
Ctrl+Alt+N
[C#] Build (.NET Framework MSBuild)
- Finds a
.sln, .slnx, or .csproj in the workspace
- Builds Debug and Release configurations sequentially
- If reference assemblies are missing (MSB3644), suggests installing the .NET Framework Developer Pack
- Shortcut:
Ctrl+Alt+C
[C#] Run (.NET Framework MSBuild)
- Builds the Debug configuration
- If successful, automatically executes the generated
.exe file
- Shortcut:
Ctrl+Alt+R
Requirements
- Windows
- MSBuild (Visual Studio / Build Tools)
- For .NET Framework 4.8.1 builds, install .NET Framework 4.8.1 Developer Pack if you see MSB3644
KOREAN (한국어 설명)
이 확장 프로그램은 C# .NET Framework 4.8.1 프로젝트(WPF, Console)를 빠르게 생성하고, MSBuild를 통해 빌드 및 실행할 수 있도록 도와줍니다.
기능
- .NET Framework 4.8.1 프로젝트 템플릿 생성 (WPF 또는 Console)
- 현재 워크스페이스의 솔루션/프로젝트 빌드 (Debug 및 Release 동시 빌드)
- 프로젝트 실행 (Debug 빌드 후 .exe 자동 실행)
단축키
- 프로젝트 생성: Ctrl+Alt+N
- 빌드: Ctrl+Alt+C
- 실행: Ctrl+Alt+R
단축키 변경은 VS Code의 Preferences: Open Keyboard Shortcuts 기능으로 가능합니다.
명령어
- [C#] Create .NET Framework 4.8.1 Project
- WPF App 또는 Console App 중 하나를 선택합니다.
- 프로젝트 이름과 폴더를 선택하여 새로운 프로젝트를 생성합니다.
- 단축키:
Ctrl+Alt+N
- [C#] Build (.NET Framework MSBuild)
- 워크스페이스 내의
.sln, .slnx, .csproj를 찾아 Debug와 Release 버전을 모두 빌드합니다.
- [C#] Run (.NET Framework MSBuild)
- Debug 모드로 빌드한 뒤, 생성된 실행 파일(.exe)을 찾아 즉시 실행합니다.
요구 사항
- 운영체제: Windows
- 필수 설치: Visual Studio 또는 Build Tools (MSBuild 포함)
- 참고: 빌드 시
MSB3644 오류가 발생하면 .NET Framework 4.8.1 Developer Pack을 설치해야 합니다.
Output
Build logs are shown in:
- View → Output → C# .NET Framework Builder
License
MIT
| |