Derek Gray

Results 12 issues of Derek Gray

https://github.com/dotnet/efcore/issues/22525 check this case out

https://github.com/dotnet/efcore/issues/22524 check this case out

Since the skip reason is added as a 'standard output' message, it doesn't show the message in the test explorer or allow you to filter by message. I propose to...

up-for-grabs
enhancement

In the following location, an exception is raised when attempting to make modifications to a property that belongs to either a primary or alternate key (using the `IsKey` extension method):...

type-enhancement
area-change-tracking

_wwwFormUrlEncodePiece does not account for null and undefined values. ## Expected outcome A null or undefined value would be coalesced to an empty string during encoding. ## Actual outcome An...

api-feedback
p2 - icebox

Example: ``` private static IConverter converter = new ThreadSafeConverter( new RemotingToolset( someDeployment)); private static IConverter anotherConverter = new ThreadSafeConverter( new RemotingToolset( someOtherDeployment)); ``` If both of these converters are used...

originating from TuesPechkin
help wanted

This package should reference both Win32 and Win64 packages and dynamically choose the correct one to use during runtime. This should work because .NET only loads an assembly once a...

enhancement
help wanted

This package would reference the TuesPechkin package as well as the TuesPechkin.Wkhtmltox.AnyCPU package and provide a sort of 'black box' interface to use TuesPeckin a la 1.x.x (think `Factory.Create()`)

enhancement
help wanted

There are a lot of open issues so I am not sure what issues if any this would close, but here is what I've got: Chrome Always fires focus before...

The issue: - The browser will not load stylesheets from links with the `disabled` attribute. - The polyfill currently will load such links, and if any changes are applied, replace...

enhancement