Aregtech

Results 35 comments of 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,...