-
Notifications
You must be signed in to change notification settings - Fork 16
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
dotMorten lib is not needed, and this is not a bug fix. #117
Conversation
This library should use the official Microsoft.SqlServer.Types package. |
Also EF Core 7 targets .NET 6 |
but https://www.nuget.org/packages/Microsoft.SqlServer.Types/ only support dot net 4.x |
No, the latest version supports .NET Standard 2.1 https://www.nuget.org/packages/Microsoft.SqlServer.Types/160.900.6-rc0#supportedframeworks-body-tab |
Thank you so much |
@bricelam |
EFCore.SqlServer.HierarchyId.Abstractions/EFCore.SqlServer.HierarchyId.Abstractions.csproj
Outdated
Show resolved
Hide resolved
EFCore.SqlServer.HierarchyId.Test/EFCore.SqlServer.HierarchyId.Test.csproj
Outdated
Show resolved
Hide resolved
EFCore.SqlServer.HierarchyId.Test/EFCore.SqlServer.HierarchyId.Test.csproj
Outdated
Show resolved
Hide resolved
EFCore.SqlServer.HierarchyId.Test/RelationalScaffoldingModelFactoryTest.cs
Outdated
Show resolved
Hide resolved
EFCore.SqlServer.HierarchyId.Test/Test/Models/Migrations/AnonymousArraySeedContext.cs
Outdated
Show resolved
Hide resolved
Suggest you update the title and initial comment on this PR - dotMorten lib is not needed, and this is not a bug fix. |
EFCore.SqlServer.HierarchyId.Abstractions/EFCore.SqlServer.HierarchyId.Abstractions.csproj
Outdated
Show resolved
Hide resolved
EFCore.SqlServer.HierarchyId.Test/EFCore.SqlServer.HierarchyId.Test.csproj
Show resolved
Hide resolved
EFCore.SqlServer.HierarchyId.Test/EFCore.SqlServer.HierarchyId.Test.csproj
Show resolved
Hide resolved
EFCore.SqlServer.HierarchyId.Test/Test/Models/Migrations/AnonymousArraySeedContext.cs
Outdated
Show resolved
Hide resolved
EFCore.SqlServer.HierarchyId.Test/Test/Models/Migrations/TypedArraySeedContext.cs
Outdated
Show resolved
Hide resolved
New versions have been uploaded to NuGet.org. See #113 for switching to the official SqlServer.Types package |
No description provided.