Skip to content

Commit 064838e

Browse files
committed
Revert "No need to use extension bundles with C# libraries."
This reverts commit fbe38fe.
1 parent fbe38fe commit 064838e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-functions/functions-bindings-register.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ If you use `Install-Package` to reference a binding, you don't need to use [exte
5959

6060
## <a name="vs-code"></a> C# class library with Visual Studio Code
6161

62+
> [!NOTE]
63+
> We recommend using [extension bundles](#extension-bundles) to have Functions automatically install a compatible set of binding extension packages.
64+
6265
In **Visual Studio Code**, install packages for a C# class library project from the command prompt using the [dotnet add package](https://docs.microsoft.com/dotnet/core/tools/dotnet-add-package) command in the .NET Core CLI. The following example demonstrates how you add a binding:
6366

6467
```terminal

0 commit comments

Comments
 (0)