You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update brings the below changes over the previous release:
10
10
@@ -33,13 +33,7 @@ This update brings the below changes over the previous release:
33
33
- Add and use TryReadChars method. [#1544] (https://github.com/dotnet/SqlClient/pull/1544)
34
34
- Removed reference to Microsoft.Win32.Registry since it's shipped starting with .NET 6.0. [#1974](https://github.com/dotnet/SqlClient/pull/1974)
35
35
- Added Microsoft.SqlServer.Types to verify support for SqlHierarchyId and Spatial for .NET Core. [#1848] (https://github.com/dotnet/SqlClient/pull/1848)
36
-
37
-
### Code health improvements
38
-
39
-
- Replaced calls to Method.GetCurrentMethod().Name with nameof(). [#1943] (https://github.com/dotnet/SqlClient/pull/1943)
This update brings the below changes over the previous release:
6
6
@@ -29,13 +29,7 @@ This update brings the below changes over the previous release:
29
29
- Add and use TryReadChars method. [#1544] (https://github.com/dotnet/SqlClient/pull/1544)
30
30
- Removed reference to Microsoft.Win32.Registry since it's shipped starting with .NET 6.0. [#1974](https://github.com/dotnet/SqlClient/pull/1974)
31
31
- Added Microsoft.SqlServer.Types to verify support for SqlHierarchyId and Spatial for .NET Core. [#1848] (https://github.com/dotnet/SqlClient/pull/1848)
32
-
33
-
### Code health improvements
34
-
35
-
- Replaced calls to Method.GetCurrentMethod().Name with nameof(). [#1943] (https://github.com/dotnet/SqlClient/pull/1943)
0 commit comments