Andrew Lock
Andrew Lock
# Fix `CachedFactoryContext` is unused Stores the `RequestDelegateFactoryContext` created in `RequestDelegateFactory.InferMetadata()` on `RequestDelegateMetadataResult.CachedFactoryContext` so it can be reused in `RequestDelegateFactory.Create()`. ## Description This was always the _expected_ behaviour, as caching...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I was looking through some of the code related to...
jQuery unobtrusive validation disables the default Constraints API behaviours. Without it, the constraints validation warnings interfere with the default validation messages:  The solution is to add `novalidate="novalidate"` to the...
We just discovered that someone had used non-serializable data (a dictionary) in a Theory test case, because we happened to look at the CI logs. It would be nice if...
Hi, I recently switched my blog to using giscus, so thank you so much for creating a great tool! Unfortunately I've just noticed that giscus appears to be creating duplicate...
## Summary of changes Use `TraceId128` in log instead of `TraceId` when recording exception ## Reason for change `TraceId` only gives the 64-bit TraceId, `TraceId128` gives the full thing ##...
## Summary of changes - Change automatic instrumentation to target `netcoreapp2.1` instead of `netstandard2.0` - Replace some code paths with `NETCOREAPP` instead of `NETCOREAPP3_1_OR_GREATER` (or vice-versa) ## Reason for change...
## Summary of changes - Changes the default value of `DD_TRACE_DELAY_WCF_INSTRUMENTATION_ENABLED` to `true` - Changes the default value of `DD_TRACE_OTEL_ENABLED` to `true` ## Reason for change We want to update...
## Summary of changes Adds the planned changes for the v3 migration ## Reason for change We want to document the major changes we're making and describe how customers should...
## Summary of changes Clean the working directory before cloning into it ## Reason for change Azure Devops explicitly _doesn't_ clean the directory after running a job. That's fine normally,...