Base solution for your next web application
Open Closed

Source Code update #3758


User avatar
0
ivanosw1 created

Hi, We are moving from abp 3.2.0 to 4.3.0 core. I've noted the the source code available on github has changed the structure. Which projects and where I have to download in order to have the complete full code ?

GitHub - AspnetZero -> aspnet-zero-core seems a template project and also aspnet-zero. I need what in the first version were Abp.sln and Abp.Zero.sln.

Thanks


6 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @ivanosw1,

    aspnet-zero is for MVC 5.x and aspnet-zero-core is for ASP.NET Core version. Do you want to update your existing MVC 5.x application to ASP.NET Core version ?

    If so, we don't have a way of doing it. You should do it manually and I think it is a hard job to do.

    Thanks.

  • User Avatar
    0
    ivanosw1 created

    Hi,

    I'm using the Core version (3.2.0) with angular. We are planning to upgrade to version 4.3.0. I know that is my problem how to make the upgrade, but I need the source code for that. aspnet-zero-core has MyCompanyName.AbpZeroTemplate.sln that I don't think is the source code.

    I need what in the 3.2.0 version were Abp.sln and Abp.Zero.sln.

    Thank you.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @ivanosw1,

    You can download a new project from aspnetzero.com to get newest version. Does that work for you ?

    You can also check this topic for upgrading to a newer version #1073.

    Thanks.

  • User Avatar
    0
    ivanosw1 created

    Hi @ismcagdas,

    I'm sorry but is not what I mean.

    I try to explain better: What I need is the source code of the nuget packages like Abp v.2.3.0 that contains public abstract class AbpModule { ....

    From AspnetZero github I can download "aspnet-zero-core" that it isn't the source code. Is a template project.

    In 3.2.0 version the soluzione Abp.sln contains the source code of AbpModule. I need the same but from 4.3.0 core version.

    Thanks

  • User Avatar
    0
    strix20 created

    ABP is open source... you can find all of the ABP code in the public repository.

    <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/Modules/AbpModule.cs">https://github.com/aspnetboilerplate/as ... pModule.cs</a>

  • User Avatar
    0
    ivanosw1 created

    Ok now I've realized.

    TheAspZero code before was in private repository, while now has moved on public repository. Thank you very much @srtrix20.