Nick Craver

Results 28 issues of Nick Craver

This is a proposal with ideas given some cases I've hit on larger projects. I'll use `StackExchange.Redis.Tests` as my example library here. ## Background What I have today is something...

type: Feature
area: Core framework
help wanted

This adds similar support from LibraryName to LibraryVersion so that consumers can override both if they so choose - this works in all the same places, DefaultOptionsProvider, etc. Resolves #2533.

💔 breaking-change

Working to add some Azure details around DTUs and such for those server renders to make the dashboard more useful.

#### Overview This is a small one, but with aspects of ETW I'm not aware of in terms of transitioning. In the IEventGenerator for ETW, every log line flowing through...

perf
swimlane:monitoring

This is a merge-conflict resolved version of #428 (maintaining author history for credit!)

Here: https://github.com/NickCraver/StackExchange.Exceptional/blob/main/src/StackExchange.Exceptional.AspNetCore/AspNetCoreExtensions.cs#L156-L159 isn't logging a form key that has no values, this tripped us up when debugging today. Needs handling for 0 values and adding a single pair as null....

bug

Can we add a `-Backup` flag (or maybe it takes a path)? e.g. `hosts.bak` is created before write operations? This would act as a nice failsafe when anything goes wrong.

Talking on the weekly sync, basic idea is we have a timer that fires say once per second. We only need 1 entire process (static, not per-multiplexer). Overall setup: -...

âž• enhancement