wanlitao / HangfireExtension

Hangfire Extension plugins
Apache License 2.0
22 stars 32 forks source link

Problem with connection string without semicolon #21

Closed fontanaricardo closed 6 years ago

fontanaricardo commented 6 years ago

Using the connection string Data Source=data.db, an exception was throwned with the error Could not find connection string with name 'Data Source=data.db' in application config file. This error not happen if connection string is Data Source=data.db;

wanlitao commented 6 years ago

reference #18