-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Test fixture base class uses SqlServer-specific code #5216
Comments
@roji feel free to send a PR with some refactoring to allow this to be done in the provider tests |
OK @rowanmiller, will do |
@AndriySvyryd I've tried to get around the specification of nvarchar by replacing I know #2455 is still open and am not sure about things here, but it seems problematic to have to specify the full column type here, any input? |
@roji - 🐛 filed #5379 |
Thanks! |
InheritanceRelationalFixture sets ColumnType to nvarchar, which is SqlServer-specific and should happen in a provider-independent project.
https://github.com/aspnet/EntityFramework/blob/fb465491355f09f7f0fafdd2013043acb670d87e/src/Microsoft.EntityFrameworkCore.Relational.Specification.Tests/InheritanceRelationalFixture.cs#L22
The text was updated successfully, but these errors were encountered: