Skip to content

Commit 2fa21e2

Browse files
committed
Merge remote-tracking branch 'upstream/main' into CohostRename
# Conflicts: # src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/DocumentMapping/AbstractEditMappingService.cs # src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/ProjectSystem/Extensions.cs
2 parents 5a6f2de + b8752a0 commit 2fa21e2

File tree

2,096 files changed

+44124
-78887
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,096 files changed

+44124
-78887
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ indent_size = 4
1616
insert_final_newline = true
1717
charset = utf-8-bom
1818

19-
file_header_template = Copyright (c) .NET Foundation. All rights reserved.\nLicensed under the MIT license. See License.txt in the project root for license information.
19+
file_header_template = Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.
2020

2121
# Xml project files
2222
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}]

Directory.Packages.props

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
-->
77
<PropertyGroup>
88
<_MicrosoftWebToolsPackageVersion>17.11.11-preview-0001</_MicrosoftWebToolsPackageVersion>
9-
<_MicrosoftVisualStudioShellPackagesVersion>17.13.40008</_MicrosoftVisualStudioShellPackagesVersion>
10-
<_MicrosoftVisualStudioPackagesVersion>17.13.226</_MicrosoftVisualStudioPackagesVersion>
9+
<_MicrosoftVisualStudioShellPackagesVersion>18.0.1306-preview.1</_MicrosoftVisualStudioShellPackagesVersion>
10+
<_MicrosoftVisualStudioPackagesVersion>18.0.255-preview</_MicrosoftVisualStudioPackagesVersion>
1111
<_VisualStudioLanguageServerProtocolVersion>17.12.1-preview</_VisualStudioLanguageServerProtocolVersion>
1212
<_MicrosoftExtensionsPackageVersion>9.0.0</_MicrosoftExtensionsPackageVersion>
1313
<_BasicReferenceAssembliesVersion>1.7.2</_BasicReferenceAssembliesVersion>
@@ -16,7 +16,7 @@
1616
<_RoslynDiagnosticAnalyzersPackageVersion>3.11.0-beta1.24508.2</_RoslynDiagnosticAnalyzersPackageVersion>
1717
<_MicrosoftVisualStudioLanguageServicesPackageVersion>$(MicrosoftVisualStudioLanguageServicesPackageVersion)</_MicrosoftVisualStudioLanguageServicesPackageVersion>
1818
<_XunitPackageVersion>2.9.2</_XunitPackageVersion>
19-
<_MicrosoftBuildPackageVersion>17.13.9</_MicrosoftBuildPackageVersion>
19+
<_MicrosoftBuildPackageVersion>17.15.0-preview-25279-04</_MicrosoftBuildPackageVersion>
2020
</PropertyGroup>
2121

2222
<ItemGroup>
@@ -25,7 +25,7 @@
2525
<PackageVersion Include="BenchmarkDotNet" Version="$(_BenchmarkDotNetPackageVersion)" />
2626
<PackageVersion Include="BenchmarkDotNet.Diagnostics.Windows" Version="$(_BenchmarkDotNetPackageVersion)" />
2727
<PackageVersion Include="DiffPlex" Version="1.7.2" />
28-
<PackageVersion Include="MessagePack" Version="2.5.192" />
28+
<PackageVersion Include="MessagePack" Version="2.5.198" />
2929
<PackageVersion Include="Microsoft.AspNetCore.App.Runtime.$(NetCoreSDKRuntimeIdentifier)" Version="8.0.2" />
3030
<PackageVersion Include="Microsoft.Build.Framework" Version="$(_MicrosoftBuildPackageVersion)" />
3131
<PackageVersion Include="Microsoft.Build.Locator" Version="1.4.1" />
@@ -42,7 +42,6 @@
4242
<PackageVersion Include="Microsoft.CodeAnalysis.EditorFeatures" Version="$(MicrosoftCodeAnalysisEditorFeaturesPackageVersion)" />
4343
<PackageVersion Include="Microsoft.CodeAnalysis.EditorFeatures.Common" Version="$(MicrosoftCodeAnalysisEditorFeaturesCommonPackageVersion)" />
4444
<PackageVersion Include="Microsoft.CodeAnalysis.EditorFeatures.Text" Version="$(MicrosoftCodeAnalysisEditorFeaturesTextPackageVersion)" />
45-
<PackageVersion Include="Microsoft.CodeAnalysis.EditorFeatures.Wpf" Version="$(MicrosoftCodeAnalysisEditorFeaturesWpfPackageVersion)" />
4645
<PackageVersion Include="Microsoft.CodeAnalysis.ExternalAccess.FSharp" Version="$(MicrosoftCodeAnalysisExternalAccessFSharpVersion)" />
4746
<PackageVersion Include="Microsoft.CodeAnalysis.ExternalAccess.Razor.EditorFeatures" Version="$(MicrosoftCodeAnalysisExternalAccessRazorEditorFeaturesPackageVersion)" />
4847
<PackageVersion Include="Microsoft.CodeAnalysis.ExternalAccess.Razor.Features" Version="$(MicrosoftCodeAnalysisExternalAccessRazorFeaturesPackageVersion)" />
@@ -65,7 +64,6 @@
6564
<PackageVersion Include="Microsoft.Internal.VisualStudio.Interop" Version="$(_MicrosoftVisualStudioShellPackagesVersion)" />
6665
<PackageVersion Include="Microsoft.NET.Sdk.Razor" Version="$(MicrosoftNETSdkRazorPackageVersion)" />
6766
<PackageVersion Include="Microsoft.VisualStudio.Copilot" Version="0.2.28-beta" />
68-
<PackageVersion Include="Microsoft.VisualStudio.ComponentModelHost" Version="$(_MicrosoftVisualStudioPackagesVersion)" />
6967
<PackageVersion Include="Microsoft.VisualStudio.Editor" Version="$(_MicrosoftVisualStudioPackagesVersion)" />
7068
<PackageVersion Include="Microsoft.VisualStudio.Extensibility.Testing.Xunit" Version="$(_MicrosoftVisualStudioExtensibilityTestingVersion)" />
7169
<PackageVersion Include="Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator" Version="$(_MicrosoftVisualStudioExtensibilityTestingVersion)" />
@@ -81,14 +79,14 @@
8179
<PackageVersion Include="Microsoft.VisualStudio.LanguageServices.Implementation.Symbols" Version="$(_MicrosoftVisualStudioLanguageServicesPackageVersion)" />
8280
<PackageVersion Include="Microsoft.VisualStudio.LiveShare" Version="0.3.1074" />
8381
<PackageVersion Include="Microsoft.VisualStudio.ProjectSystem.SDK" Version="17.7.294-pre" />
84-
<PackageVersion Include="Microsoft.VisualStudio.RpcContracts" Version="17.13.7" />
82+
<PackageVersion Include="Microsoft.VisualStudio.RpcContracts" Version="17.15.10-pre" />
8583
<PackageVersion Include="Microsoft.VisualStudio.Shell.Framework" Version="$(_MicrosoftVisualStudioShellPackagesVersion)" />
8684
<PackageVersion Include="Microsoft.VisualStudio.Shell.15.0" Version="$(_MicrosoftVisualStudioShellPackagesVersion)" />
87-
<PackageVersion Include="Microsoft.VisualStudio.Telemetry" Version="17.14.8" />
85+
<PackageVersion Include="Microsoft.VisualStudio.Telemetry" Version="17.14.18" />
8886
<PackageVersion Include="Microsoft.VisualStudio.Text.Data" Version="$(_MicrosoftVisualStudioPackagesVersion)" />
8987
<PackageVersion Include="Microsoft.VisualStudio.Text.Implementation" Version="$(_MicrosoftVisualStudioPackagesVersion)" NoWarn="NU1701" />
9088
<PackageVersion Include="Microsoft.VisualStudio.Text.Logic" Version="$(_MicrosoftVisualStudioPackagesVersion)" />
91-
<PackageVersion Include="Microsoft.VisualStudio.Threading" Version="17.13.2" />
89+
<PackageVersion Include="Microsoft.VisualStudio.Threading" Version="17.15.3-alpha" />
9290
<PackageVersion Include="Microsoft.VisualStudio.Validation" Version="17.8.8" />
9391
<PackageVersion Include="Microsoft.VisualStudio.Web" Version="16.10.0-preview-1-31008-014" />
9492
<PackageVersion Include="Microsoft.WebTools.Languages.Html" Version="$(_MicrosoftWebToolsPackageVersion)" />
@@ -100,7 +98,7 @@
10098
<PackageVersion Include="Microsoft.WebTools.Shared" Version="$(_MicrosoftWebToolsPackageVersion)" />
10199
<PackageVersion Include="Moq" Version="4.18.4" />
102100
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
103-
<PackageVersion Include="Nerdbank.Streams" Version="2.11.79" />
101+
<PackageVersion Include="Nerdbank.Streams" Version="2.12.87" />
104102
<PackageVersion Include="NuGet.VisualStudio" Version="17.9.1" />
105103
<PackageVersion Include="Roslyn.Diagnostics.Analyzers" Version="$(_RoslynDiagnosticAnalyzersPackageVersion)" />
106104
<PackageVersion Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutablePackageVersion)" />

eng/Version.Details.xml

Lines changed: 42 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -2,93 +2,89 @@
22
<Dependencies>
33
<Source Uri="https://github.com/dotnet/dotnet" Mapping="razor" Sha="f5705c8f4c5079bba77bae8698ba1583bde0388c" BarId="269610" />
44
<ProductDependencies>
5-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="5.0.0-1.25230.6">
5+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="5.0.0-1.25358.2">
66
<Uri>https://github.com/dotnet/roslyn</Uri>
7-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
7+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
88
</Dependency>
9-
<Dependency Name="Microsoft.CommonLanguageServerProtocol.Framework" Version="5.0.0-1.25230.6">
9+
<Dependency Name="Microsoft.CommonLanguageServerProtocol.Framework" Version="5.0.0-1.25358.2">
1010
<Uri>https://github.com/dotnet/roslyn</Uri>
11-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
11+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
1212
</Dependency>
13-
<Dependency Name="Microsoft.CodeAnalysis.Common" Version="5.0.0-1.25230.6">
13+
<Dependency Name="Microsoft.CodeAnalysis.Common" Version="5.0.0-1.25358.2">
1414
<Uri>https://github.com/dotnet/roslyn</Uri>
15-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
15+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
1616
</Dependency>
17-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.0.0-1.25230.6">
17+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.0.0-1.25358.2">
1818
<Uri>https://github.com/dotnet/roslyn</Uri>
19-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
19+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
2020
</Dependency>
21-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.EditorFeatures" Version="5.0.0-1.25230.6">
21+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.EditorFeatures" Version="5.0.0-1.25358.2">
2222
<Uri>https://github.com/dotnet/roslyn</Uri>
23-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
23+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="5.0.0-1.25230.6">
25+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="5.0.0-1.25358.2">
2626
<Uri>https://github.com/dotnet/roslyn</Uri>
27-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
27+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.0.0-1.25230.6">
29+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.0.0-1.25358.2">
3030
<Uri>https://github.com/dotnet/roslyn</Uri>
31-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
31+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
3232
</Dependency>
33-
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures" Version="5.0.0-1.25230.6">
33+
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures" Version="5.0.0-1.25358.2">
3434
<Uri>https://github.com/dotnet/roslyn</Uri>
35-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
35+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures.Common" Version="5.0.0-1.25230.6">
37+
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures.Common" Version="5.0.0-1.25358.2">
3838
<Uri>https://github.com/dotnet/roslyn</Uri>
39-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
39+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
4040
</Dependency>
41-
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures.Text" Version="5.0.0-1.25230.6">
41+
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures.Text" Version="5.0.0-1.25358.2">
4242
<Uri>https://github.com/dotnet/roslyn</Uri>
43-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
43+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
4444
</Dependency>
45-
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures.Wpf" Version="5.0.0-1.25230.6">
45+
<Dependency Name="Microsoft.CodeAnalysis.Remote.ServiceHub" Version="5.0.0-1.25358.2">
4646
<Uri>https://github.com/dotnet/roslyn</Uri>
47-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
47+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
4848
</Dependency>
49-
<Dependency Name="Microsoft.CodeAnalysis.Remote.ServiceHub" Version="5.0.0-1.25230.6">
49+
<Dependency Name="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="5.0.0-1.25358.2">
5050
<Uri>https://github.com/dotnet/roslyn</Uri>
51-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
51+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
5252
</Dependency>
53-
<Dependency Name="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="5.0.0-1.25230.6">
53+
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.Common" Version="5.0.0-1.25358.2">
5454
<Uri>https://github.com/dotnet/roslyn</Uri>
55-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
55+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
5656
</Dependency>
57-
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.Common" Version="5.0.0-1.25230.6">
57+
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="5.0.0-1.25358.2">
5858
<Uri>https://github.com/dotnet/roslyn</Uri>
59-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
59+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
6060
</Dependency>
61-
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="5.0.0-1.25230.6">
61+
<Dependency Name="Microsoft.VisualStudio.LanguageServices" Version="5.0.0-1.25358.2">
6262
<Uri>https://github.com/dotnet/roslyn</Uri>
63-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
63+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
6464
</Dependency>
65-
<Dependency Name="Microsoft.VisualStudio.LanguageServices" Version="5.0.0-1.25230.6">
65+
<Dependency Name="Microsoft.CodeAnalysis.Test.Utilities" Version="5.0.0-1.25358.2">
6666
<Uri>https://github.com/dotnet/roslyn</Uri>
67-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
67+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
6868
</Dependency>
69-
<Dependency Name="Microsoft.CodeAnalysis.Test.Utilities" Version="5.0.0-1.25230.6">
69+
<Dependency Name="Microsoft.CodeAnalysis.ExternalAccess.Razor.Features" Version="5.0.0-1.25358.2">
7070
<Uri>https://github.com/dotnet/roslyn</Uri>
71-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
71+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
7272
</Dependency>
73-
<Dependency Name="Microsoft.CodeAnalysis.ExternalAccess.Razor.Features" Version="5.0.0-1.25230.6">
73+
<Dependency Name="Microsoft.CodeAnalysis.ExternalAccess.Razor.EditorFeatures" Version="5.0.0-1.25358.2">
7474
<Uri>https://github.com/dotnet/roslyn</Uri>
75-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
75+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
7676
</Dependency>
77-
<Dependency Name="Microsoft.CodeAnalysis.ExternalAccess.Razor.EditorFeatures" Version="5.0.0-1.25230.6">
77+
<Dependency Name="Microsoft.CodeAnalysis.LanguageServer.Protocol" Version="5.0.0-1.25358.2">
7878
<Uri>https://github.com/dotnet/roslyn</Uri>
79-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
79+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
8080
</Dependency>
81-
<Dependency Name="Microsoft.CodeAnalysis.LanguageServer.Protocol" Version="5.0.0-1.25230.6">
81+
<Dependency Name="Microsoft.CodeAnalysis.ExternalAccess.FSharp" Version="5.0.0-1.25358.2">
8282
<Uri>https://github.com/dotnet/roslyn</Uri>
83-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
83+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
8484
</Dependency>
85-
<Dependency Name="Microsoft.CodeAnalysis.ExternalAccess.FSharp" Version="5.0.0-1.25230.6">
85+
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="5.0.0-1.25358.2">
8686
<Uri>https://github.com/dotnet/roslyn</Uri>
87-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
88-
</Dependency>
89-
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.12.0-beta1.25230.6">
90-
<Uri>https://github.com/dotnet/roslyn</Uri>
91-
<Sha>ded867328249b5a9b9e6e29e3f07abc19111f5d1</Sha>
87+
<Sha>c60bb333a43a1f74d1bbf180ba86e7f153a9bdbc</Sha>
9288
</Dependency>
9389
</ProductDependencies>
9490
<ToolsetDependencies>

0 commit comments

Comments
 (0)