Paul Hatcher

Results 28 issues of Paul Hatcher

I have an application which is an MVC + WebAPI using OWIN, from what I can tell this sort of environment is not supported under v1. Is this expected to...

I recently upgraded from 3.4.1 to 3.6.0 and now my native tests are failing in VSTS. Previously the adapter ignored things it couldn't handle, now it raises an error Here's...

### Steps to reproduce 1. Followed the instruction on the getting started page, adding the NuGet package to each project 2. Build the project Platform: .NET version: 4.5 ### Expected...

Is ASP.NET Core MVC model validation supposed to happen with an OData controller? I have an entity marked up with `StringLength` attributes, but when it hits the controller the ModelState...

bug
P2

When you use Stats.interpolateLinear and the new key list extended earlier or later than the original, then the function uses the low/high value from the original list. I think this...

type-feature
up-for-grabs

Lifts the common code out into SendRequest and uses the defined Globals consistently for endpoints, versioning etc

At the moment if request.ShouldIncludeErrorDetail() is false, CreateErrorResponse, does not include the ODataErrorDetails. I can understand suppressing the exception information, but typically the ODataErrorDetail is used to provide more context...

P4
question

Given that .NET Core's container doesn't support named services, is there an easy/suggested way of registering multiple ITelemetryInitializers, just hit this requirement on a project where we have multiple initializers...

triaged
cxp
product-question
Azure-Monitor/svc
Pri2
application-insights/subsvc

Although you are publishing EF Core 7 with net6.0 support, the rest of the ecosystem doesn't want to play ball. For example, in an ASP.NET project the health check system...

customer-reported

Is there anyway of doing case/accent insensitive comparisons without pre-processing the strings?