Skip to content

Typo in ConnectAsync (Connectors.Memory.Sqlite/Database.cs) #379

Description

var connection = new SqliteConnection(@"Data Source={filename};");

Should it be
var connection = new SqliteConnection($"Data Source={filename};");
instead?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions