Skip to content

Commit 8600bd2

Browse files
committed
feat: removed runtime loading sqlite.dll
1 parent 48d3a8c commit 8600bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OasysGH/Helpers/SqlReader.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static SqlReader Initialize() {
2424
string codeBasePath = Path.GetDirectoryName(Uri.UnescapeDataString(uri.Path));
2525

2626
try {
27-
var SQLiteInterop = Assembly.LoadFile(codeBasePath + @"\Microsoft.Data.Sqlite.dll");
27+
// var SQLiteInterop = Assembly.LoadFile(codeBasePath + @"\Microsoft.Data.Sqlite.dll");
2828

2929
return new SqlReader();
3030
}

0 commit comments

Comments
 (0)