Marc Gravell
Marc Gravell
Running `dotnet test` currently gives failure messages: Starting test execution, please wait... Could not find testhost.dll for source 'C:\code\System.Ben\tests\bin\Debug\netstandard1.0\System.Ben.Tests.dll'. Make sure test project has a nuget reference of package "microsoft.testplatform.testhost"....
Adds a new `SequenceStream` / `ReadOnlySequenceStream` pair - similar to `MemoryStream`, but: - `GetBuffer()` returns `[ReadOnly]Sequence` - when created as dynamically resizeable, it leases segments from the `ArrayPool.Shared` and returns...
The name "Dapper.Common" suggests that this library is a core/shared/common component affiliated with "Dapper", i.e. an official part of the Dapper library. Since this is not the case, I believe...
### Issue describing the changes in this PR resolves #8280; performance locally is a 5x+ speedup in throughput the main crux of the new flow is described in src/WebJobs.Script.Grpc/Eventing/GrpcEventExtensions.cs, but...
Exploration into reverting #7705 (the code) and #7510 (the tests) - only the first is reverted yet
Heya; I was just reviewing deltas to look at what to update in NRediSearch, and I noticed that [this commit](https://github.com/RedisLabs/JRediSearch/commit/a0b5888d689f793ba4eeae8d4fbf6accedb71f5d) moves from `WITHPAYLOADS" to "PAYLOADS"; however, the documentation [here](https://github.com/RedisLabsModules/RediSearch/blob/master/docs/Commands.md) still...
(cross-reference: https://github.com/protobuf-net/protobuf-net.Grpc/issues/109) It seems that `Server` is very reluctant to release sockets, even when `KillAsync` or `ShutdownAsync` is called and awaited - subsequent calls to `Start()` on the same port...
The gRPC logo is readily available and has reasonable branding (awareness, familiarity, etc), but I can't find guidance on the legals of logo usage; I *assume* it is something along...