diff --git a/Directory.Build.props b/Directory.Build.props
index 37e60df1..f488016d 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,47 +1,47 @@
-
-
-
- net10.0
- 14
- enable
- enable
- false
- true
- $(NoWarn);CS1591
-
-
- true
- true
- false
- false
-
-
- true
- true
-
-
- true
- true
- true
- snupkg
-
-
- MPCoreDeveloper
- MPCoreDeveloper
- SharpCoreDB
- Copyright © 2025-2026 MPCoreDeveloper
- MIT
- https://github.com/MPCoreDeveloper/SharpCoreDB
- https://github.com/MPCoreDeveloper/SharpCoreDB.git
- git
- database;embedded;nosql;keyvalue;encryption;aes;simd;performance;dotnet10
- README.md
- icon.png
- High-performance embedded database for .NET 10 with AES-256 encryption, SIMD analytics, and B-tree indexes
-
-
-
-
-
-
-
+
+
+
+ net10.0
+ 14
+ enable
+ enable
+ false
+ true
+ $(NoWarn);CS1591
+
+
+ true
+ true
+ false
+ false
+
+
+ true
+ true
+
+
+ true
+ true
+ true
+ snupkg
+
+
+ MPCoreDeveloper
+ MPCoreDeveloper
+ SharpCoreDB
+ Copyright © 2025-2026 MPCoreDeveloper
+ MIT
+ https://github.com/MPCoreDeveloper/SharpCoreDB
+ https://github.com/MPCoreDeveloper/SharpCoreDB.git
+ git
+ database;embedded;nosql;keyvalue;encryption;aes;simd;performance;dotnet10
+ README.md
+ icon.png
+ High-performance embedded database for .NET 10 with AES-256 encryption, SIMD analytics, and B-tree indexes
+
+
+
+
+
+
+
diff --git a/Examples/EventSourcing/OrderManagement.Tests/OrderManagement.Tests.csproj b/Examples/EventSourcing/OrderManagement.Tests/OrderManagement.Tests.csproj
index a55fd270..19b3f782 100644
--- a/Examples/EventSourcing/OrderManagement.Tests/OrderManagement.Tests.csproj
+++ b/Examples/EventSourcing/OrderManagement.Tests/OrderManagement.Tests.csproj
@@ -1,40 +1,40 @@
-
-
-
- net10.0
- 14.0
- enable
- enable
- false
- true
- true
- false
-
-
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net10.0
+ 14.0
+ enable
+ enable
+ false
+ true
+ true
+ false
+
+
+
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/SharpCoreDB.AppHost/SharpCoreDB.AppHost.csproj b/src/SharpCoreDB.AppHost/SharpCoreDB.AppHost.csproj
index 8f8ffc62..c753f9ef 100644
--- a/src/SharpCoreDB.AppHost/SharpCoreDB.AppHost.csproj
+++ b/src/SharpCoreDB.AppHost/SharpCoreDB.AppHost.csproj
@@ -1,31 +1,31 @@
-
-
-
-
- Exe
- net10.0
- 14.0
- enable
- enable
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ Exe
+ net10.0
+ 14.0
+ enable
+ enable
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tests/SharpCoreDB.Analytics.Tests/SharpCoreDB.Analytics.Tests.csproj b/tests/SharpCoreDB.Analytics.Tests/SharpCoreDB.Analytics.Tests.csproj
index 68d89682..8548d7e8 100644
--- a/tests/SharpCoreDB.Analytics.Tests/SharpCoreDB.Analytics.Tests.csproj
+++ b/tests/SharpCoreDB.Analytics.Tests/SharpCoreDB.Analytics.Tests.csproj
@@ -1,35 +1,35 @@
-
-
-
- net10.0
- enable
- enable
- false
-
-
-
-
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net10.0
+ enable
+ enable
+ false
+
+
+
+
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tests/SharpCoreDB.CQRS.Tests/SharpCoreDB.CQRS.Tests.csproj b/tests/SharpCoreDB.CQRS.Tests/SharpCoreDB.CQRS.Tests.csproj
index b637da82..e84c8f18 100644
--- a/tests/SharpCoreDB.CQRS.Tests/SharpCoreDB.CQRS.Tests.csproj
+++ b/tests/SharpCoreDB.CQRS.Tests/SharpCoreDB.CQRS.Tests.csproj
@@ -1,37 +1,37 @@
-
-
-
- net10.0
- 14.0
- enable
- enable
- Exe
- false
- true
- 1.7.0
-
-
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net10.0
+ 14.0
+ enable
+ enable
+ Exe
+ false
+ true
+ 1.7.0
+
+
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tests/SharpCoreDB.EntityFrameworkCore.Tests/SharpCoreDB.EntityFrameworkCore.Tests.csproj b/tests/SharpCoreDB.EntityFrameworkCore.Tests/SharpCoreDB.EntityFrameworkCore.Tests.csproj
index 9217b425..56e65cbb 100644
--- a/tests/SharpCoreDB.EntityFrameworkCore.Tests/SharpCoreDB.EntityFrameworkCore.Tests.csproj
+++ b/tests/SharpCoreDB.EntityFrameworkCore.Tests/SharpCoreDB.EntityFrameworkCore.Tests.csproj
@@ -1,46 +1,46 @@
-
-
-
- net10.0
- 1.0.5
- 14.0
- enable
- enable
- false
- true
- SharpCoreDB.EntityFrameworkCore.Tests
- MPCoreDeveloper
- SharpCoreDB
- Unit tests for SharpCoreDB EntityFrameworkCore integration.
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net10.0
+ 1.0.5
+ 14.0
+ enable
+ enable
+ false
+ true
+ SharpCoreDB.EntityFrameworkCore.Tests
+ MPCoreDeveloper
+ SharpCoreDB
+ Unit tests for SharpCoreDB EntityFrameworkCore integration.
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tests/SharpCoreDB.EventSourcing.Tests/SharpCoreDB.EventSourcing.Tests.csproj b/tests/SharpCoreDB.EventSourcing.Tests/SharpCoreDB.EventSourcing.Tests.csproj
index 39feeff6..abe969c8 100644
--- a/tests/SharpCoreDB.EventSourcing.Tests/SharpCoreDB.EventSourcing.Tests.csproj
+++ b/tests/SharpCoreDB.EventSourcing.Tests/SharpCoreDB.EventSourcing.Tests.csproj
@@ -1,35 +1,35 @@
-
-
-
- net10.0
- 14.0
- enable
- enable
- Exe
- false
- true
- 1.7.0
-
-
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net10.0
+ 14.0
+ enable
+ enable
+ Exe
+ false
+ true
+ 1.7.0
+
+
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tests/SharpCoreDB.Projections.Tests/SharpCoreDB.Projections.Tests.csproj b/tests/SharpCoreDB.Projections.Tests/SharpCoreDB.Projections.Tests.csproj
index 0302f73b..366f5e73 100644
--- a/tests/SharpCoreDB.Projections.Tests/SharpCoreDB.Projections.Tests.csproj
+++ b/tests/SharpCoreDB.Projections.Tests/SharpCoreDB.Projections.Tests.csproj
@@ -1,37 +1,37 @@
-
-
-
- net10.0
- 14.0
- enable
- enable
- Exe
- false
- true
- 1.7.0
-
-
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net10.0
+ 14.0
+ enable
+ enable
+ Exe
+ false
+ true
+ 1.7.0
+
+
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tests/SharpCoreDB.Provider.Sync.Tests/SharpCoreDB.Provider.Sync.Tests.csproj b/tests/SharpCoreDB.Provider.Sync.Tests/SharpCoreDB.Provider.Sync.Tests.csproj
index 81d77391..8a213c77 100644
--- a/tests/SharpCoreDB.Provider.Sync.Tests/SharpCoreDB.Provider.Sync.Tests.csproj
+++ b/tests/SharpCoreDB.Provider.Sync.Tests/SharpCoreDB.Provider.Sync.Tests.csproj
@@ -1,60 +1,60 @@
-
-
-
- net10.0
- 14.0
- enable
- enable
- true
-
-
- false
- false
-
-
- false
-
-
-
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net10.0
+ 14.0
+ enable
+ enable
+ true
+
+
+ false
+ false
+
+
+ false
+
+
+
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tests/SharpCoreDB.Server.IntegrationTests/SharpCoreDB.Server.IntegrationTests.csproj b/tests/SharpCoreDB.Server.IntegrationTests/SharpCoreDB.Server.IntegrationTests.csproj
index cf4a24a5..b673ac6c 100644
--- a/tests/SharpCoreDB.Server.IntegrationTests/SharpCoreDB.Server.IntegrationTests.csproj
+++ b/tests/SharpCoreDB.Server.IntegrationTests/SharpCoreDB.Server.IntegrationTests.csproj
@@ -1,38 +1,38 @@
-
-
-
- net10.0
- 14.0
- Exe
- enable
- enable
- false
- true
-
-
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net10.0
+ 14.0
+ Exe
+ enable
+ enable
+ false
+ true
+
+
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tests/SharpCoreDB.Tests/SharpCoreDB.Tests.csproj b/tests/SharpCoreDB.Tests/SharpCoreDB.Tests.csproj
index 33f6b306..261df65f 100644
--- a/tests/SharpCoreDB.Tests/SharpCoreDB.Tests.csproj
+++ b/tests/SharpCoreDB.Tests/SharpCoreDB.Tests.csproj
@@ -1,64 +1,64 @@
-
-
-
- net10.0
- 1.0.5
- 14.0
- enable
- enable
- false
- true
- $(MSBuildProjectDirectory)\test.runsettings
- SharpCoreDB.Tests
- MPCoreDeveloper
- SharpCoreDB
- Unit tests for SharpCoreDB.
- v1.0.5: Added tests for DEFAULT/CHECK constraints; transaction stability tests for batch APIs.
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net10.0
+ 1.0.5
+ 14.0
+ enable
+ enable
+ false
+ true
+ $(MSBuildProjectDirectory)\test.runsettings
+ SharpCoreDB.Tests
+ MPCoreDeveloper
+ SharpCoreDB
+ Unit tests for SharpCoreDB.
+ v1.0.5: Added tests for DEFAULT/CHECK constraints; transaction stability tests for batch APIs.
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tests/SharpCoreDB.VectorSearch.Tests/SharpCoreDB.VectorSearch.Tests.csproj b/tests/SharpCoreDB.VectorSearch.Tests/SharpCoreDB.VectorSearch.Tests.csproj
index 59b6fa5e..1f2a7ee1 100644
--- a/tests/SharpCoreDB.VectorSearch.Tests/SharpCoreDB.VectorSearch.Tests.csproj
+++ b/tests/SharpCoreDB.VectorSearch.Tests/SharpCoreDB.VectorSearch.Tests.csproj
@@ -1,39 +1,39 @@
-
-
-
- net10.0
- 14.0
- enable
- enable
- true
- false
- true
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net10.0
+ 14.0
+ enable
+ enable
+ true
+ false
+ true
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+