Jakub

Results 6 comments of Jakub

I can agree that problem still exists in the newest verison. When it comes to derived object initialization, all properties are initialized in ancestor class and then in derived are...

@vocko @OptimusPi I did a PR (https://github.com/RicoSuter/NJsonSchema/pull/1485), anyway RicoSuter got right, and that's not a fault of the library - the problem is related to the react-build itself (or babel/webpack...

Hi, at the moment I made this PR i wasn't really sure about the origin of the problem but now it's all clear for me. So, it's common scenario when...

It's not working because SqlKata attributes eg. "Column" are used only for **SqlKata.Execution** Insert/Update. For now you have to use additional standard-dapper mapping methods.

> I found setting the `model` value after the `html.set` event resolved the issue: > > ``` > state = { > htmlSet: false, > } > > render ()...

If anyone need a hotfix for such problem, you can set `templateDirectory` property of openApiToTypeScriptClient in .nswag file and place hotfixed template in the directory. [Class.zip](https://github.com/RicoSuter/NSwag/files/7892147/Class.zip) Hotfix should also apply...