Skip to content

Upgrade projects to .NET 10 - #122

Merged
magiccodingman merged 1 commit into
masterfrom
chore/upgrade-dotnet-10
Aug 21, 2026
Merged

Upgrade projects to .NET 10#122
magiccodingman merged 1 commit into
masterfrom
chore/upgrade-dotnet-10

Conversation

@magiccodingman

Copy link
Copy Markdown
Owner

Summary

  • retarget every project to net10.0 and add a .NET 10 SDK policy
  • align ASP.NET Core, Blazor, UI, query, Playwright, and VSTest-compatible test dependencies
  • support the C# 14 ReadOnlySpan expression shape used by array Contains queries
  • migrate the standalone example from removed legacy APIs to the current repository/query API
  • make browser tests deterministic with bounded concurrency, immediate input binding, and awaited IndexedDB deletion

Validation

  • dotnet build Magic.IndexedDb.sln --configuration Release --no-restore (0 errors)
  • dotnet build IndexDb.Example/IndexDb.Example.csproj --configuration Release --no-restore (0 warnings, 0 errors)
  • dotnet test E2eTest/E2eTest.csproj --configuration Debug --no-build --no-restore --settings E2eTest/test.runsettings (96 passed)
  • verified the generated NuGet package contains lib/net10.0 and the static web assets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant