Skip to content

Add EF Core support package, tests, docs update, and bump version to 1.1.0#9

Merged
dombrovsky merged 2 commits intomainfrom
feature/efcore-support-1.1.0
Mar 16, 2026
Merged

Add EF Core support package, tests, docs update, and bump version to 1.1.0#9
dombrovsky merged 2 commits intomainfrom
feature/efcore-support-1.1.0

Conversation

@dombrovsky
Copy link
Copy Markdown
Owner

Summary

  • add the StrongTypeIdGenerator.EntityFrameworkCore companion package for EF Core integration
  • add EF Core integration tests covering scalar IDs, nullable IDs, CombinedId mapping, query translation, and registration edge cases
  • add EF Core documentation and update package/version metadata for 1.1.0

Testing

  • dotnet test

Closes #5

@dombrovsky dombrovsky force-pushed the feature/efcore-support-1.1.0 branch 2 times, most recently from e7acb47 to f97af99 Compare March 16, 2026 05:33
@dombrovsky dombrovsky force-pushed the feature/efcore-support-1.1.0 branch from f97af99 to 9c718ae Compare March 16, 2026 05:53
@dombrovsky dombrovsky merged commit 73026ce into main Mar 16, 2026
6 checks passed
@dombrovsky dombrovsky deleted the feature/efcore-support-1.1.0 branch March 16, 2026 05:59
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.

EF Core value convertors support

1 participant