Azure / azure-functions-dotnet-extensions

Azure Functions .NET extensions
MIT License
75 stars 41 forks source link

Dotnet 6 and Azure Functions V4 #67

Closed toralux closed 1 month ago

toralux commented 2 years ago

Now that Dotnet 6 is GA and both supports Azure Functions with OutOfProcess (dotnet-isolated) used in Dotnet 5 and InProcess (dotnet) used in Dotnet Core 3.1, we again need support for Startup-class and Dependency Injection for InProcess Dotnet 6 Azure Functions.

Any plan to support Dotnet 6 InProcess and Azure Fuctions V4?

PhilippK13 commented 2 years ago

Are there any updates on this? If I'm reading this correctly it will prevent us from migrating to .net 6 if we want to benefit from dependency injection and use in-proc functions at the same time.

dxynnez commented 2 years ago

+1 here...I would love to use the out-of-process model (so that we don't rely on this package to do DI) but hey it doesn't support durable function which we heavily rely on...

This is just frustrating. I had to spend a noticeable amount of time trying to fill up all the missing pieces and gaps and only to find out although supporting net 6 has been claimed to be GA, it certainly is not.

jsep925 commented 2 years ago

Are there any updates on this? If I'm reading this correctly it will prevent us from migrating to .net 6 if we want to benefit from dependency injection and use in-proc functions at the same time.

Same here....

dxynnez commented 2 years ago

Just some update here... So we tried using the v1.1.0 'Microsoft.Azure.Functions.Extensions' with function app (in-process mode) targeting net 6 and it seems to be working well so far.

brettsam commented 1 month ago

Stale issue; this was completed long ago.