David Roth

Results 11 issues of David Roth

Run BuiltInDataTypesNpgsqlTest again with the NodaTime plugin activated to verify that all BCL date/time types are properly supported. Closes #1490

Once [BCL type handler forwarding](https://github.com/npgsql/npgsql/pull/3124) support is merged, it makes sense to update noda time tests in efcore.pg. Ex. BCL datetime types should be added here so that they are...

test

In order to [increase pod-density](https://docs.aws.amazon.com/eks/latest/userguide/cni-increase-ip-addresses.html), I am trying to configure the "max-pods-per-node" setting when creating a managed node group. It seems that the "createManagedNodeGroup" from "pulumi/eks" has no support for...

kind/enhancement

These are the changes which are required for source link. (https://github.com/simpleinjector/SimpleInjector/issues/884) For information about the properties, see https://github.com/dotnet/sourcelink/blob/master/docs/README.md I can rename the `$(GITHUB_ACTIONS)` variable, since you do not use Github_Actions...

[Source link](https://devblogs.microsoft.com/dotnet/producing-packages-with-source-link/) is a great feature enabling easy and frictionless debugging of nuget packages. I'd love to have source link support in SimpleInjetor. This would make it very easy to...

enhancement

Hi, thanks for this really nice project. It solves some hard issues in an elegant way. Currently its only possible to specify a single backend via `-backend-service=backend-service`. Yes this backend...

enhancement
help-wanted

While the new query filters feature is really cool, I think it is lacking additional flexibility for configuration + usage (enable / disable). Let me use the example posted in...

type-enhancement
needs-design
area-query

Hey, I upgraded a project to .NET 10 and found that the db.Transaction API consistently times out. Initially, I suspected an issue within my own project, but I've successfully reproduced...

Updated all projects to target .NET 10.0, removing support for .NET 6.0. (Out of support since 1 year) .NET 6.0 is out of support since over 1 year, it makes...

Introduced a SetMenuItems method in Tray.cs to enable dynamic updates to the tray's context menu. This method clears the existing menu items, adds new ones, and registers the necessary click...