Justin Buchanan

Results 7 comments of Justin Buchanan

Same problem here.

@mattisking This library does *not* use System.DirectoryServices.AccountManagement, so there shouldn't be any reason you can continue to use it on a Linux host. In fact, one of the reasons this...

Is there a reason this hasn't been addressed? This problem breaks any usage of odata with newer Postgres/EFcore with date filtering. Perhaps if there's concern about breaking existing usages, we...

The `IOpenSchemaProvider` implementation is registered with the ASP.NET service container. Unless I'm mistaken, I thought the service provider from which custom filter binders are created doesn't resolve services out of...

If we could even make it pluggable in some way, like an interface we can put in DI to implement the important bits, like a Filter/Select/Order binder, so we could...

Is this going to be fixed sometime? I tried to get a local dev environment working to fix it but I couldn't get a local build running. I'm confused how...

We are running into a similar issue. We get the same error when declaring a read-only property without a setter. We found a workaround that if you add a setter...