Base solution for your next web application
Open Closed

Seperate Forum for .NET Core Project? #2787


User avatar
0
th3monk3y created

First off, I would like to commend you on a job well done putting together the .NET Core / Angular2 project. You guys did an amazing job of keeping the architecture as close as possible to it's predecessor. The separation of concerns, the .html template files, TypeScript etc. The code is clean as expected!

I'm in the process of migrating my MVC project over to Core and it's going fantastic. Copying and pasting entire classes that just work! I did however come across one hiccup. The OnModelCreating method modelBuilder.ChangeAbpTablePrefix<Tenant, Role, User>(""); is not working. No big deal, moving on.

Is there any chance you can create a new forum that is .NET Core / Angular2 specific? I think it would help development moving forward. Breaking out the two would help tremendously and alleviate any confusion between the two architectures.

Thanks again for this amazing software and contribution to the community!


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

    Hi,

    Thanks a lot :). I understand your point for seperate forum section but currently we don't have enough resources for this :), but we can think about it in the future.

    Do you get an error when using ChangeAbpTablePrefix ?

    Thanks.

  • User Avatar
    0
    th3monk3y created

    The Migration-Tool will populate the database tables without removing the prefix. Seed data fails. Will not build with OnModelCreating method in place. Throws an exception.

    I have another unrelated question. What happened to the dynamic JS service proxies? Will they not work with core?

    thanks

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    JS proxies are also supported in Core, see <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/AspNet-Core#client-proxies">https://aspnetboilerplate.com/Pages/Doc ... nt-proxies</a>. I will check your other problem.

    Thanks.