ErikEJ / EntityFramework6PowerTools

This is the codebase for Entity Framework 6 Power Tools Community Edition, and modern EF 6 providers for SQL Server and SQL Server Compact
Other
183 stars 27 forks source link

Investigate possibility of using Microsoft.SqlServer.Types 160.900.6-rc0 #103

Closed ErikEJ closed 2 years ago

ErikEJ commented 2 years ago

@stevetalkscode Looks like it "just works"™ but I have just done a simple smoke test. I will publish a 6.6.0-rc1 package on NuGet that you can try

ErikEJ commented 2 years ago

Package published now: https://www.nuget.org/packages/ErikEJ.EntityFramework.SqlServer/6.6.0-rc1

stevetalkscode commented 2 years ago

Thanks @ErikEJ - just waiting for NuGet to index so that I can give it a try

ErikEJ commented 2 years ago

@stevetalkscode Looking forward to the result and yeah, NuGet seems to have some operational issue at the moment

stevetalkscode commented 2 years ago

Just downloaded and it fixes the issue I had with with context.SaveChanges. Many thanks. Just need to wait for the SQL Server team to release the RTM package

ErikEJ commented 2 years ago

it fixes the issue I had with with context.SaveChanges

Amazing! Thanks for confirming