Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document that value-converted types aren't support in raw SQL #3716

Merged
merged 3 commits into from
Mar 1, 2022

Conversation

roji
Copy link
Member

@roji roji commented Feb 3, 2022

Also remove the limitation that value converters can't be bulk-configured (done in 6.0), and add a bulk configuration sample to the value converters page.

Relates to dotnet/efcore#27354

Also remove the limitation that value converters can't be
bulk-configured, that was done in 6.0.

Relates to dotnet/efcore#27354
@roji roji requested a review from a team February 3, 2022 09:05
Co-authored-by: Smit Patel <smitpatel@users.noreply.github.com>
using System.Collections.Generic;
using Microsoft.EntityFrameworkCore;

namespace EFModeling.BulkConfiguration
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use modern .NET 6 file-based namespaces.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's #3708

@roji roji merged commit 5c29222 into dotnet:main Mar 1, 2022
@roji roji deleted the ValueConverterUpdates branch March 1, 2022 13:03
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.

None yet

4 participants