0
manish2709 created
when i run command in cmd .EntityFramework>dotnet ef migrations add "Added_Customer_Table" it has shown below message and migration class is not created but when we rut it against SQl server it run successfully and create migration class.
key=value argument incorrect in ConnectionString Parameter name: trusted_connection
suggest me how can we resolve this issue.