Aregtech
Aregtech
Could you please make sure that it is compiled under Visual Studio? I tried locally and get errors. 1. The `.cpp` file is not included in the `areg-unit-tests.vcxproj` and `areg-unit-tests.vcxproj.filters`...
@harshit496, there is GitHub action workflow to run MSBuild. If you include the file in the MSVS project, it will fail. Another solution is, if you merge changes not with...
Hi @harshit496 , [This](https://github.com/aregtech/areg-sdk/blob/master/.github/workflows/msbuild.yml) the workflow. Your fork should also have it. As soon as you merge with your `master` branch, it will be triggered. Alternatively, you can edit the...
closing because it is already one year that there is no activity. there are already some string unit tests and they can be extended
I was doing, but didn't complete yet. In reality, this unit test is big, and definitely makes sense to split. And most probably I'll find some bugs :) Any help,...
@dyfet I wasn’t able to open an issue or discussion in the [areg-sdk repo](https://github.com/dyfet/areg-sdk), so I’ll leave my notes here instead. It’s really great to see the start of the...
I’d say that `NECrypto` bettr includes global functions and crypto-specific structures. In areg, namespaces like `NEMath` or `NEMemory` typically contain global utilities and lightweight types / structs. Classes can also...
I must check, probably this is because of debug/release builds.
@dyfet , Should Debug builds install apps/libs in the same location as Release, or use a separate location?