-
I have started with the switch over from RetailSDK to CommerceSDK. We are an in-house development team, not ISV or Microsoft partner, so I don't need to keep RetailSDK around. I plan on copying everything over to CommerceSDK so that the users can test it while we can continue with customization on RetailSDK. Work will be duplicated at the beginning but that is ok. I rather have the 2 separate. At one point we had to upgrade Visual Studio from 2015 to 2017 for RetailSDK. Even though VS 2019 was available, retailSDK couldn't function on it. The typeScript version prerequisite was also v2.2.2 for RetailSDK. Any help is much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @RethaLam - for Commerce SDK and Store Commerce, Visual Studio 2022, 2019, and 2017 should all be sufficient. For the TypeScript version, we recommend TypeScript 4+ when working on Commerce SDK. I'm not familiar which version of TS each version of Visual Studio comes with by default, but there is some documentation available for setting up TypeScript as a part of the POS extension projects that may help (see step 7 of Create a POS extension package project). TypeScript's website also has some info on how you can get TypeScript configured with Visual Studio. Otherwise, if you're having issues with support for older versions of Visual Studio, then if it's an option for you, upgrading to a newer version of Visual Studio such as 2022 should provide you better support out of the box and the latest features. |
Beta Was this translation helpful? Give feedback.
Hi @RethaLam - for Commerce SDK and Store Commerce, Visual Studio 2022, 2019, and 2017 should all be sufficient.
For the TypeScript version, we recommend TypeScript 4+ when working on Commerce SDK. I'm not familiar which version of TS each version of Visual Studio comes with by default, but there is some documentation available for setting up TypeScript as a part of the POS extension projects that may help (see step 7 of Create a POS extension package project). TypeScript's website also has some info on how you can get TypeScript configured with Visual Studio.
Otherwise, if you're having issues with support for older versions of Visual Studio, then if it's an option for you, upgrading to …