Skip to content
| Marketplace
Sign in
Visual Studio>Tools>.NET Core Task Runner
.NET Core Task Runner

.NET Core Task Runner

Mads Kristensen

|
10,496 installs
| (2) | Free
An easy and convenient way to execute any scripts defined in project.json for any type of .NET Core project
Download

Makes it easy to execute the scripts defined in project.json through Visual Studio's Task Runner Explorer.

.NET Core scripts

Inside project.json it is possible to add custom scripts inside the "scripts" element.

{    "scripts": {        "postbundle": [ "npm install", "bower install" ],        "postpack": "npm install"    }}

Execute scripts

When scripts are specified, the Task Runner Explorer will show those scripts.

Task list

Each script can be executed by double-clicking the task.

Bindings

Script bindings make it possible to associate individual scripts with Visual Studio events such as "After build" etc.

Visual Studio bindings

Intellisense

If you manually edit bindings in project.json, then full Intellisense is provided.

Visual Studio Intellisense

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft