Sergey Rogachev
Results
2
issues of
Sergey Rogachev
Hello! On my page i have four summernote elements. Page is loading very slowly. How fix this problem?
enhancement
Function `withProfile` don't return `ICreateMapFluentFunctions` and i can't do this: ```javascript automapper .createMap('object', 'AutoCallSettingsDto') .withProfile('PascalCaseToCamelCase') .convertToType(AutoCallSettingsDto); ``` How can I do this?