Yaser Moradi
Yaser Moradi
https://github.com/jaystack/jaydata/issues/259
I've no problem with this default behavior, but if you have a problem with that, you can do something like this: ``` var originalRequired = $data.Validation.EntityValidation.prototype.supportedValidations["$data.Array"].required; $data.Validation.EntityValidation.prototype.supportedValidations["$data.Array"].required = function required(value,...
Take a look at https://github.com/jaystack/jaysvcutil
We're using this fantastic library in our projects. Although this library had several bugs, [we tried to fix them in our fork](https://github.com/jaystack/jaydata/compare/development...bit-foundation:development) Our version is ready to be used in...
I've developed an application based on jaydata - kendo integration and Web API OData 4. I cloned and built latest jaydata code for my app. I had to modify some...
I'm generating something like this: https://github.com/jaystack/odata4-webapi-endpoint/blob/development/WebApi_2_2_OData_4/client/JayDataContext.js with Roslyn, after successful build, from my C# codes. I don't appreciate jay svc util, because it needs server to be running. I try...
I'm so sorry, I was really busy. Could you please replace the jaydata kendo.js module of yours with this one? [kendo.zip](https://github.com/jaystack/jaydata/files/320027/kendo.zip)
@jamiefraser Use our [new release](https://github.com/bit-foundation/jaydata/releases/tag/1.5.16) We've fixed lots of issues in 57 commits!
About using **IdentityServer4.AccessTokenValidation** in **.NET full / Web API 2 / Owin app** It's absolutely possible, you can configure owin pipeline on top of asp.net core's pipeline, then you can...
Things have been changed recently. All links you've provided are all about Katana (An owin implementation) **version 3**. Microsoft team has released **Katana 4** recently (It's alpha although), and it's...