Zach Baker

Results 18 issues of Zach Baker

see [issue 48](https://github.com/cyanfish/grpc-dotnet-namedpipes/issues/48) for context. Granted this case is probably not the norm: Remote piping (for now, going to be local soon for security reasons). The server code is 100%...

Expose task factory as a server context option so that FIFO task queue can be used. Address false error on disconnect.

Some poor blokes like me need this code to work well with both net472, netCore3.1 and Net5 (and possibly net6) targets. This package ends up in a large solution and...

First off, this is a very convenient library, especially combined with the EFC Generator, especially when your database design is "ideal." @pwelter34 I'm curious if you have considered making it...

Wonderful package. When preparing to recommend it to a consultant, I realize it needs documentation. https://loresoft.com/MediatR.CommandQuery/ has the navigation and placeholders to describe itself, but the contents are all empty...

There's several places where docs seem stale. It would be really helpful if the documents described how to update the NVD binary db without scanning any project, from the CLI....

enhancement

It would be really helpful to be able to have dual configurations, where the "global install" (i.e. the .nuget AppData location) had the "default machine-wide" settings, which were read in,...

enhancement
help wanted
up for grabs

With 3.0, in a server streaming response, if the client leaves while the response stream is open, an uncaught RPC exception. throw new RpcException(new Status(StatusCode.Unavailable, "connection was unexpectedly terminated")); It...