Morcatko

Results 11 comments of Morcatko

I guess it makes sense to ignore it in some cases. I think it should be optional - fail by default, but option to ignore it. Feel free to create...

Hello, thanks for the bug report. Here is the fix - https://github.com/Morcatko/Morcatko.AspNetCore.JsonMergePatch/pull/44 Are you able to test it from a branch? Thanks

Ahoj :) Sorry for late answer I am way overloaded right now and I am not able to fix it in a near future. If you could at least draft...

Hello, AFAIK This is currently not possible. You would have to add different media type into SupportedMediaTypes in xxxInputFormatter constructor. It should be possible to use xxxOptionsSetup.Configure method to pass...

I was able to use v4 (Tesseract-test 4.0.0-beta15) in Azure Functions v2. The only "hack" I had to do was to set CustomSearchPath as Az Func build ouptut has slightly...

Check what is a working directory and maybe preload the DLL manually. I had similar issues as well

I would like to help as well, although I don't have much free time, Anyway for start here is short snippet to get text from a page with bounding rects...

Interesting. I never noticed it. It seems to show all content types even if I remove `AddNewtonsoftJsonMergePatch` and comment out all non-default settings in swagger options in my application. It...

I don't think this could work, There is always a whole model in memory and the validator does not know which properties are set. Also `Required` is not the only...