David Fowler
David Fowler
Today the ByteArrayUnpacker supports passing in a byte[] or byte[] and startOffset but it doesn't support limiting the unpacker's view of the array (e.g. there's no way to pass in...
- Missing instructions for adding the speakers page - Also missing the css styles for speakers
Instead of the HttpExtensions class, we can use the Microsoft.AspNet.WebApi.Client which already has these methods.
There are steps missing from each of the sessions that add pages - Search link - Speakers link
Because that would be really useful
https://github.com/SignalR/SignalR/issues/2779
There are 4 different kinds of "solutions" 1. A visual studio solution (.sln file) 2. A folder without an .sln file, that contains multiple subfolders 3. A single folder project...
https://github.com/rsocket/rsocket-net/blob/1960d653226e4ea6c0d2fcbc9aa8cda284837b63/RSocket.Core/RSocketProtocol.Handler.cs#L28-L42 Doesn't properly handle the exit condition and could result in an infinite loop if partial data is sent and the read is completed. See https://github.com/davidfowl/DocsStaging/blob/master/Pipelines.md#code-samples for more information.
In order to better maintain the public API surface of ASP.NET Core, we've moved a large majority of the types in the *.Internal namespace to be truly internal. Members in...