Andrew Lock

Results 78 issues of 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...

area-runtime
community-contribution

### 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...

area-web-frameworks

jQuery unobtrusive validation disables the default Constraints API behaviours. Without it, the constraints validation warnings interfere with the default validation messages: ![image](https://user-images.githubusercontent.com/18755388/229623491-1ace268e-67fe-4970-abf9-f0c7d04c1e0f.png) 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...

type: Feature
help wanted
area: Analyzers

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 ##...

area:tracer

## 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...

area:tracer
breaking-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...

area:tracer

## 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...

area:docs

## 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,...

area:builds