ladeak

Results 15 issues of ladeak

# Use System.Threading.Lock in Kestrel Replacing lock `object`s with System.Threading.Lock ## Description - Addressing Servers/Kestrel module - HTTP3 has a few dictionaries/lists locked that is not addressed in this PR...

community-contribution
pending-ci-rerun
area-networking

# Removing unsafe code in BufferExtensions Removing unsafe code, using Span to write numbers directly to the buffer ## Description - Removing the `unsafe` keyword required for pinning - Removing...

community-contribution
area-networking

# `IHttpRequestBodyDetectionFeature` for HTTP/3 GET requests `IHttpRequestBodyDetectionFeature` returns false for HTTP/3 (bodyless) GET requests ## Description - Implementation follows the HTTP/2 structure. - Updated `IHttpRequestBodyDetectionFeature` to include HTTP/3 descriptions for...

community-contribution
area-networking

I am using Bot.Builder.Community.Adapters.Alexa Version=4.13.5 Microsoft.Bot.Builder.Dialogs Version=4.22.9 Microsoft.Bot.Builder.Integration.AspNet.Core Version=4.22.9 When updating the bot to 4.23.0 the Alexa integration starts to fail with not being able to load apative cards: ```...

I am using Bot.Builder.Community.Adapters.Alexa Version=4.13.5 Microsoft.Bot.Builder.Dialogs Version=4.22.9 Microsoft.Bot.Builder.Integration.AspNet.Core Version=4.22.9 When updating the bot to 4.23.0 the Alexa integration starts to fail with not being able to load apative cards: ```...