Skip to content

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

@tynguyen

Description

@tynguyen

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

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

Metadata

Metadata

Assignees

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