Bryan Knox
Bryan Knox
Oh man. Patience is a virtue. In the meantime, . . . Here's the link to some of the related feedback.azure.com ideas (do we still call it user voice?): -...
Support for short lived gRPC request/response scenarios would be good enough for the use cases where I see gRPC being a good fit for use with Azure Functions. Streaming seems...
I'm going to keep this issue open for a while. It makes me feel good each time I see it. You're welcome Cris (@szymczakk)!
You're welcome @sizzle168! I created Issue https://github.com/bryanknox/AzureFunctionsOpenIDConnectAuthSample/issues/39 for creating a NuGet package. Not sure when I can get to doing that, but a NuGet package sure would be nice.
I'm not sure I like `FunctionsPreservedDependencies` better than `_FunctionsSkipCleanOutput`. - `FunctionsPreservedDependencies` is [(minimally) documented](https://docs.microsoft.com/en-us/azure/azure-functions/functions-develop-vs#configure-your-build-output-settings). - `_FunctionsSkipCleanOutput` is not documented, but was recommended before `FunctionsPreservedDependencies` became available in Microsoft.NET.Sdk.Functions 3.0.12. -...
See my summary and guidance notes in [my comment](https://github.com/bryanknox/AzureFunctionsOpenIDConnectAuthSample/issues/27#issuecomment-882117441) in #27
Closing this PR without changes. The issue is not something that is going to be fixed. And in-process functions will be retired with .NET 6 or 8. See my blog...
To clarify , " .NET 8 to be the last LTS release to receive in-process model support in Azure Functions." That's from [.NET on Azure Functions – August 2023 roadmap...