-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[automated] Merge branch 'release/7.0.2xx' => 'main' #29980
Closed
dotnet-maestro-bot
wants to merge
12
commits into
dotnet:main
from
dotnet-maestro-bot:merge/release/7.0.2xx-to-main
Closed
Changes from 11 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
96e9be7
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] 3e7ce77
[release/7.0.1xx] Update dependencies from dotnet/roslyn (#29919)
v-wuzhai b8ec9f7
Make PublishAot an optional feature because Mono does not support it.…
tmds 46b72c1
This call is failing on the Darwin leg in installer. (#29916)
nagilson 574ebca
Update to stable rtm branding
marcpopMSFT 1ed17ce
Update loc build for 7.0.3xx
marcpopMSFT 6f39d0c
This call is failing on the Darwin leg in installer. (#29916) (#29939)
nagilson 436d932
Merge branch 'release/7.0.1xx' into release/7.0.2xx
v-wuzhai 3c67d12
[automated] Merge branch 'release/7.0.1xx' => 'release/7.0.2xx' (#29952)
dsplaisted 8dd7b91
Stable branding for 7.0.200 GA release (#29942)
marcpopMSFT 4a5769a
Merge branch 'release/7.0.2xx'
v-wuzhai 2472047
port templating changes
YuliiaKovalova 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
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.
#28690 removed this BundledSdk. We shouldn't add it back.
It invalidates #28674.
I think we shouldn't include anything from #28674, except maybe reserving
AotNotSupported/NETSDK1196
as as an identifer, and the updated text forAotNoValidRuntimePackageError
.We can do a separate PR against
main
to make PublishAot an optional feature for the Mono-based builds.cc @sbomer @dsplaisted @agocke @crummel @omajid