-
Notifications
You must be signed in to change notification settings - Fork 314
Add support for .NET 9 #2946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add support for .NET 9 #2946
Changes from all commits
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
1eeaea4
Update to .NET 9 preview 6
ErikEJ 5b05bd4
Testing Net9 SDK support on pipelines
2913009
Revert NuGet.config change
ErikEJ e54daf3
Update pipeline
ErikEJ c010bd3
Suppressed error codes IL2093 and CA2022 when compiled using msbuild.
arellegue 65710d6
Revert "Suppressed error codes IL2093 and CA2022 when compiled using …
arellegue 119d70b
Derived from ErikEJ's issue-2669 branch and added fixes for msbuild C…
arellegue 179fa81
Updated packages for .net9.0 to rc-1 versions.
arellegue 4ee429f
Merge main
mdaigle b2a0c4b
Merge changes from Aris's branch
mdaigle 8324368
merge main
mdaigle 61da001
Add usedotnet task before build.
mdaigle c32d351
Fix formatting.
mdaigle 54e4850
dotnet location debug logs.
mdaigle df7c8e8
List sdk and runtime versions and locations.
mdaigle ceb4f19
Switch image for nuget restore job.
mdaigle 174ae48
Bump image for nuget restore.
mdaigle 257868b
Temporarily remove test steps to reduce wait time. Remove dotnet 9 in…
mdaigle 81756b3
Add global.json file to lock sdk version.
mdaigle fc60090
Fix target frameworks for netcore ref.
mdaigle 5c7ab1c
Try base image with dotnet installed according to global.json
mdaigle 0710337
Merge branch 'main' into net9-add-support
mdaigle 7197ae7
Install dotnet 8 sdk.
mdaigle 17667e2
Merge branch 'net9-add-support' of github.com:mdaigle/SqlClient into …
mdaigle 76232f6
Allow multi level lookup and roll forward.
mdaigle 3851ecc
Switch to runtime install. Clean up comments. Add test steps back int…
mdaigle 417d199
Switch 8 install to sdk.
mdaigle bd5d2f4
Update target net version.
mdaigle 29286a7
Use Stream extension to address CA2022.
mdaigle 52b9cab
Merge branch 'main' into net9-add-support
mdaigle 58a8b1d
Fix ReadExactly logic and preserve exceptions.
mdaigle 6a74a48
Merge branch 'net9-add-support' of github.com:mdaigle/SqlClient into …
mdaigle 0fb79bb
Fix certificate loading for net 8.
mdaigle fcefe05
Add debug assert on cert type.
mdaigle 0444346
Remove other test configs
mdaigle 82a8179
Use debug config.
mdaigle 9e0db47
Set debug config.
mdaigle 81c6bc3
Unset debug config.
mdaigle dd3bb15
Add pkcs package reference. Parse enclave health check cert as pkcs7.
mdaigle eb7fb98
Remove accidental using.
mdaigle e130803
Log health report cert type.
mdaigle e640ff2
Switch health report cert parsing to X509.
mdaigle d5ea073
Revert "Remove other test configs"
mdaigle 61d64fa
PackageReference cleanup. Precompile symbol cleanup.
mdaigle 91654f9
Remove extra property.
mdaigle 3dc8485
Update stream test.
mdaigle 0fd48c4
Remove test assertion.
mdaigle 7308499
Install net9 via powershell.
mdaigle 5f47358
Merge branch 'main' into net9-add-support
mdaigle c1cd969
Use task without global.json
mdaigle 63e122a
Merge branch 'net9-add-support' of github.com:mdaigle/SqlClient into …
mdaigle acc9dcb
Remove .net8
mdaigle c21d029
Use multilevellookup
mdaigle e96b9e7
Try installing to program files
mdaigle 03edd8c
fix input. use default for mac/linux.
mdaigle bf40390
Remove net9 install for windows. Remove pr triggers.
mdaigle 69fcaa7
Merge branch 'main' into net9-add-support
mdaigle 8d500a3
Try artifact again.
mdaigle 121b486
Install net 9 via task. Update packages.
mdaigle 63cb959
Merge branch 'net9-add-support' of github.com:mdaigle/SqlClient into …
mdaigle 84ccf87
Add license statements.
mdaigle 7128075
Use regular mms.
mdaigle a929807
Move stream extensions. Use new certificate functionality for all tar…
mdaigle f728c54
Fix dynamic accessed member types warning
mdaigle 8762a8c
Fix service point manager warning. Add back stream extensions for tests.
mdaigle 5a3b272
Use certificate loader.
mdaigle 898288b
Adjust tests.
mdaigle 8d735e7
Fix tests.
mdaigle e2c4e30
Fix tests.
mdaigle fe363e2
How did these get dropped?
mdaigle 393b66e
Address review comments.
mdaigle 43a709f
Add System.ServiceProcess.ServiceController to manual tests in netfx.
mdaigle b2e5579
Update for package build
cheenamalhotra baea11f
Reference System.Transactions
mdaigle a701b8a
Merge branch 'net9-add-support' of github.com:mdaigle/SqlClient into …
mdaigle 8936f45
Fix System.Transaction reference.
mdaigle 789a76a
Add pkcs to manual tests project to support package pipeline, lacking…
mdaigle 32df37c
Add pkcs to functional tests project to support package pipeline, lac…
mdaigle 0a0f389
Add Microsoft.Bcl.Cryptography
mdaigle d68d275
Merge branch 'main' into net9-add-support
mdaigle 45d4497
Address review comments.
mdaigle d10cbad
Merge branch 'net9-add-support' of github.com:mdaigle/SqlClient into …
mdaigle 6ac682e
Bump ExtUtilities to net9.
mdaigle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ parameters: | |
default: | ||
- net462 | ||
- net8.0 | ||
- net9.0 | ||
|
||
- name: product | ||
default: MDS | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
2 changes: 1 addition & 1 deletion
2
src/Microsoft.Data.SqlClient/netcore/ref/Microsoft.Data.SqlClient.csproj
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.