Fix Net7 Support and Microsoft.Data.SqlClient
Have you tried the latest rc release of the official Microsoft.SqlServet.Types ??
Yes I test it on EFCore.SqlServer.HierarchyId and everything is OK
Have you tried the latest rc release of the official Microsoft.SqlServet.Types ??
why Microsoft does not add these projects to EF Core official yet?
Because they are not used by EF Core.
I just update version and fixed errors
I still don’t know what issue you’re fixing here. I still see white space changes and new usings defined with no code changes otherwise. I see you add net7 but no description why and other package versions also changed for some reason.
I still don’t know what issue you’re fixing here. I still see white space changes and new usings defined with no code changes otherwise. I see you add net7 but no description why and other package versions also changed for some reason.
Your package has conflicted with dot net 7.0.0
What do you mean conflicted? What sort of errors are you seeing? Net7 should be compatible with net6 packages.
What do you mean conflicted? What sort of errors are you seeing? Net7 should be compatible with net6 packages. during update of https://github.com/efcore/EFCore.SqlServer.HierarchyId I have runtime error because of that your package use
Microsoft.Data.SqlClient v4.0and then I update your package I'm finally use officialMicrosoft.SqlServet.Types rcthat support .NET Standard
I'm finally use official Microsoft.SqlServet.Types rc that support .NET Standard
You don’t need this package if you’re using the official one. That would naturally clash. This entire project is soon no longer needed as the official package is finally doing what this project set out to do