How to Build C# Projects | .NET Core Tutorial

Опубликовано: 30 Октябрь 2024
на канале: Code with Saar
4,062
27

Talking about how to build a .NET project with CLI; Setup VSCode to do it and inside Visual Studio.
Briefly talking about the purpose of `csproj` file.

VSCode Tasks schema:
https://code.visualstudio.com/docs/ed...

Content

00:00 Intro
00:43 Machine setup - SDK versions and so on
00:57 Create a project
01:31 Build with CLI - dotnet build and some common parameters
05:14 Setup VSCode for build (tasks.json)
08:28 Customize VSCode tasks
13:06 Setup launch.json
15:00 Build inside Visual Studio