Prerequisites
Please answer the following questions before submitting an issue.
What is your product? ->10.3.0
What is your product type (Angular or MVC)? -> Angular
What is product framework type (.net framework or .net core)? -> net (Core) 5.0
One Solution
If issue related with ABP Framework
- What is ABP Framework version? -> 6.3.0
Dear Sirs and Madams.
I have downloaded the newest version of aspnetzero with an Angular net5.0 project. While creating the project there is a difference to your documentation. Before I'm going tzo implement can you please check the documentation vs. the created project structure. In your documentation overview you describe that there are two web (console) application ((....Web.Host and ....Web.Public) in the downloaded solution(Single Solution) i can find three applications (....Web.Core, ....Web.Host, ....Web.Public). You also describe that the web.host shall not contain any web content (e.g.: css, js and so on). But that is the case in the currently downloaded project. Can you confirm that the created solution is the right one? Or the documentation is up to date?
Documentation:
Created Solution:
Best Regards
Frank Jablonsky
2 Answer(s)
-
0
Hi @medigmbh
The .core project is a core project has Controllers and some web-specific content which used by Host and Mvc project. As far as I remember, after .netcore 3.0, it has to be a web application to contain this content, not a library. That is the reason why it is not a library anymore. We will update the image in the documentation. Here is the related issue https://github.com/aspnetzero/aspnet-zero-core/issues/3944
-
0
Thank you very much for clearification.