-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Move to building with the 9.0 SDK and move our ToolCurrent TFM to 9.0 #95980
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
caf570e
Move to building with the 9.0 SDK and move our ToolCurrent TFM to 9.0
jkoritzinsky b8004d1
Update CompatibilitySuppressions.xml
ViktorHofer ad27b82
Update PathUtilities.cs
ViktorHofer 45c577d
Update TestProjects.targets
ViktorHofer 4376128
Merge branch 'main' into 9.0-sdk
akoeplinger eca212e
Merge branch 'main' into 9.0-sdk
akoeplinger 708eca8
Update hotreload-utils dependencies
akoeplinger b134b94
Bump sdk version
akoeplinger b5aecc4
Update ILLink.RoslynAnalyzer.Tests.csproj
ViktorHofer e66999a
Update Mono.Linker.Tests.csproj
ViktorHofer c98d3e4
Update CecilVersionCheck.cs
ViktorHofer e7c5aea
Update PathUtilities.cs
ViktorHofer 1d3d9ec
Update PathUtilities.cs
ViktorHofer 47572ac
Update SourceBuildPrebuiltBaseline.xml
akoeplinger c3032e0
Merge branch 'main' into 9.0-sdk
akoeplinger cc45846
Fix ILLink analyzer tests
sbomer fefcda1
Update src/tools/illink/test/ILLink.RoslynAnalyzer.Tests/TestCaseUtil…
ViktorHofer 199e27b
Update src/tools/illink/test/ILLink.RoslynAnalyzer.Tests/TestCaseUtil…
ViktorHofer 0ce08d6
Update src/tools/illink/test/ILLink.RoslynAnalyzer.Tests/TestCaseUtil…
ViktorHofer a73a7c1
Remove NuGet restore for reference assemblies
ViktorHofer e3519f9
Fix ILCompiler tests
ViktorHofer 4d691f0
[wasi] Always add wasi-wasm rid to KnownRuntimePack for local builds …
radical 276bd0f
Merge remote-tracking branch 'origin/main' into 9.0-sdk
radical 275ead5
wip
radical 01cf82a
disable unrelated builds
radical 0ffff54
Merge remote-tracking branch 'origin/main' into 9.0-sdk
radical ebbc657
split ci
radical 1904bc4
Revert "split ci"
radical 0657a86
Revert "disable unrelated builds"
radical 88889cc
Revert "wip"
radical e8dd013
Merge branch 'main' into 9.0-sdk
radical 5d433a7
Merge remote-tracking branch 'origin/main' into 9.0-sdk
radical ad2b9ba
[wasm] Extract workload testing bits from tests.*.targets into separa…
radical 9ca4eaa
[wasm] Wasm.Build.Tests - build for host os/arch instead of wasm
radical 1c4bf91
[wasm] fix local builds - makefile
radical 2a4fd5d
[wasm] Run WBT with dotnet 8 (global.json)
radical e282f4b
[wasm] fix local debugger tests run
radical 27baa92
[wasm] Browser.targets: track tfm change for tasks
radical 51ca44e
[wasm] fix wbt build
radical a54adf7
[wasm] WBT: don't use publishTrimmed=true
radical 9580bfd
Set workload testing specific properties in workloads-testing.targets
radical 8f50adc
[wasm] Fix checking for icudt files against the runtime pack
radical 2574529
cleanup
radical 9bc55b7
WBT: Update TargetFrameworkForTasks=net9.0
radical e26b92d
WBT: Set chromedriver path
radical 238ccec
eng/targetingpack.targets: Add wasi-wasm only for the latest tfm
radical 3c449dc
Merge branch 'main' into 9.0-sdk
radical 73d7efd
Update CompatibilitySuppressions.xml
ViktorHofer e8026dd
[wasm] WBT ProcessExtensions: Use Process.Kill(true)
radical dc34fdd
[wasm] WBT: don't try to read ExitCode after process.Kill
radical 7bb42b4
[wasm] WBT: disable failing tests
radical 0701143
fix build
radical f065ad9
fix build
radical 275359e
disable some missed tests
radical 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this RID addition be up-streamed into dotnet/sdk?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wasi-wasm is only supported with the workload right now, so we add that as part of the workload. And adding here for in-tree builds. So, upstreaming it is not needed right now.