Skip to content

feat: add EF Core [ComplexType] support for all column-referencing APIs - #58

Merged
sebastian-ederer merged 1 commit into
mainfrom
#56/complex_type_support
Aug 18, 2026
Merged

feat: add EF Core [ComplexType] support for all column-referencing APIs#58
sebastian-ederer merged 1 commit into
mainfrom
#56/complex_type_support

Conversation

@sebastian-ederer

Copy link
Copy Markdown
Member

Description

Add support for EF Cores [ComplexType] for all columns-referencing APIs.

Related Issues

Resolves #56

Type of Change

  • Bug fix (non-breaking change adressing an issue)
  • New feature (non-breaking change adding functionality)
  • Refactoring
  • Documentation
  • CI / build / tooling
  • Breaking change (fix or feature causing existing functionality to change)

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated (Testcontainers)
  • Existing tests pass (dotnet test)

Checklist

  • Code follows the project's coding styles and guidelines
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • No new compiler warnings introduced
  • Public API changes have XML documentation

@codecov

codecov Bot commented Aug 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sebastian-ederer
sebastian-ederer force-pushed the #56/complex_type_support branch from 0c9888e to d9079ac Compare August 18, 2026 20:14
@sebastian-ederer
sebastian-ederer merged commit b938246 into main Aug 18, 2026
3 checks passed
@sebastian-ederer
sebastian-ederer deleted the #56/complex_type_support branch August 18, 2026 20:42
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.

Complex Types support

1 participant