Sergey Koshelev

Results 9 issues of Sergey Koshelev

nopCommerce version: 4.30+ When moving from EF to L2DB, we added several FKs that caused problems with the logic: https://github.com/nopSolutions/nopCommerce/issues/4466 https://github.com/nopSolutions/nopCommerce/issues/4561 https://github.com/nopSolutions/nopCommerce/issues/4677 The problem arose from the fact that fields...

on hold / maybe wont

it is necessary to solve the problem using different versions of libraries when different versions of one library are used by other different libraries ![image (2)](https://user-images.githubusercontent.com/16875599/84145806-3a9be180-aa63-11ea-8bfe-26ac930f150b.png) see details [here](https://www.nopcommerce.com/en/boards/topic/81849/43-couple-of-issues-when-building-source-code-on-azure-devops-build-pipeline) Also...

refactoring / source code

we need to change [this article](https://docs.nopcommerce.com/en/getting-started/configure-shipping/shipping-providers/ups.html) to reflect changes in integration with the new [UPS API](https://github.com/nopSolutions/nopCommerce/issues/6712). It would also be useful to add information about setting up the "shipment original...

user-guide
editorial

After the release of version 4.70, update the article https://docs.nopcommerce.com/en/installation-and-upgrading/installing-nopcommerce/installing-on-microsoft-azure.html. Need to add recommendations for adding user agent for Azure Traffic Manager and Azure AppService AlwaysOn as crawlers into the...

user-guide
editorial

The main problem is explained in this [forum post](https://www.nopcommerce.com/en/boards/topic/99627/is-it-possible-to-manually-install-a-plugin#314203). We use the $time$ template parameter, but, unfortunately, it is based on OS user settings which are not usually compatible with...

By convention, it's Domain not Domains. Singular, not plural (see details [here](https://www.nopcommerce.com/en/boards/topic/99627/is-it-possible-to-manually-install-a-plugin#314226))

We have at least three controllers: FacebookAuthenticationController, NopMobileAppController, WebApiFrontendController in which the Configure method is declared as asynchronous, but does not contain any logic or asynchronous calls. It is necessary...

refactoring / source code

In the new version of Compose Specification, the top-level Version parameter [has been made optional](https://github.com/compose-spec/compose-spec/blob/main/spec.md#version-and-name-top-level-elements) and deprecated, which is also indicated by a warning when creating a container. We need...

refactoring / source code

We switched to a new menu in the administration area long ago. However, we still use the inconvenient approach of storing the tree structure in the XML file. It is...

refactoring / source code