Tom Longhurst
Tom Longhurst
Hey, is there anything necessary for me to do to get this moving?
@davidfowl I've changed it to only allocate a string if I'm going to use it for returning etc. Is this what you mean?
Yes please. Was just looking to implement this, but could only find a single choice selector!
Think I've fixed the build issues and nullability warnings. Yeah the static variable Vs variable thing does add some complexity for the user. I couldn't think of another way around...
Hi all, I've written a small package that acts as an interface for `TelemetryClient`. It just requires another registration line in your ServiceCollection (`services.AddApplicationInsightsTelemetryClientInterfaces()`) Then you can inject an `ITelemetryClient`...
@JackSinclairT check out https://github.com/thomhurst/ApplicationInsights.TelemetryLogger
It'd definitely be useful. It's similar to what I was trying to do before with the CompileTimeVariable and RuntimeVariable, but we found it just added complication. If we could somehow...
Just would like to put my two cents in here. I understand that the console is slow, and printing out passing tests will slow things down, but a UI or...
> This branch has conflicts that must be resolved