Skip to content

Commit 1c07b7f

Browse files
authored
Merge pull request #58068 from dotnet/main
Update features/rename_ui_rework
2 parents 739f45e + 6493157 commit 1c07b7f

File tree

605 files changed

+26586
-7087
lines changed

Some content is hidden

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

605 files changed

+26586
-7087
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"files.associations": {
3+
"**/eng/pipelines/*.yml": "azure-pipelines"
4+
}
5+
}

Roslyn.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,9 @@ EndProject
501501
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.CodeAnalysis.Remote.ServiceHub.UnitTests", "src\Workspaces\Remote\ServiceHubTest\Microsoft.CodeAnalysis.Remote.ServiceHub.UnitTests.csproj", "{8D830CBB-CA6E-47D8-9FB8-9230AAD272F3}"
502502
EndProject
503503
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.LanguageServices.New.IntegrationTests", "src\VisualStudio\IntegrationTest\New.IntegrationTests\Microsoft.VisualStudio.LanguageServices.New.IntegrationTests.csproj", "{6272739B-31E4-483E-A3A5-2ABB5040ABF0}"
504+
ProjectSection(ProjectDependencies) = postProject
505+
{201EC5B7-F91E-45E5-B9F2-67A266CCE6FC} = {201EC5B7-F91E-45E5-B9F2-67A266CCE6FC}
506+
EndProjectSection
504507
EndProject
505508
Global
506509
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Roslyn integration test pipeline for validating against branch builds of VS.
2+
3+
trigger: none # Manual trigger for now
4+
5+
resources:
6+
pipelines:
7+
- pipeline: VisualStudioBuildUnderTest
8+
source: DD-CB-ReleaseVS
9+
branch: main
10+
- pipeline: DartLab
11+
source: DartLab
12+
branch: main
13+
repositories:
14+
- repository: DartLabTemplates
15+
type: git
16+
name: DartLab.Templates
17+
ref: refs/heads/dev/bradwhit/RemoveCheckoutNone
18+
19+
variables:
20+
- name: XUNIT_LOGS
21+
value: $(Build.SourcesDirectory)\artifacts\log\$(_configuration)
22+
23+
stages:
24+
- template: \stages\visual-studio\base.yml@DartLabTemplates
25+
parameters:
26+
displayName: VS Integration
27+
testLabPoolName: VS-Platform2
28+
visualStudioBootstrapperURI: https://vsdrop.corp.microsoft.com/file/v1/$(VisualStudio.BuildUnderTest.ProductsDropName);bootstrappers/Enterprise/vs_enterprise.exe
29+
visualStudioInstallationParameters: --add Microsoft.VisualStudio.Component.NuGet --add Microsoft.VisualStudio.Component.Roslyn.Compiler --add Microsoft.Component.MSBuild --add Microsoft.NetCore.Component.Runtime.6.0 --add Microsoft.NetCore.Component.SDK --add Microsoft.Net.Component.4.7.2.TargetingPack --add Microsoft.VisualStudio.Component.Roslyn.LanguageServices --add Microsoft.VisualStudio.Component.FSharp --add Microsoft.ComponentGroup.ClickOnce.Publish --add Microsoft.NetCore.Component.DevelopmentTools --add Microsoft.VisualStudio.Component.MSODBC.SQL --add Microsoft.VisualStudio.Component.MSSQL.CMDLnUtils --add Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime --add Microsoft.VisualStudio.Component.SQL.CLR --add Microsoft.VisualStudio.Component.CoreEditor --add Microsoft.VisualStudio.Workload.CoreEditor --add Microsoft.Net.Component.4.8.SDK --add Microsoft.Net.ComponentGroup.DevelopmentPrerequisites --add Microsoft.VisualStudio.Component.TypeScript.TSServer --add Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions --add Microsoft.VisualStudio.Component.JavaScript.TypeScript --add Microsoft.VisualStudio.Component.JavaScript.Diagnostics --add Microsoft.VisualStudio.Component.TextTemplating --add Component.Microsoft.VisualStudio.RazorExtension --add Microsoft.VisualStudio.Component.IISExpress --add Microsoft.VisualStudio.Component.Common.Azure.Tools --add Microsoft.Component.ClickOnce --add Microsoft.VisualStudio.Component.ManagedDesktop.Core --add Microsoft.VisualStudio.Component.SQL.SSDT --add Microsoft.VisualStudio.Component.SQL.DataSources --add Component.Microsoft.Web.LibraryManager --add Component.Microsoft.WebTools.BrowserLink.WebLivePreview --add Microsoft.VisualStudio.ComponentGroup.Web --add Microsoft.VisualStudio.Component.FSharp.WebTemplates --add Microsoft.VisualStudio.Component.DockerTools --add Microsoft.NetCore.Component.Web --add Microsoft.VisualStudio.Component.WebDeploy --add Microsoft.VisualStudio.Component.AppInsights.Tools --add Microsoft.VisualStudio.Component.Web --add Microsoft.Net.Component.4.8.TargetingPack --add Microsoft.Net.ComponentGroup.4.8.DeveloperTools --add Microsoft.VisualStudio.Component.AspNet45 --add Microsoft.VisualStudio.Component.AspNet --add Component.Microsoft.VisualStudio.Web.AzureFunctions --add Microsoft.VisualStudio.ComponentGroup.AzureFunctions --add Microsoft.VisualStudio.Component.Debugger.Snapshot --add Microsoft.VisualStudio.ComponentGroup.Web.CloudTools --add Microsoft.VisualStudio.Component.IntelliTrace.FrontEnd --add Microsoft.VisualStudio.Component.DiagnosticTools --add Microsoft.VisualStudio.Component.EntityFramework --add Microsoft.VisualStudio.Component.LiveUnitTesting --add Microsoft.VisualStudio.Component.Debugger.JustInTime --add Component.Microsoft.VisualStudio.LiveShare.2022 --add Microsoft.VisualStudio.Component.WslDebugging --add Microsoft.VisualStudio.Component.IntelliCode --add Microsoft.VisualStudio.Workload.NetWeb --add Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites --add Microsoft.ComponentGroup.Blend --add Microsoft.VisualStudio.Component.DotNetModelBuilder --add Microsoft.VisualStudio.Component.FSharp.Desktop --add Microsoft.VisualStudio.Component.PortableLibrary --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.Net.Component.4.6.TargetingPack --add Microsoft.VisualStudio.Component.VSSDK --add Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites --add Microsoft.Component.CodeAnalysis.SDK --add Microsoft.VisualStudio.Workload.VisualStudioExtension --installPath "C:\Test\VisualStudio" --quiet --norestart --wait
30+
testExecutionJobStrategy:
31+
maxParallel: 4
32+
matrix:
33+
debug_32:
34+
_configuration: Debug
35+
_oop64bit: false
36+
debug_64:
37+
_configuration: Debug
38+
_oop64bit: true
39+
release_32:
40+
_configuration: Release
41+
_oop64bit: false
42+
release_64:
43+
_configuration: Release
44+
_oop64bit: true
45+
testMachineTotalCount: 4
46+
testAgentElevated: true
47+
preTestMachineConfigurationStepList:
48+
- checkout: none
49+
- download: VisualStudioBuildUnderTest
50+
- task: PowerShell@2
51+
name: SetProductsDropName
52+
displayName: Set 'VisualStudio.BuildUnderTest.ProductsDropName'
53+
inputs:
54+
filePath: $(DartLab.Path)\Scripts\VisualStudio\Build\Get-VisualStudioDropName.ps1
55+
arguments: -DropNamePrefix 'Products' -VstsDropUrlsJson '$(Pipeline.Workspace)\VisualStudioBuildUnderTest\BuildArtifacts\VstsDropUrls.json' -OutVariableName 'VisualStudio.BuildUnderTest.ProductsDropName'
56+
deployAndRunTestsStepList:
57+
- template: eng/pipelines/test-integration-job.yml
58+
parameters:
59+
configuration: $(_configuration)
60+
oop64bit: $(_oop64bit)
61+
lspEditor: false
62+
shallowCheckout: false

docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
}
3636
```
3737

38-
3938
3. In Visual Studio 17.1, `ref`/`ref readonly`/`in`/`out` are not allowed to be used on return/parameters of a method attributed with `UnmanagedCallersOnly`.
4039
https://github.com/dotnet/roslyn/issues/57025
4140
@@ -56,3 +55,14 @@ https://github.com/dotnet/roslyn/issues/57025
5655
[UnmanagedCallersOnly]
5756
static void M5(out int o) => throw null; // error CS8977: Cannot use 'ref', 'in', or 'out' in a method attributed with 'UnmanagedCallersOnly'.
5857
```
58+
59+
4. Beginning with C# 11.0, `Length` and `Count` properties on countable and indexable types
60+
are assumed to be non-negative for purpose of subsumption and exhaustiveness analysis of patterns and switches.
61+
Those types can be used with implicit Index indexer and list patterns.
62+
63+
```csharp
64+
void M(int[] i)
65+
{
66+
if (i is { Length: -1 }) {} // error: impossible under assumption of non-negative length
67+
}
68+
```

docs/contributing/Building, Debugging, and Testing on Unix.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Building, Debugging and Testing on Unix
2-
This guide is meant to help developers setup an environment for debugging / contributing to Roslyn from Linux.
3-
Particularly for developers who aren't experienced with .NET Core development on Linux.
2+
This guide is meant to help developers setup an environment for debugging / contributing to Roslyn from Linux.
3+
Particularly for developers who aren't experienced with .NET Core development on Linux.
44

55
## Working with the code
66
1. Ensure the commands `git` and `curl` are available
@@ -12,7 +12,7 @@ Particularly for developers who aren't experienced with .NET Core development on
1212
1. Install [VS Code](https://code.visualstudio.com/Download)
1313
- After you install VS Code, install the [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp)
1414
- Important tip: You can look up editor commands by name by hitting *Ctrl+Shift+P*, or by hitting *Ctrl+P* and typing a `>` character. This will help you get familiar with editor commands mentioned below. On a Mac, use ** instead of *Ctrl*.
15-
2. Install the [.NET 6.0 RC 2 SDK](https://dotnet.microsoft.com/download/dotnet-core/6.0).
15+
2. Install the [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet-core/6.0).
1616
3. You can build from VS Code by running the *Run Build Task* command, then selecting an appropriate task such as *build* or *build current project* (the latter builds the containing project for the current file you're viewing in the editor).
1717
4. You can run tests from VS Code by opening a test class in the editor, then using the *Run Tests in Context* and *Debug Tests in Context* editor commands. You may want to bind these commands to keyboard shortcuts that match their Visual Studio equivalents (**Ctrl+R, T** for *Run Tests in Context* and **Ctrl+R, Ctrl+T** for *Debug Tests in Context*).
1818

@@ -23,14 +23,14 @@ To run all tests in a single project, it's recommended to use the `dotnet test p
2323

2424
## GitHub
2525
The best way to clone and push is to use SSH. On Windows you typically use HTTPS and this is not directly compatible
26-
with two factor authentication (requires a PAT). The SSH setup is much simpler and GitHub has a great HOWTO for
26+
with two factor authentication (requires a PAT). The SSH setup is much simpler and GitHub has a great HOWTO for
2727
getting this setup.
2828

2929
https://help.github.com/articles/connecting-to-github-with-ssh/
3030

3131
## Debugging test failures
3232
The best way to debug is using lldb with the SOS plugin. This is the same SOS as used in WinDbg and if you're familiar
33-
with it then lldb debugging will be pretty straight forward.
33+
with it then lldb debugging will be pretty straight forward.
3434

3535
The [dotnet/diagnostics](https://github.com/dotnet/diagnostics) repo has more information:
3636

@@ -45,10 +45,10 @@ CoreCLR also has some guidelines for specific Linux debugging scenarios:
4545

4646
Corrections:
4747
- LLDB and createdump must be run as root
48-
- `dotnet tool install -g dotnet-symbol` must be run from `$HOME`
48+
- `dotnet tool install -g dotnet-symbol` must be run from `$HOME`
4949

5050
### Core Dumps
51-
The CoreClr does not used the standard core dumping mechanisms on Linux. Instead you must specify via
51+
The CoreClr does not used the standard core dumping mechanisms on Linux. Instead you must specify via
5252
environment variables that you want a core dump to be produced. The simplest setup is to do the following:
5353

5454
```
@@ -79,12 +79,12 @@ indeed crashing in the GC.
7979
Note: this variables can also be used on Windows as well.
8080

8181
## Ubuntu 18.04
82-
The recommended OS for developing Roslyn is Ubuntu 18.04. This guide was written using Ubuntu 18.04 but should be
82+
The recommended OS for developing Roslyn is Ubuntu 18.04. This guide was written using Ubuntu 18.04 but should be
8383
applicable to most Linux environments. Ubuntu 18.04 was chosen here due to it's support for enhanced VMs in Hyper-V.
8484
This makes it easier to use from a Windows machine: full screen, copy / paste, etc ...
8585

8686
### Hyper-V
87-
Hyper-V has a builtin Ubuntu 18.04 image which supports enhanced mode. Here is a tutorial for creating
87+
Hyper-V has a builtin Ubuntu 18.04 image which supports enhanced mode. Here is a tutorial for creating
8888
such an image:
8989

9090
https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/quick-create-virtual-machine
@@ -93,10 +93,10 @@ When following this make sure to:
9393
1. Click Installation Source and uncheck "Windows Secure Boot"
9494
1. Complete the Ubuntu installation wizard. Full screen mode won't be available until this is done.
9595

96-
Overall this takes about 5-10 minutes to complete.
96+
Overall this takes about 5-10 minutes to complete.
9797

9898
### Source Link
99-
Many of the repositories that need to be built use source link and it crashes on Ubuntu 18.04 due to dependency changes.
99+
Many of the repositories that need to be built use source link and it crashes on Ubuntu 18.04 due to dependency changes.
100100
To disable source link add the following to the `Directory.Build.props` file in the root of the repository.
101101

102102
``` xml
@@ -109,6 +109,6 @@ To disable source link add the following to the `Directory.Build.props` file in
109109
Make sure to install the following via `apt install`
110110

111111
- clang
112-
- lldb
112+
- lldb
113113
- cmake
114114
- xrdp

docs/contributing/Building, Debugging, and Testing on Windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The minimal required version of .NET Framework is 4.7.2.
2020
- Ensure Visual Studio is on Version "17.0" or greater
2121
- Ensure "Use previews of the .NET Core SDK" is checked in Tools -> Options -> Environment -> Preview Features
2222
- Restart Visual Studio
23-
1. [.NET 6.0 RC 2 SDK](https://dotnet.microsoft.com/download/dotnet-core/6.0) [Windows x64 installer](https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-6.0.100-rc.2-windows-x64-installer)
23+
1. [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet-core/6.0) [Windows x64 installer](https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-6.0.100-windows-x64-installer)
2424
1. [PowerShell 5.0 or newer](https://docs.microsoft.com/en-us/powershell/scripting/setup/installing-windows-powershell). If you are on Windows 10, you are fine; you'll only need to upgrade if you're on earlier versions of Windows. The download link is under the ["Upgrading existing Windows PowerShell"](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-windows-powershell?view=powershell-6#upgrading-existing-windows-powershell) heading.
2525
1. Run Restore.cmd
2626
1. Open Roslyn.sln

docs/contributing/Compiler Test Plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This document provides guidance for thinking about language interactions and tes
9393
- Ref return, ref readonly return, ref ternary, ref readonly local, ref local re-assignment, ref foreach
9494
- `this = e;` in `struct` .ctor
9595
- Stackalloc (including initializers)
96-
- Patterns (constant, declaration, `var`, positional, property and extended property, discard, parenthesized, type, relational, `and`/`or`/`not`)
96+
- Patterns (constant, declaration, `var`, positional, property and extended property, discard, parenthesized, type, relational, `and`/`or`/`not`, list, slice)
9797
- Switch expressions
9898
- With expressions (on record classes and on value types)
9999
- Nullability annotations (`?`, attributes) and analysis

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
</Dependency>
1414
</ProductDependencies>
1515
<ToolsetDependencies>
16-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21559.3">
16+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21569.2">
1717
<Uri>https://github.com/dotnet/arcade</Uri>
18-
<Sha>fecf65bedcee9036b8ba9d8d7feef5413f294914</Sha>
18+
<Sha>97463777ee9a8445d4a4c5911ede0f0cd71fa8aa</Sha>
1919
<SourceBuild RepoName="arcade" ManagedOnly="true" />
2020
</Dependency>
21-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.1.0-1.21553.8">
21+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.1.0-2.21574.9">
2222
<Uri>https://github.com/dotnet/roslyn</Uri>
23-
<Sha>4ba1d9d2984e212af9d6ebff95dedb8a3739c661</Sha>
23+
<Sha>16333a806a64c3546faf0320063b66ff32936eaa</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.21559.3">
25+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.21569.2">
2626
<Uri>https://github.com/dotnet/arcade</Uri>
27-
<Sha>fecf65bedcee9036b8ba9d8d7feef5413f294914</Sha>
27+
<Sha>97463777ee9a8445d4a4c5911ede0f0cd71fa8aa</Sha>
2828
</Dependency>
2929
</ToolsetDependencies>
3030
</Dependencies>

eng/Versions.props

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<MajorVersion>4</MajorVersion>
99
<MinorVersion>1</MinorVersion>
1010
<PatchVersion>0</PatchVersion>
11-
<PreReleaseVersionLabel>2</PreReleaseVersionLabel>
11+
<PreReleaseVersionLabel>3</PreReleaseVersionLabel>
1212
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
1313
<!--
1414
By default the assembly version in official builds is "$(MajorVersion).$(MinorVersion).0.0".
@@ -23,7 +23,7 @@
2323
</MajorVersion>
2424
<MinorVersion>
2525
</MinorVersion>
26-
<MicrosoftNetCompilersToolsetVersion>4.1.0-1.21553.8</MicrosoftNetCompilersToolsetVersion>
26+
<MicrosoftNetCompilersToolsetVersion>4.1.0-2.21574.9</MicrosoftNetCompilersToolsetVersion>
2727
</PropertyGroup>
2828
<PropertyGroup>
2929
<!-- Versions used by several individual references below -->
@@ -56,11 +56,11 @@
5656
<BasicReferenceAssembliesNetStandard13Version>1.2.4</BasicReferenceAssembliesNetStandard13Version>
5757
<BenchmarkDotNetVersion>0.13.0</BenchmarkDotNetVersion>
5858
<BenchmarkDotNetDiagnosticsWindowsVersion>0.13.0</BenchmarkDotNetDiagnosticsWindowsVersion>
59-
<DiffPlexVersion>1.4.4</DiffPlexVersion>
59+
<DiffPlexVersion>1.5.0</DiffPlexVersion>
6060
<FakeSignVersion>0.9.2</FakeSignVersion>
6161
<HumanizerCoreVersion>2.2.0</HumanizerCoreVersion>
6262
<ICSharpCodeDecompilerVersion>6.1.0.5902</ICSharpCodeDecompilerVersion>
63-
<MicrosoftBuildLocatorVersion>1.2.6</MicrosoftBuildLocatorVersion>
63+
<MicrosoftBuildLocatorVersion>1.4.1</MicrosoftBuildLocatorVersion>
6464
<!--
6565
SourceBuild will requires that all dependencies also be source buildable. We are referencing a
6666
version of MSBuild that is not SourceBuild compatible, which makes our build incompatible. Since we only
@@ -124,6 +124,7 @@
124124
<MicrosoftPortableTargetsVersion>0.1.2-dev</MicrosoftPortableTargetsVersion>
125125
<MicrosoftServiceHubClientVersion>3.1.4</MicrosoftServiceHubClientVersion>
126126
<MicrosoftServiceHubFrameworkVersion>3.1.4</MicrosoftServiceHubFrameworkVersion>
127+
<MicrosoftSourceLinkToolsVersion>1.1.1-beta-21566-01</MicrosoftSourceLinkToolsVersion>
127128
<MicrosoftVisualBasicVersion>10.1.0</MicrosoftVisualBasicVersion>
128129
<MicrosoftVisualStudioCacheVersion>17.0.13-alpha</MicrosoftVisualStudioCacheVersion>
129130
<MicrosoftVisualStudioCallHierarchyPackageDefinitionsVersion>15.8.27812-alpha</MicrosoftVisualStudioCallHierarchyPackageDefinitionsVersion>
@@ -202,6 +203,17 @@
202203
<RoslynBuildUtilVersion>0.9.8-beta</RoslynBuildUtilVersion>
203204
<RoslynDependenciesOptimizationDataVersion>3.0.0-beta2-19053-01</RoslynDependenciesOptimizationDataVersion>
204205
<RoslynDiagnosticsAnalyzersVersion>$(RoslynDiagnosticsNugetPackageVersion)</RoslynDiagnosticsAnalyzersVersion>
206+
<!--
207+
The package "Microsoft.CodeAnalysis.Analyzer.Testing" brings in an earlier version of these NuGet dependencies than
208+
is expected by the NET SDK used in the Workspace.MSBuild UnitTests. In order to test against the same verion of NuGet
209+
as our configured SDK, we must set the version to be the same.
210+
-->
211+
<NuGetCommonVersion>6.0.0</NuGetCommonVersion>
212+
<NuGetConfigurationVersion>$(NuGetCommonVersion)</NuGetConfigurationVersion>
213+
<NuGetFrameworksVersion>$(NuGetCommonVersion)</NuGetFrameworksVersion>
214+
<NuGetPackagingVersion>$(NuGetCommonVersion)</NuGetPackagingVersion>
215+
<NuGetProtocolVersion>$(NuGetCommonVersion)</NuGetProtocolVersion>
216+
<NuGetVersioningVersion>$(NuGetCommonVersion)</NuGetVersioningVersion>
205217
<RoslynToolsVSIXExpInstallerVersion>1.1.0-beta3.21418.3</RoslynToolsVSIXExpInstallerVersion>
206218
<RoslynMicrosoftVisualStudioExtensionManagerVersion>0.0.4</RoslynMicrosoftVisualStudioExtensionManagerVersion>
207219
<SourceBrowserVersion>1.0.21</SourceBrowserVersion>

eng/common/darc-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fi
5353
function InstallDarcCli {
5454
local darc_cli_package_name="microsoft.dotnet.darc"
5555

56-
InitializeDotNetCli
56+
InitializeDotNetCli true
5757
local dotnet_root=$_InitializeDotNetCli
5858

5959
if [ -z "$toolpath" ]; then

0 commit comments

Comments
 (0)