xqrzd

Results 7 comments of xqrzd

Sorry this was a terribly worded issue. There's a new parameter that can be passed to SocketAsyncEventArgs in .NET 5 to suppress execution context, https://github.com/dotnet/runtime/pull/706. Could this project set that...

This doesn't reproduce anymore in Kudu 1.12+, guessing this is the commit that fixed it: https://github.com/apache/kudu/commit/1a21e92057f61bd3b0581ac590a84bc7d7a21ac6 Will need to look into options for removing the hack-fix on Kudu 1.12 and...

I forgot to update the readme, the first preview release is available here, https://www.nuget.org/packages/Knet.Kudu.Client I'm hoping to have a stable release within the next few months, but continue publishing preview...

I'm available to help out with SASL GSSAPI (Kerberos). I recently did it for a .NET client for Apache Kudu. AFAIK NegotiateStream is the only way to accomplish this without...

You were likely running into this issue, it's fixed now: https://learn.microsoft.com/en-us/answers/questions/1687258/our-azure-app-service-application-started-to-exper?comment=question&page=2#answers

Is there any chance this could be improved to be event based in the future? We have a lot of functions that are infrequently run, but we want them to...

As far as I know deploying Azure functions with a storage account that uses only managed / system identities using Azure DevOps has never worked, https://github.com/microsoft/azure-pipelines-tasks/issues/18105 https://github.com/microsoft/azure-pipelines-tasks/issues/17020 Though maybe since...