Skip to content
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

Merges "release/dev17.13" to "dev17.14" #76953

Merged
merged 42 commits into from
Jan 28, 2025

Conversation

JoeRobich
Copy link
Member

In particular this is to flow localization changes to main.

arunchndr and others added 30 commits December 13, 2024 19:58
The changes are copied over from a PR to release/dev17.12 #76431
This needs to auto roll forward into 17.13 as well. 

@jordi1215 and @phil-allen-msft in relation to branch lock.
This is an automatically generated pull request from release/dev17.12
into release/dev17.13.


Once all conflicts are resolved and all the tests pass, you are free to
merge the pull request. 🐯

## Troubleshooting conflicts

### Identify authors of changes which introduced merge conflicts
Scroll to the bottom, then for each file containing conflicts copy its
path into the following searches:
- https://github.com/dotnet/roslyn/find/release/dev17.12
- https://github.com/dotnet/roslyn/find/release/dev17.13

Usually the most recent change to a file between the two branches is
considered to have introduced the conflicts, but sometimes it will be
necessary to look for the conflicting lines and check the blame in each
branch. Generally the author whose change introduced the conflicts
should pull down this PR, fix the conflicts locally, then push up a
commit resolving the conflicts.

### Resolve merge conflicts using your local repo
Sometimes merge conflicts may be present on GitHub but merging locally
will work without conflicts. This is due to differences between the
merge algorithm used in local git versus the one used by GitHub.
``` bash
git fetch --all
git checkout -t upstream/merges/release/dev17.12-to-release/dev17.13
git reset --hard upstream/release/dev17.13
git merge upstream/release/dev17.12
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.12-to-release/dev17.13 --force
```
… Build ID 2602943 (#76454)

This is the pull request automatically created by the OneLocBuild task
in the build process to check-in localized files generated based upon
translation source files (.lcl files) handed-back from the downstream
localization pipeline. If there are issues in translations, visit
https://aka.ms/icxLocBug and log bugs for fixes. The OneLocBuild wiki is
https://aka.ms/onelocbuild and the localization process in general is
documented at https://aka.ms/AllAboutLoc.
… UTF8 (#76785)

* Add feature flag for emitting string literals into data section as UTF8

* Address feedback

* Simplify some APIs

* Lift well known type member check

* Obtain the string type lazily

* Consolidate static constructor implementations

* Encapsulate IL emit of BytesToStringHelper

* Extract NestedTypeDefinition

* Share ParameterDefinitionBase

* Add more doc comments

* Remove unnecessary `using`s

* Avoid passing text and data together

* Avoid immutable array allocation

* Remove ITokenDeferral and SystemStringType passing

* Simplify parameter definition

* Cache threshold

* Simplify code

* Re-add Opt suffix

* Remove an unnecessary using

* Extend tests

* Improve tests

* Improve code

---------

Co-authored-by: Jan Jones <[email protected]>
dotnet-bot and others added 12 commits January 21, 2025 16:54
Without this, Microsoft.CodeAnalysis.Workspaces.MSBuild.dll itself is
deployed, but will fail to work since it can't find any build hosts
deployed alongside the DLL.

Fixes #73854
… Build ID 2625567 (#76649)

This is the pull request automatically created by the OneLocBuild task
in the build process to check-in localized files generated based upon
translation source files (.lcl files) handed-back from the downstream
localization pipeline. If there are issues in translations, visit
https://aka.ms/icxLocBug and log bugs for fixes. The OneLocBuild wiki is
https://aka.ms/onelocbuild and the localization process in general is
documented at https://aka.ms/AllAboutLoc.
* wip

* wip

* revert

* comments

* pr feedback

* pr feedback

* pr feedback
… Build ID 2627881 (#76923)

This is the pull request automatically created by the OneLocBuild task
in the build process to check-in localized files generated based upon
translation source files (.lcl files) handed-back from the downstream
localization pipeline. If there are issues in translations, visit
https://aka.ms/icxLocBug and log bugs for fixes. The OneLocBuild wiki is
https://aka.ms/onelocbuild and the localization process in general is
documented at https://aka.ms/AllAboutLoc.
@JoeRobich JoeRobich requested review from a team as code owners January 28, 2025 22:50
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Jan 28, 2025
@JoeRobich JoeRobich changed the base branch from main to release/dev17.14 January 28, 2025 22:50
@JoeRobich JoeRobich enabled auto-merge January 28, 2025 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants