Michael McDonald
Michael McDonald
Resolves #67, resolves #173
### Describe the feature Similar to Tags and Baggage would be nice to have an option to log Activity.Current.TraceStateString.
As evidenced by this question and answer the current documentation is a bit confusing. https://stackoverflow.com/a/21271085/222748 It also seems there is a missing argument `fTrySkipCustomErrors` to this method in the docs:...
It would be helpful if there's a JSON schema we could link to in our own schema for appsettings.json for intellisense and validation. https://json.schemastore.org/appsettings
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [x] Feature...
**Is your feature request related to a problem? Please describe.** I would like to remove false positives from "Generic API Key" rule in config file that looks like this (Microsoft...
**Is your feature request related to a problem? Please describe.** I'd like to modify "Generic API Key" rule to ignore XML file it's not handling properly. Unfortunately I'm not able...
We're using megalinter https://megalinter.io/v6/descriptors/csharp_csharpier/ to ensure code is formatted however it requires developers to install the same version of csharpier that megalinter uses otherwise there's a mismatch. Being able to...
I'm finding requests inside batch are missing request body once forwarded by reverse proxies such as ProxyKit or YARP are missing. Looking into the source code I discovered this was...