Граф коммитов

15992 Коммитов

Автор SHA1 Сообщение Дата
Fred Silberberg 927d6a959b
Merge main to tokenizer branch (#11085)
Trivial conflict resolutions only.
2024-10-24 11:56:54 -07:00
Fredric Silberberg 6169824b2c
Merge remote-tracking branch 'upstream/main' into merge-main
* upstream/main:
  Fix resource string (#11079)
  Update Roslyn.Diagnostics.Analyzers package to latest version
  Update MS.CA.Analyzers package to 3.11.0
  Don't reference MS.CA.BannedApiAnalyzers package directly
  Version Roslyn.Diagnostics.Analzyers package separately
  Update dependencies from https://github.com/dotnet/arcade build 20241016.1
  Update dependencies from https://github.com/dotnet/arcade build 20241016.1
  Update dependencies from https://github.com/dotnet/arcade build 20241016.1
2024-10-24 11:28:41 -07:00
Fred Silberberg c20c1cd6f3
Final lexer changes (#11078)
* Switch the new lexer off-by-default.

* Add a new document for the lexer breaking changes around pragmas.

* Update comment.

* Feedback

Co-authored-by: Jan Jones <jan.jones.cz@gmail.com>

---------

Co-authored-by: Jan Jones <jan.jones.cz@gmail.com>
2024-10-24 10:30:56 -07:00
Dustin Campbell e5aa079f55
Update analyzer package versions (#11076)
I noticed some painful NuGet analyzer package upgrades in PR #11048 and
decided to take a look at the issue. I've made the following changes:

- `Roslyn.Diagnostics.Analyzers` is now versioned separately from
`Microsoft.CodeAnalysis.Analyzers`, as they are in
[`dotnet/roslyn`](08243d3826/eng/Directory.Packages.props (L4)).
- I've removed direct references to `MS.CA.BannedApiAnalyzers` since
that reference should flow from `Roslyn.Diagnostics.Analyzers`.
- I've updated the versions of `Microsoft.CodeAnalysis.Analyzers` and
`Roslyn.Diagnostics.Analyzers`
2024-10-24 10:15:49 -07:00
Chris Sienkiewicz 4f4effb106
Fix resource string (#11079)
* Update resource string
* Update baselines
2024-10-24 10:03:24 -07:00
dotnet bot c810e82b24
Merge release/dev17.12 to main (#11081)
This is an automatically generated pull request from release/dev17.12
into main.


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/razor/find/release/dev17.12
- https://github.com/dotnet/razor/find/main

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-main
git reset --hard upstream/main
git merge upstream/release/dev17.12
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.12-to-main --force
```
2024-10-23 20:42:10 -07:00
dotnet bot 13a3083313
Merge release/dev17.12 to main (#11074)
This is an automatically generated pull request from release/dev17.12
into main.


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/razor/find/release/dev17.12
- https://github.com/dotnet/razor/find/main

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-main
git reset --hard upstream/main
git merge upstream/release/dev17.12
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.12-to-main --force
```
2024-10-23 18:02:33 -07:00
dotnet bot 8bf9ad1ce4
Merge release/dev17.11 to release/dev17.12 (#11077)
This is an automatically generated pull request from release/dev17.11
into release/dev17.12.


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/razor/find/release/dev17.11
- https://github.com/dotnet/razor/find/release/dev17.12

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.11-to-release/dev17.12
git reset --hard upstream/release/dev17.12
git merge upstream/release/dev17.11
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.11-to-release/dev17.12 --force
```
2024-10-23 15:22:24 -07:00
Dustin Campbell 84c7c1d5fc Update Roslyn.Diagnostics.Analyzers package to latest version 2024-10-23 12:43:50 -07:00
Dustin Campbell 19d9d1a0d5 Update MS.CA.Analyzers package to 3.11.0 2024-10-23 12:36:47 -07:00
dotnet bot d259d206cc
Merge release/dev17.11 to release/dev17.12 (#11073)
This is an automatically generated pull request from release/dev17.11
into release/dev17.12.


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/razor/find/release/dev17.11
- https://github.com/dotnet/razor/find/release/dev17.12

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.11-to-release/dev17.12
git reset --hard upstream/release/dev17.12
git merge upstream/release/dev17.11
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.11-to-release/dev17.12 --force
```
2024-10-23 12:36:33 -07:00
Fred Silberberg c724539e1c
Merge main (#11075)
Merge main into the feature branch. Only trivial merge conflicts and
baseline updates were needed.
2024-10-23 12:03:31 -07:00
Fredric Silberberg 7b81af52ae
One more baseline update 2024-10-23 11:34:31 -07:00
Dustin Campbell f1b794cc78 Don't reference MS.CA.BannedApiAnalyzers package directly
The BannedApiAnalyzers package is a dependency of Roslyn.DiagnosticAnalyzers, so we get a reference to it transitively.
2024-10-23 11:25:30 -07:00
Dustin Campbell 394a22ee5a Version Roslyn.Diagnostics.Analzyers package separately 2024-10-23 11:21:54 -07:00
Fredric Silberberg 2aac41c33a
Merge remote-tracking branch 'upstream/main' into merge-main
* upstream/main: (290 commits)
  Add breaking changes document (#11064)
  Do not extract component into code block (#11069)
  Fix invalid setttings json (#11062)
  update MicrosoftSourceBuildIntermediatearcadePackageVersion
  Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2566512
  Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2566512
  Update source-build team references (#11032)
  Handle EditorRequired *Changed/*Expression parameters (#11043)
  Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2566213
  Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2566213
  Avoid ambiguous `object` reference in generic component recovery (#11053)
  Move culture info check (#11057)
  Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20241015.1
  Fix code actions integration tests
  Add option for format on paste (#11039)
  Update src/Compiler/Microsoft.CodeAnalysis.Razor.Compiler/src/Language/Components/ComponentDocumentClassifierPass.cs
  Fix merge to 17.12 version
  Update src/Compiler/Microsoft.CodeAnalysis.Razor.Compiler/src/Language/Components/ComponentDocumentClassifierPass.cs
  Ensure model directives are mapped at runtime (#11007)
  Fix @inherits mapping for fuse (#10985)
  ...
2024-10-23 11:15:29 -07:00
dotnet bot aed0fbca2f
Merge release/dev17.10 to release/dev17.11 (#11072)
This is an automatically generated pull request from release/dev17.10
into release/dev17.11.


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/razor/find/release/dev17.10
- https://github.com/dotnet/razor/find/release/dev17.11

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.10-to-release/dev17.11
git reset --hard upstream/release/dev17.11
git merge upstream/release/dev17.10
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.10-to-release/dev17.11 --force
```
2024-10-23 11:08:43 -07:00
Fred Silberberg 45acf5afb9
Add breaking changes document (#11064)
Adds a new breaking changes document in the style of roslyn to document breaking changes in the razor compiler.
2024-10-23 10:22:19 -07:00
Ankita Khera 06fe959557
[main] Update dependencies from dotnet/arcade (#11037)
Coherency update: Failed to perform coherency update for one or more
dependencies. Please review the GitHub checks or run `darc
update-dependencies --coherency-only` locally against
darc-main-030810b0-57bd-4317-ad5a-ca9ebbcc6e47 for more information.
2024-10-23 09:22:34 -07:00
dotnet bot a76a89385c
Merge release/dev17.12 to main (#11068)
This is an automatically generated pull request from release/dev17.12
into main.


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/razor/find/release/dev17.12
- https://github.com/dotnet/razor/find/main

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-main
git reset --hard upstream/main
git merge upstream/release/dev17.12
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.12-to-main --force
```
2024-10-23 03:54:56 -07:00
dotnet bot 2dd315459f
Merge release/dev17.10 to release/dev17.11 (#11066)
This is an automatically generated pull request from release/dev17.10
into release/dev17.11.


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/razor/find/release/dev17.10
- https://github.com/dotnet/razor/find/release/dev17.11

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.10-to-release/dev17.11
git reset --hard upstream/release/dev17.11
git merge upstream/release/dev17.10
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.10-to-release/dev17.11 --force
```
2024-10-23 03:46:37 -07:00
dotnet bot 5161ec13b0
Merge release/dev17.8 to release/dev17.10 (#11065)
This is an automatically generated pull request from release/dev17.8
into release/dev17.10.


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/razor/find/release/dev17.8
- https://github.com/dotnet/razor/find/release/dev17.10

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.8-to-release/dev17.10
git reset --hard upstream/release/dev17.10
git merge upstream/release/dev17.8
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.8-to-release/dev17.10 --force
```
2024-10-23 03:30:21 -07:00
dotnet bot ad2bd3e7a4
Merge release/dev17.11 to release/dev17.12 (#11067)
This is an automatically generated pull request from release/dev17.11
into release/dev17.12.


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/razor/find/release/dev17.11
- https://github.com/dotnet/razor/find/release/dev17.12

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.11-to-release/dev17.12
git reset --hard upstream/release/dev17.12
git merge upstream/release/dev17.11
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.11-to-release/dev17.12 --force
```
2024-10-23 03:17:29 -07:00
David Wengier 552c361d77 Merge remote-tracking branch 'upstream/release/dev17.12' into merges/release/dev17.12-to-main 2024-10-23 20:52:45 +11:00
David Wengier 80aba4378c Merge remote-tracking branch 'upstream/release/dev17.11' into merges/release/dev17.11-to-release/dev17.12 2024-10-23 20:48:35 +11:00
David Wengier 87860b351f Merge remote-tracking branch 'upstream/release/dev17.10' into merges/release/dev17.10-to-release/dev17.11 2024-10-23 20:47:01 +11:00
David Wengier 8bcab6d3be Merge remote-tracking branch 'upstream/release/dev17.8' into merges/release/dev17.8-to-release/dev17.10 2024-10-23 20:45:09 +11:00
Andrew Hall 56c7427d55
Do not extract component into code block (#11069)
Fixes #11050

Commit by commit will show moving things around to clean up. Decided for now that the extraction should not be offered until we find a need/use case for it.
2024-10-23 00:56:12 +00:00
Fred Silberberg dfe65f9ab0
Add new tests for switch case (#11063) 2024-10-22 22:36:59 +00:00
Andrew Hall c62f6c91b5
Fix invalid setttings json (#11062) 2024-10-22 22:34:56 +00:00
Ankita Khera 36ac5dd9ee
[release/dev17.11] Update dependencies from dotnet/arcade (#11034)
This pull request updates the following dependencies

[marker]: <> (Begin:aa7f5ce7-ed24-46a1-195c-08dc952fc8a2)
## From https://github.com/dotnet/arcade
- **Subscription**: aa7f5ce7-ed24-46a1-195c-08dc952fc8a2
- **Build**: 20241016.1
- **Date Produced**: October 16, 2024 4:52:26 PM UTC
- **Commit**: f7fb1fec01b91be69e4dcc5290a0bff3f28e214f
- **Branch**: refs/heads/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.SourceBuild.Intermediate.arcade**: [from
8.0.0-beta.24508.1 to 8.0.0-beta.24516.1][1]
- **Microsoft.DotNet.Arcade.Sdk**: [from 8.0.0-beta.24508.1 to
8.0.0-beta.24516.1][1]

[1]: e5b13e0543...f7fb1fec01

[DependencyUpdate]: <> (End)


[marker]: <> (End:aa7f5ce7-ed24-46a1-195c-08dc952fc8a2)
2024-10-22 15:03:37 -07:00
akhera99 db9f93f1df update MicrosoftSourceBuildIntermediatearcadePackageVersion 2024-10-22 15:02:35 -07:00
Ankita Khera 6ab58e84b9
[release/dev17.12] Update dependencies from dotnet/arcade (#11036)
This pull request updates the following dependencies

[marker]: <> (Begin:761d0bec-2526-451d-fdf9-08dcc6cdae74)
## From https://github.com/dotnet/arcade
- **Subscription**: 761d0bec-2526-451d-fdf9-08dcc6cdae74
- **Build**: 20241016.2
- **Date Produced**: October 16, 2024 4:50:11 PM UTC
- **Commit**: 3c393bbd85ae16ddddba20d0b75035b0c6f1a52d
- **Branch**: refs/heads/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.SourceBuild.Intermediate.arcade**: [from
9.0.0-beta.24509.3 to 9.0.0-beta.24516.2][1]
- **Microsoft.DotNet.Arcade.Sdk**: [from 9.0.0-beta.24509.3 to
9.0.0-beta.24516.2][1]

[1]: 05c72bb3c9...3c393bbd85

[DependencyUpdate]: <> (End)


[marker]: <> (End:761d0bec-2526-451d-fdf9-08dcc6cdae74)
2024-10-22 14:32:49 -07:00
Ankita Khera af919ba20f
[release/dev17.8] Update dependencies from dotnet/arcade (#11035)
This pull request updates the following dependencies

[marker]: <> (Begin:46887afb-6afe-4ad7-1b8f-08dcc28b24d8)
## From https://github.com/dotnet/arcade
- **Subscription**: 46887afb-6afe-4ad7-1b8f-08dcc28b24d8
- **Build**: 20241016.1
- **Date Produced**: October 16, 2024 4:52:26 PM UTC
- **Commit**: f7fb1fec01b91be69e4dcc5290a0bff3f28e214f
- **Branch**: refs/heads/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.DotNet.Arcade.Sdk**: [from 8.0.0-beta.24508.1 to
8.0.0-beta.24516.1][1]

[1]: e5b13e0543...f7fb1fec01

[DependencyUpdate]: <> (End)


[marker]: <> (End:46887afb-6afe-4ad7-1b8f-08dcc28b24d8)
2024-10-22 14:31:25 -07:00
Ankita Khera 719e3f2dba
[release/dev17.10] Update dependencies from dotnet/arcade (#11033)
This pull request updates the following dependencies

[marker]: <> (Begin:0022737c-8efd-4919-ecf2-08dc3decc073)
## From https://github.com/dotnet/arcade
- **Subscription**: 0022737c-8efd-4919-ecf2-08dc3decc073
- **Build**: 20241016.1
- **Date Produced**: October 16, 2024 4:52:26 PM UTC
- **Commit**: f7fb1fec01b91be69e4dcc5290a0bff3f28e214f
- **Branch**: refs/heads/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.SourceBuild.Intermediate.arcade**: [from
8.0.0-beta.24508.1 to 8.0.0-beta.24516.1][1]
- **Microsoft.DotNet.Arcade.Sdk**: [from 8.0.0-beta.24508.1 to
8.0.0-beta.24516.1][1]

[1]: e5b13e0543...f7fb1fec01

[DependencyUpdate]: <> (End)


[marker]: <> (End:0022737c-8efd-4919-ecf2-08dc3decc073)
2024-10-22 14:30:58 -07:00
David Wengier a0350e9e51
Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2566512 (#11060) 2024-10-23 06:31:12 +11:00
dotnet bot b304af928c Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2566512 2024-10-22 10:49:17 -07:00
dotnet bot 74d6395e16 Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2566512 2024-10-22 10:46:52 -07:00
Fredric Silberberg 7598fbf0ee Reset isOnlyWhitespaceOnLine in scenario revealed in IDE test
Also ensure that another IDE test is run with the new lexer.
2024-10-22 08:11:54 -07:00
Fredric Silberberg 2f584c9879 Use the code component for correct test output 2024-10-22 08:11:54 -07:00
Michael Simons 97694ba795
Update source-build team references (#11032) 2024-10-22 06:24:16 -07:00
Jared Parsons 8373d71155 Merge remote-tracking branch 'origin/main' into darc-main-030810b0-57bd-4317-ad5a-ca9ebbcc6e47 2024-10-22 05:18:02 -07:00
David Wengier 23f24cccc1
Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2566213 (#11058) 2024-10-22 19:20:26 +11:00
Jan Jones 8f7803ec71
Handle EditorRequired *Changed/*Expression parameters (#11043)
* Handle EditorRequired *Changed parameters

* Handle Expression properties
2024-10-22 10:01:58 +02:00
dotnet bot c0f41a831d Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2566213 2024-10-22 00:51:32 -07:00
dotnet bot 8dc1fae91c Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2566213 2024-10-22 00:49:08 -07:00
Jan Jones a21eb68cf3
Avoid ambiguous `object` reference in generic component recovery (#11053)
* Avoid ambiguous `object` reference in generic component recovery

* Update baselines
2024-10-22 09:31:30 +02:00
Andrew Hall acab294245
Move culture info check (#11057)
Mirrors dotnet/roslyn#74300 for razor

fixes devdiv.visualstudio.com/DevDiv/_workitems/edit/2286513?src=WorkItemMention&src-action=artifact_link
2024-10-22 02:29:47 +00:00
dotnet bot f819e6d7e2
Merge release/dev17.12 to main (#11047)
This is an automatically generated pull request from release/dev17.12
into main.


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/razor/find/release/dev17.12
- https://github.com/dotnet/razor/find/main

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-main
git reset --hard upstream/main
git merge upstream/release/dev17.12
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.12-to-main --force
```
2024-10-21 15:28:46 -07:00
David Wengier 327ab76675
[main] Update dependencies from dotnet/source-build-reference-packages (#11052)
This pull request updates the following dependencies

[marker]: <> (Begin:011df26a-fbd1-45b0-94b9-08db3601dcca)
## From https://github.com/dotnet/source-build-reference-packages
- **Subscription**: 011df26a-fbd1-45b0-94b9-08db3601dcca
- **Build**: 20241015.1
- **Date Produced**: October 15, 2024 7:12:38 PM UTC
- **Commit**: 4660d88cf953fbbd14192c787053a20246ce1aeb
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
-
**Microsoft.SourceBuild.Intermediate.source-build-reference-packages**:
[from 10.0.0-alpha.1.24511.4 to 10.0.0-alpha.1.24515.1][1]

[1]:
76c417253f...4660d88cf9

[DependencyUpdate]: <> (End)


[marker]: <> (End:011df26a-fbd1-45b0-94b9-08db3601dcca)
2024-10-22 08:06:52 +11:00