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

14809 Коммитов

Автор SHA1 Сообщение Дата
Jan Jones 31b79cb36b
Enforce code style in Compiler (#10430)
* Enforce code style in Compiler

* Fix headers

* Fix unused code

* Suppress EnableGenerateDocumentationFile
2024-06-03 21:43:01 +02:00
dotnet-maestro[bot] 6f45629522
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240528.2 (#10441)
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 9.0.0-alpha.1.24270.1 -> To Version 9.0.0-alpha.1.24278.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-06-03 15:50:26 +02:00
dotnet-maestro[bot] 62b9ebeb31
Update dependencies from https://github.com/dotnet/arcade build 20240520.4 (#10438)
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24225.1 -> To Version 8.0.0-beta.24270.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-06-03 10:17:17 +00:00
Shen Chen 759c0de08d
Target release/dev17.11 to rel/d17.11 (#10433)
Prepare VS snap today.
2024-05-31 23:09:02 -07:00
David Wengier f226a8fae3
Tweak diagnostics reporting to make things more consistent and reliable (#10429)
Fixes an issue reported by Vlad where Html/Js diagnostics were not
showing. Will explain in comments
2024-06-01 08:28:25 +10:00
Phil Allen f8e15ce2c7
Generate `project.razor.vscode.bin` files when projects don't use the Razor SDK (#10422)
This only helps in DevKit, for now. In non-DevKit, Roslyn doesn't even
send `IDynamicFileInfo` requests, but hopefully that can change too.
2024-05-31 15:14:14 -07:00
Shen Chen 3c30a1f882 Target release/dev17.11 to rel/d17.11 2024-05-31 10:31:18 -07:00
dotnet bot 4c90f5ceca
Merge release/dev17.10 to release/dev17.11 (#10419)
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-05-31 05:03:21 -07:00
Jan Jones 3cdf838fd9
Merge branch 'release/dev17.10' into release/dev17.11 2024-05-31 13:42:34 +02:00
Jan Jones ce7a0bf3fc
Use Basic.Reference.Assemblies (#10416)
* Use Basic.Reference.Assemblies

* Update baselines

* Centralize references
2024-05-31 10:19:11 +02:00
David Wengier 0a266bb68f Set project on reported diagnostics, and change how virtual document uris are set 2024-05-31 11:40:49 +10:00
Jan Jones 8071442667
Remove unnecessary variable assignments (#10428) 2024-05-30 18:43:30 +02:00
Dustin Campbell 2f0f5fc72b
A little clean up (#10424)
Well, it might be more clean-up than I originally intended. 😄

Recommend reviewing commit by commit
2024-05-30 07:26:07 -07:00
Matt Mitchell 62c5f524fb
Call NuGetAuthenticate after SetupNuGetSources (#10423)
The new version of the powershell script will not place the creds in the nuget.config file, instead it will use standard environment variables. Update the YAML file to use NuGetAuthenticate to avoid a build break that may happen if the credential provider is not available.
2024-05-30 09:26:11 +02:00
Dustin Campbell 01ecbe5578 Don't expose JsonRpc.StartListening() method 2024-05-29 17:10:41 -07:00
David Wengier fe732a9558 PR Feedback 2024-05-30 09:13:25 +10:00
Dustin Campbell 5130c9d32c Remove odd TempDirectory class 2024-05-29 15:51:31 -07:00
Dustin Campbell 5ab4b582ed Rename RazorLanguageServerWrapper to RazorLanguageServerHost 2024-05-29 14:58:07 -07:00
Dustin Campbell 6bea86d511 Convert HostServicesPovider to an interface 2024-05-29 13:32:18 -07:00
Dustin Campbell 359def8e74 Clean up LspLogger and move to rzls 2024-05-29 12:50:14 -07:00
Dustin Campbell 483010d96e Clean up MEF and assembly loader and move to rzls 2024-05-29 12:41:00 -07:00
Dustin Campbell f4da1b7c24 Add [DesignerCategory] to keep RazorFileSystemWatcher from being displayed as a component 2024-05-29 11:52:24 -07:00
Dustin Campbell 285f7df44d Display CLaSP files in separate folder in MS.ANC.Razor.LanguageServer project 2024-05-29 11:50:41 -07:00
Jan Jones 85e57f732e
Swap expected and actual in verify helper (#10413) 2024-05-29 09:58:05 +02:00
David Wengier dbe72bdb77 Process regular documents if there are no additional documents 2024-05-29 16:46:53 +10:00
dotnet bot 27db2531a9
Merge release/dev17.11 to main (#10421)
This is an automatically generated pull request from release/dev17.11
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.11
- 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.11-to-main
git reset --hard upstream/main
git merge upstream/release/dev17.11
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.11-to-main --force
```
2024-05-28 23:19:30 -07:00
Shen Chen 141c9f0eba
Update config files after snap 17.11 Preview 2 (#10418) 2024-05-28 21:47:36 -07:00
Shen Chen 3d16cb3fea
Snap 17.11 Preview 2 (#10417)
Bring 17.11 branch to
6ada92f5fc
2024-05-28 19:04:15 -07:00
Shen Chen afd8139443 Update config files 2024-05-28 16:35:51 -07:00
David Wengier 6ada92f5fc
[main] Update dependencies from dotnet/source-build-reference-packages (#10414)
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**: 20240520.1
- **Date Produced**: May 20, 2024 1:30:36 PM UTC
- **Commit**: 0df72d85186994facaefcb4eb832b8c8a8e5ae3d
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
-
**Microsoft.SourceBuild.Intermediate.source-build-reference-packages**:
[from 9.0.0-alpha.1.24256.2 to 9.0.0-alpha.1.24270.1][1]

[1]:
a4c02499be...0df72d8518

[DependencyUpdate]: <> (End)


[marker]: <> (End:011df26a-fbd1-45b0-94b9-08db3601dcca)
2024-05-28 07:04:56 +10:00
dotnet-maestro[bot] e7ba26c76f Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240520.1
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 9.0.0-alpha.1.24256.2 -> To Version 9.0.0-alpha.1.24270.1
2024-05-27 13:05:00 +00:00
David Wengier 56be853811
Simplify OOP services (#10397)
Previously @alexgav created some helper methods to get document info in
OOP services, but it ended up being a little bit of an odd API to use if
you needed to access multiple things. You'd either have to make multiple
calls to get things, and end up looking up things in the solution
multiple times etc., or have single methods that returned an arbitrary
tuple of multiple things.

It occurred to me while doing the folding range work that
`DocumentContext` was designed to hold all of these concepts together,
so we could just use that, and use the single `CreateDocumentContext`
method that Alex had already added. It then further occured to me that
if we did that by wrapping
`RazorBrokeredServiceImplementation.RunServiceAsync` then each service
could just have a method that takes a document context, and that would
be enough. So thats what this is.

It turns out I also hated the overloads of
`RazorBrokeredServiceImplementation.RunServiceAsync` anyway, and found
it very annoying to use, so I made all of that, and
`ServiceBrokerClient`, an implementation detail of `RazorServiceBase`
while I was here. Now there are just three overloads of
`RunServiceAsync` and they each make sense: One that doesn't provide
anything, one that provides a solution, and one that provides a document
context.
2024-05-24 11:04:52 +10:00
David Wengier 1130484fee
Bring SpecializedTasks across from Roslyn (#10408)
From a comment Dustin made on a recent PR of mine.
2024-05-24 11:04:35 +10:00
David Wengier 94211eb920
Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2459370 (#10407)
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.
2024-05-24 09:04:36 +10:00
dotnet bot c5edecdeb2 Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2459370 2024-05-24 00:42:52 +02:00
David Wengier e138d2ad24
Switch `EditorDocumentManagerListener` to an async batching work queue (#10404)
Fixes https://github.com/dotnet/razor/issues/10395

Before this change, loading OrchardCode on my machine does 1479 switches
to the main thread, after this change it does 2 or 3, depending on
timing. Batching updates to the project manager, or notifications for
multiple documents at a time, could not have solved this scenario per
se, as we get the initial notifications through Roslyn, one file at a
time. That means we could either batch them in the
`IDynamicFileInfoProvider` and do the work to rearchitect the project
snapshot manager, so batching them in the listener instead made the most
sense.

I've kicked off a validation insertion to get Speedometer numbers,
should be ready in the morning (my time)
2024-05-24 08:24:57 +10:00
David Wengier ddc0501ffe
Switch to the new LSP protocol APIs (#10398)
Fixes https://github.com/dotnet/razor/issues/10393

The lastest main build of VS has the editor fixes, so this works. One
integration test is failing, and repros locally, so need to look into
that.
2024-05-24 08:24:46 +10:00
dotnet-maestro[bot] 69799ac98a
Update dependencies from https://github.com/dotnet/arcade build 20240520.4 (#10405)
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24266.3 -> To Version 8.0.0-beta.24270.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-05-23 13:42:42 -07:00
David Wengier d8a8e5788a Use SpecializedTasks from Roslyn 2024-05-23 20:57:38 +10:00
David Wengier 6591dcb959 Use an async batching work queue to avoid constant thread switches during project load 2024-05-23 14:14:33 +10:00
David Wengier 7019613279 Make test better represent desired behaviour (I think?) 2024-05-23 12:14:04 +10:00
David Wengier 714c057950
Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2458768 (#10401) 2024-05-23 11:21:18 +10:00
Andrew Hall 0a77dac398
Change some string comparisons to EqualOrDiff (#10399)
QoL change for investigating some integration test failures. I didn't search in other test projects, just useful for me to investigate fuse related failures.
2024-05-23 00:55:17 +00:00
dotnet bot c78e8d9406 Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2458768 2024-05-23 02:50:07 +02:00
David Wengier 2aedf47209
Remote unused export (#10400)
I meant to remove this when I cleaned up the rest of the old cohosting
stuff, but missed it.
2024-05-23 10:32:03 +10:00
dotnet-maestro[bot] 4f57d1de25
[release/dev17.10] Update dependencies from dotnet/arcade (#10149)
* Update dependencies from https://github.com/dotnet/arcade build

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24165.4 -> To Version 8.0.0-beta.24170.6

* Update dependencies from https://github.com/dotnet/arcade build

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24165.4 -> To Version 8.0.0-beta.24170.6

* Update dependencies from https://github.com/dotnet/arcade build

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24165.4 -> To Version 8.0.0-beta.24170.6

* Update dependencies from https://github.com/dotnet/arcade build

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24165.4 -> To Version 8.0.0-beta.24172.5

* Update dependencies from https://github.com/dotnet/arcade build 20240326.8

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24176.8

* Update dependencies from https://github.com/dotnet/arcade build 20240327.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24177.1

* Update dependencies from https://github.com/dotnet/arcade build 20240327.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24177.1

* Update dependencies from https://github.com/dotnet/arcade build 20240329.4

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24179.4

* Update dependencies from https://github.com/dotnet/arcade build 20240329.4

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24179.4

* Update dependencies from https://github.com/dotnet/arcade build 20240329.4

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24179.4

* Update dependencies from https://github.com/dotnet/arcade build 20240329.4

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24179.4

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240404.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24204.3

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240425.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24225.1

* Update dependencies from https://github.com/dotnet/arcade build 20240514.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24264.1

* Update dependencies from https://github.com/dotnet/arcade build 20240516.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24266.3

* Update dependencies from https://github.com/dotnet/arcade build 20240516.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24266.3

* Update dependencies from https://github.com/dotnet/arcade build 20240516.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24266.3

* Update dependencies from https://github.com/dotnet/arcade build 20240516.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24266.3

* Update dependencies from https://github.com/dotnet/arcade build 20240516.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24266.3

* Update dependencies from https://github.com/dotnet/arcade build 20240516.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24170.6 -> To Version 8.0.0-beta.24266.3

* more fixes

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jared Parsons <jared@paranoidcoding.org>
2024-05-22 16:53:45 -07:00
David Wengier 7e1cec328f Remote unused export 2024-05-23 09:34:40 +10:00
David Wengier cb7df213a8 Use document context for getting document things, rather than methods on the base class, and simplify calls 2024-05-22 16:17:00 +10:00
David Wengier 47187dcf3f
Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2457880 (#10394) 2024-05-22 14:51:27 +10:00
dotnet bot e6113d4379 Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2457880 2024-05-22 06:29:54 +02:00