Skip to content

Commit c32caab

Browse files
Merge pull request #281462 from mattchenderson/net8-keyed-svc
adding feature support note for version update
2 parents ccb762c + c97e863 commit c32caab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-functions/functions-dotnet-class-library.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ If your app uses [`Microsoft.Azure.DurableTask.Netherite.AzureFunctions`](https:
8787

8888
You might need to make other changes to your app based on the version support of its other dependencies.
8989

90+
Version 4.x of the Functions runtime provides equivalent functionality for .NET 6 and .NET 8. The in-process model does not include additional features or updates that integrate with new .NET 8 capabilities. For example, the runtime doesn't support keyed services. To take full advantage of the latest .NET 8 capabilities and enhancements, you must [migrate to the isolated worker model](./migrate-dotnet-to-isolated-model.md).
91+
9092
## Functions class library project
9193

9294
In Visual Studio, the **Azure Functions** project template creates a C# class library project that contains the following files:

0 commit comments

Comments
 (0)