-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade dotnet to v8.0 and upgrade C# dependencies (#3334)
- Upgrading to Latest Dotnet version for test framework also upgrading to `Microsoft.Data.SqlClient` driver from `System.Data.SqlClient` as it is deprecated check [link](https://techcommunity.microsoft.com/blog/sqlserver/announcement-system-data-sqlclient-package-is-now-deprecated/4227205) - Also upgraded other packages being used to latest versions Couple of changes for migrating to newer driver 1. Add a new switch in config called `runInRegression` to turn off encryption for sqlclient driver as its by default on in the new Package , For More Context check [link](https://github.com/dotnet/SqlClient/blob/main/porting-cheat-sheet.md) 2. Add a appcontext switch to avoid rounding on decimals instead of truncation. More details dotnet/SqlClient#2905 Signed-off-by: Nirmit Shah [[email protected]](mailto:[email protected])
- Loading branch information
1 parent
fd5eca1
commit 8931d86
Showing
8 changed files
with
25 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters