Nick Craver

Results 28 issues of Nick Craver

One of the common pain points I've hit is builds re-running when they don't need to and a leading cause of this is `CopyToOutputDirectory="Always"` set somewhere on a Compile/None/EmbeddedResource/etc. These...

changewaves

This would be part of the overall Dapper v2 project (#688) There's obviously been a lot of interest in controlling column and table name mappings in a coherent and fully...

enhancement
proposal
area:mapping

Working on ILogger support, but without new overloads possibly. Since we support `Action` this can be added today e.g. with `o => o.Logger = myLogger`: ```cs var muxer = ConnectionMultiplexer.Connect("localhost",...

enhancement
area:logging

We've gotten asks for this in things like #1474, #1593, and #1675. The general ask is support for blocking operations [like `WAIT`](https://redis.io/commands/wait) but also others [like `XREAD`](https://redis.io/commands/xread). The general problem...

➕ enhancement
⚙️ area:connection
🧱 blocking-commands

**Type** (choose one): Feature request **NPE version**: 5.10.43 **OS version**: Windows 10 **Installed from**: Microsoft Store It'd be handy if a few items, if they are links, were linkified in...

enhancement
help wanted
up-for-grabs
ux-wpf

Currently several assumptions are made about UTC time, while I think all servers should be running in UTC time that's obviously not reality and we need to handle it. Some...

planned
sql-server

Done for #64, runs can now invoked via: ```ps .\Benchmarks.cmd --filter *Lock* ```

Issue for tracking this discussion (so I can also put benchmarks somewhere). Getting benchmarks running again for a discussion around going back to SemaphoreSlim now that the async issue has...

In opening a few PRs yesterday (#7917, #7919, #7920) , we noticed that PR builds weren't allowed from forks at all. I have permissions so we tried `/azp run` but...

needs-discussion

`TraceWriter` is deprecated but remains in the testing and samples path, driving more adoption then we want probably (see #8015) - prepping a PR in case we want to execute...

4.0
pr: needs author feedback