locked
Creating migration with EF core of Identity tables RRS feed

  • Question

  • User-81839486 posted

    I created new asp.net core project from template with Identity accounts and I want to create first EF core migration.

    My database is 

    https://drive.google.com/file/d/1dUtTUTiQudNgm56AFc6ikEBKv18fHcPF/view?usp=sharing

    my connection string is (not sure if it is correct):

    https://drive.google.com/file/d/19IY0b6_1B_qNgWr-05SUivxW0djAPIq9/view?usp=sharing

    and after running migration from cmd I get:

    https://drive.google.com/file/d/1WoWYII_jd-1v_dcM6vzQDzDVs83NMTcf/view?usp=sharing

    What is wrong?  (sory for previews bad links my fault)

    Sunday, August 9, 2020 4:33 PM

Answers

  • User-81839486 posted

    I managed to repair it with escaping character from / to // in connection string

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Sunday, August 9, 2020 4:51 PM

All replies

  • User1120430333 posted

    Why are you posting links that need some kind of security access?

    Sunday, August 9, 2020 4:40 PM
  • User-81839486 posted

    I managed to repair it with escaping character from / to // in connection string

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Sunday, August 9, 2020 4:51 PM