async and await support

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hello Guys,

I am following NopCommerce from version 3.40 but still it hasn't added async and await support yet. Any plan for next releases?
7 years ago
async and await is supported by Visual studio and can be used in nopCommerce project.

Make sure you change the target framework to 4.5.

https://blogs.msdn.microsoft.com/bclteam/2012/10/22/using-asyncawait-without-net-framework-4-5/
7 years ago
ludlamzgull wrote:
async and await is supported by Visual studio and can be used in nopCommerce project.

Make sure you change the target framework to 4.5.

https://blogs.msdn.microsoft.com/bclteam/2012/10/22/using-asyncawait-without-net-framework-4-5/



This isn't a response to the question. Nopcommerce internally does not implement async, so if you want to create a plugin that needs to be async for performance reasons you cannot do it.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.