Finbuckle / Finbuckle.MultiTenant

Finbuckle.MultiTenant is an open-source multitenancy middleware library for .NET. It enables tenant resolution, per-tenant app behavior, and per-tenant data isolation.
https://www.finbuckle.com/multitenant
Apache License 2.0
1.33k stars 266 forks source link

Issue configuring WithEFCoreStore as the store #783

Open remmy1477 opened 9 months ago

remmy1477 commented 9 months ago

Good day,

Kudos for your effort on the library, am new to the library,and I have gone through the samples provided in the documentation,I will like to see the right way to configure WithEFCoreStore as the store,I have studied the provided sample,and on attempt to use Update-Database (migration) I get the following error " Format of the initialization string does not conform to specification starting at index 0".

Thanks

turkysha commented 9 months ago

You probably have issues with your connection string rather. Check format of your connection string.

AndrewTriesToCode commented 8 months ago

@remmy1477 did you get this figured out?