Skip to content

Commit 94226d6

Browse files
Merge pull request #291412 from mattchenderson/dotnetrun
Adding dotnet run limitation
2 parents eccaaeb + c26f07e commit 94226d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/dotnet-isolated-process-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ When updating to the 2.x versions, note the following changes:
7171

7272
- Starting with version 2.0.0 of [Microsoft.Azure.Functions.Worker.Sdk]:
7373
- The SDK includes default configurations for [SDK container builds](/dotnet/core/docker/publish-as-container).
74-
- The SDK includes support for [`dotnet run`](/dotnet/core/tools/dotnet-run) when the [Azure Functions Core Tools](./functions-develop-local.md) is installed.
74+
- The SDK includes support for [`dotnet run`](/dotnet/core/tools/dotnet-run) when the [Azure Functions Core Tools](./functions-develop-local.md) is installed. On Windows, the Core Tools needs to be installed through a mechanism other than NPM.
7575
- Starting with version 2.0.0 of [Microsoft.Azure.Functions.Worker]:
7676
- This version adds support for `IHostApplicationBuilder`. Some examples in this guide include tabs to show alternatives using `IHostApplicationBuilder`. These examples require the 2.x versions.
7777
- Service provider scope validation is included by default if run in a development environment. This behavior matches ASP.NET Core.

0 commit comments

Comments
 (0)