Skip to content

Commit

Permalink
Another 5.0 preview 3 note (#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Engel authored Jun 17, 2022
1 parent 88b0f24 commit d8fcede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release-notes/5.0/5.0.0-preview3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This update brings the below changes over the previous release:

### Breaking changes over preview release v5.0.0-preview2

- Added a dependency on the [Microsoft.SqlServer.Server](https://github.com/dotnet/SqlClient/tree/main/src/Microsoft.SqlServer.Server) package. This new dependency may cause namespace conflicts if your application references that namespace and still has package references (direct or indirect) to System.Data.SqlClient from .NET Core.
- Dropped classes from the `Microsoft.Data.SqlClient.Server` namespace and replaced them with supported types from the [Microsoft.SqlServer.Server](https://github.com/dotnet/SqlClient/tree/main/src/Microsoft.SqlServer.Server) package.[#1585](https://github.com/dotnet/SqlClient/pull/1585) The affected classes and enums are:
- Microsoft.Data.SqlClient.Server.IBinarySerialize -> Microsoft.SqlServer.Server.IBinarySerialize
- Microsoft.Data.SqlClient.Server.InvalidUdtException -> Microsoft.SqlServer.Server.InvalidUdtException
Expand Down

0 comments on commit d8fcede

Please sign in to comment.