I whip up alot of c++ projects to test features or ideas and end up doing the same setup over and over. These are two templates, an executable and a dll. The Dll template also has all the macros ...
We have LogicApp application with Function DLL to include c# code. It is working without problem. We have MsTest UnitTests. Everything was ok in Visual Code and Visual Studio. But after we have added ...