John Youngers

Results 6 issues of John Youngers

I just started playing with this a bit and I think the directive could benefit from the following functionality: 1) If there's already a duplicate message up, set that message's...

I'm using `ProjectToType` to generate mapping expressions for both SQL Server projects and a MongoDB project: I haven't run into any issues with expressions generated for SQL Server, but with...

waiting for info

### Checks - [X] I've already read https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors and I'm sure my issue is not covered in the troubleshooting guide. - [X] I am using charts that are officially provided...

bug
needs triage
gha-runner-scale-set

I believe when we encounter a filter like this: `myDate le 2025-05-02` The expression per operand will be generated here, which creates a numeric representation: https://github.com/OData/AspNetCoreOData/blob/main/src/Microsoft.AspNetCore.OData/Query/Expressions/ExpressionBinderHelper.cs#L425-L441 When combined with EFCore,...

question
P3

Would it be possible to dual publish `v9` as both `net9.0` and `net8.0`? I don't believe any of the dependencies require `net9.0` specifically. Right now it' s just `net9.0`: https://www.nuget.org/packages/EFCore.BulkExtensions.PostgreSql/#dependencies-body-tab...

enhancement
question

If I have the following table: ```sql CREATE TABLE public.sample_table ( sample_id UUID NOT NULL PRIMARY KEY, list_of_codes CHAR(4)[] NULL ); ``` with the following c# table definition: ```c# [Table("sample_table",...