Timmy Douglas
Timmy Douglas
# Bug Report When publishing my app with `dotnet publish --self-contained -p:PublishAot=true -r win-x64 -o out` and then running it, the app crashes on startup with an open telemetry stack:...
### Is your feature request related to a problem? Please describe. I'm always frustrated when I catch a generic exception which is actually a RpcException and print ex.Message. It fills...
In my emacs config I have something like this: ``` (put 'kill-region 'interactive-form '(interactive (if (use-region-p) (list (region-beginning) (region-end)) (list (line-beginning-position) (line-beginning-position 2))))) ``` So if I don't have a...
Creating a draft PR for #997 Still a ways to go. Will squash the commits later.
### What should we add or change to make your life better? Requesting metrics in some of the default classes such as: https://github.com/microsoft/reverse-proxy/blob/04b1fe8d8cd0f25b814805c2fb91c68fb26c7f29/src/ReverseProxy/Health/DestinationHealthUpdater.cs#L43 https://github.com/microsoft/reverse-proxy/blob/04b1fe8d8cd0f25b814805c2fb91c68fb26c7f29/src/ReverseProxy/Health/ActiveHealthCheckMonitor.cs#L197C31-L197C31 https://learn.microsoft.com/en-us/dotnet/core/diagnostics/metrics-collection Specifically, today, I'm looking for...
**Is your feature request related to a problem?** We're running the prometheus exporter middleware in production container environment where we have a setup with ILogger exporting to Geneva. We don't...
Given the following code ``` private static Mock CreateAugmentationBuilderWorkflow(string workflow, IList builders) { var augmentationBuilderWorkflowsMock = new Mock(); var workflows = new Dictionary(); var workflowMock = new Mock(); workflowMock.Setup(x =>...
## Background and Motivation Reflecting on #85, I am thinking about a more generic option for egress. When running in a container, a rolling file egress may not make as...
## Summary We're trying to reduce `git clean` time for our developers. We have a C# repo used by hundreds of developers that invokes rush build to build 80+ rush...
## Summary Our git repository currently uses a msbuild-based build system. We invoke `rush build` to build ~80 packages from our rush.json. Currently these packages drop files into the `dist`...