From 6fc2b0bcdeb8bda9615b6ce32199b891492e6544 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 19 May 2026 00:48:37 +0000
Subject: [PATCH 1/2] Initial plan
From 81e7d6b4e220eb38b37398b090f6868111919d54 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 19 May 2026 00:50:57 +0000
Subject: [PATCH 2/2] Add SQLitePCLRaw.bundle_e_sqlite3 reference to
EFCore.Sqlite.Benchmarks
SQLitePCLRaw 3.x requires a bundle package reference to register the
provider via ModuleInitializer. Without it, all SQLite benchmarks fail
with "You need to call SQLitePCL.raw.SetProvider()".
Agent-Logs-Url: https://github.com/dotnet/efcore/sessions/2835a5c3-ee54-4940-98c4-975848ab0862
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
---
.../EFCore.Sqlite.Benchmarks/EFCore.Sqlite.Benchmarks.csproj | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/benchmark/EFCore.Sqlite.Benchmarks/EFCore.Sqlite.Benchmarks.csproj b/benchmark/EFCore.Sqlite.Benchmarks/EFCore.Sqlite.Benchmarks.csproj
index 5829a05d56f..2eb2534dfb2 100644
--- a/benchmark/EFCore.Sqlite.Benchmarks/EFCore.Sqlite.Benchmarks.csproj
+++ b/benchmark/EFCore.Sqlite.Benchmarks/EFCore.Sqlite.Benchmarks.csproj
@@ -16,6 +16,10 @@
+
+
+
+
Always