Matt Gordon
Matt Gordon
Added a fluent builder for when we need to manually create nodes. See the example in `EasyJavaController`.
Could you guys build a regular ES5 version (without requiring Node) and have it under releases and/or available on Bower?
Any plans on adding a query builder? I've been using this one in non-Blazor apps: https://querybuilder.js.org/ Any just noticed this one from SyncFusion: https://blazor.syncfusion.com/documentation/query-builder/getting-started Much prefer your components though.. would...
I don't think `Underscore()` should automatically transform to lowercase. I need a way to transform pascal to underscore without changing case and that does not seem possible with Humanizer.. it...
This relates to issue #825 . My colleague has left the organization, so I forked his work and am submitting it here.
I was wondering if it was possible to create hidden rules. I came across this old issue: #156 . That doesn't seem to be very helpful though. Can you give...
Would you please consider adding a `has_flag` option to the comparison operators to support bitwise flags? For example, let's say one of our columns called, "ProductType" can hold a value...
I originally opened this issue in the WebApi repo (not realizing there's this new repo specifically for .NET Core).. The full details of the issue can be found here: https://github.com/OData/WebApi/issues/2602...
**Version**: Microsoft.AspNetCore.OData v8.0.10 **Description**: DateTime not being parsed correctly for functions. **Steps to Reproduce** Add a function with DateTime parameters. Example: ``` var getAvailabilityFunction = builder.EntityType().Collection.Function("GetAvailability"); getAvailabilityFunction.Parameter("tourPackageId"); getAvailabilityFunction.Parameter("hotelName"); getAvailabilityFunction.Parameter("dateFrom"); getAvailabilityFunction.Parameter("dateTo");...
Is there any chance you might consider improving the file management? I'm wondering if it's possible to make some kind of interface to swap custom file managers in, in place...