-
Notifications
You must be signed in to change notification settings - Fork 371
Support .NET 9 #1404
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
Support .NET 9 #1404
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
1c2648e
Updated build and integration test scripts to include .NET 9
WhitWaldo 58b12e3
Removed unused matrix values
WhitWaldo 804a9d6
Reverted some .NET 8 requirement
WhitWaldo 9a1b3a3
Updated setup-dotnet to use latest action version + updated script to…
WhitWaldo 1b77c0a
Removed unnecessary secondary build step
WhitWaldo dc8d091
Updating TFM moniker
WhitWaldo 0bc6170
Added test to install VStest
WhitWaldo a725d8c
Rolling back use of tool as it doesn't independently exist outside of…
WhitWaldo df627f9
Added .NET 9 to build targets
WhitWaldo 70916bc
Added .NET 9 to target frameworks across solution
WhitWaldo 378ac9f
I understand the reason for the required install step now - adding it…
WhitWaldo 1029619
Placing install steps before build
WhitWaldo ec3e953
Updating global.json
WhitWaldo 763dc75
Disabled analyzer errors in unit tests
WhitWaldo 37219db
Added .NET 9 to test
WhitWaldo 9b7f68c
Changed from #pragma error to #pragma warning
WhitWaldo ed01370
Fixed unit tests to resolve analyzer warning
WhitWaldo b293f31
Updated integration test to always include .NET 8 and .NET 9 installs
WhitWaldo 2ac5207
Falling back to add separate .NET 9 support
WhitWaldo 056c7d4
Updated referenced projects to target appropriate frameworks
WhitWaldo 9a21e82
Added all target frameworks back to Dapr.Commono
WhitWaldo 677b982
Added warnings to fix nullability analyzer warnings when targeting .N…
WhitWaldo 6bc4794
Merge branch 'master' into net-9
WhitWaldo df39909
Merge branch 'master' into net-9
WhitWaldo 1be87d6
Updated build step to use .NET 9 instead
WhitWaldo a7e15da
Fixed cloud event middleware tests - the ApplicationBuilder requires …
WhitWaldo e32c9a6
Including target for .NET 6, 7, 8 and 9
WhitWaldo 0189ffc
Trialing fix to E2E integration test - excluding use of AppWebApplica…
WhitWaldo 3635f5e
Reverting as it breaks the other .NET versions
WhitWaldo 9506c0d
Potentially fixed unit tests in .NET 9
WhitWaldo 9b33d36
Removed extra line from build definition
WhitWaldo aecf3d4
Updated documentation to reflect .NET 9 and a note highlighting that …
WhitWaldo 25a22e7
Removed unintentionally added file to commit
WhitWaldo 38820c4
Added .NET 9 to E2E test setup
WhitWaldo 55ecd2c
Merge branch 'master' into net-9
WhitWaldo 31bdbef
Fixed typo
WhitWaldo 8860de6
Removed RC version from .NET 9 build
WhitWaldo cba669e
Apparently the solution file got a minor change
WhitWaldo fe7daf8
Removed unnecessary null checks
WhitWaldo 33f972a
Whoops - didn't mean to commit that project to the solution
WhitWaldo e59e34d
Merge branch 'master' into net-9
WhitWaldo 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
Updating global.json
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
- Loading branch information
commit ec3e95382093e3504f86a5c6218f28bbb819c7b1
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| { | ||
| "_comment": "This policy allows the 8.0.100 SDK or patches in that family.", | ||
| "sdk": { | ||
| "version": "8.0.100", | ||
| "rollForward": "minor" | ||
| "version": "9.0.100-rc.2", | ||
| "rollForward": "latestFeature" | ||
| } | ||
| } | ||
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.