I just purchased a license of ASP.NET ZERO and love it! I wanted to mention that I created an Angular Core app and after opening the backend solution and trying to build it faied. The reason was due to the InfectiousSocial.App.Application.Shared project and the InfectiousSocial.App.Core.Shared both having a AppConsts class. I renamed the one in Core to CoreConsts and resolved the links appropriately and it built fine. I am primarily a Vue developer and want to know if there are plans to make a Vue version and if there are any examples available? Thanks!
2 Answer(s)
-
0
The reason was due to the InfectiousSocial.App.Application.Shared project and the InfectiousSocial.App.Core.Shared both having a AppConsts class.
This is because your application name is InfectiousSocial.App caused a naming conflict.
I am primarily a Vue developer and want to know if there are plans to make a Vue version and if there are any examples available?
There is currently no plan to support VUE.
-
0
This issue is closed because it has not had recent activity for a long time.