Jon Hynes

Results 7 issues of Jon Hynes

| Q | A | --------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Related tickets | #2627 | License...

### Expected behaviour The plugin currently prevents pasting dates outside of the startDate/endDate range. Similarly, it should also prevent pasting dates that are disabled. ### Actual behaviour The user currently...

If the content-type of a form is JSON, then I am getting the following error: System.InvalidOperationException: Incorrect Content-Type: application/json; charset=UTF-8 at Microsoft.AspNetCore.Http.Features.FormFeature.ReadForm() at Microsoft.AspNetCore.Http.DefaultHttpRequest.get_Form() at Recaptcha.Web.RecaptchaVerificationHelper..ctor(HttpContext httpContext, String secretKey) at...

### Description When using DbSet.Include(x => x.Relationship) where **Relationship** is a type which has a subclass, we receive a EntityCommandCompilationException. I've included the full exception below, and a test case...

Sometimes it is useful to be able to ignore subtext when executing a search. It may include descriptive (but non-identifying) information that is better ignored by a search.

Calling `command.Parameters.Contains(name)` for every parameter is an n-squared algorithm for many database implementations and can cause performance degredation when there is a large number of parameters. This fixes that performance...