Skip to content

Commit 9144dcc

Browse files
author
John Luo
authored
Merge branch 'master' into merge/release/5.0-to-master
2 parents e272a00 + ec2c7b4 commit 9144dcc

File tree

107 files changed

+1350
-1004
lines changed

Some content is hidden

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

107 files changed

+1350
-1004
lines changed

.github/ISSUE_TEMPLATE/razor_tooling.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,13 @@ We will close this issue if:
3434

3535
Please collect the data below before reporting your issue to aid us in diagnosing the root cause.
3636

37-
#### Activity log
37+
#### Activity log (only needed if VS crashes)
3838
[Here](https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-use-the-activity-log?view=vs-2019#to-examine-the-activity-log) are the instructions on how to generate/acquire one. Note that GitHub does not generally allow .xml files to be uploaded with issues.
3939

40-
#### Razor Language Server Client log
41-
<!-- In Visual Studio's `Output` window, the drop-down contains a `Razor Language Server Client` item. Include that below. -->
42-
<details>
43-
<summary>Razor Language Server Client Log Output</summary>
44-
45-
Paste log output here
46-
47-
</details>
48-
49-
#### HTML Language Server Client log
50-
<!-- In Visual Studio's `Output` window, the drop-down contains a `HtmlyLanguageClient` item. Include that below. -->
51-
<details>
52-
<summary>HTML Language Server Client Log Output</summary>
53-
54-
Paste log output here
55-
56-
</details>
40+
#### Language Server logs
41+
1. Run Visual Studio with the [/Log](https://docs.microsoft.com/en-us/visualstudio/ide/reference/log-devenv-exe?view=vs-2019) command line switch
42+
2. Reproduce the issue
43+
3. Provide the logs located at `%Temp%\VisualStudio\LSP`
5744

5845
### Further technical details
5946
- VS version (Help => About Microsoft Visual Studio, i.e. 16.8.0 Preview 1 30313.27...). If in Codespaces there will be two versions (server and client), please provide both.

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
</ItemGroup>
132132

133133
<PropertyGroup Condition="'$(Language)' == 'C#'">
134-
<AssemblyVersion>$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).0.0</AssemblyVersion>
134+
<AssemblyVersion>$(AspNetCoreMajorMinorVersion).0.0</AssemblyVersion>
135135
</PropertyGroup>
136136

137137
<ItemGroup>

eng/Version.Details.xml

Lines changed: 150 additions & 150 deletions
Large diffs are not rendered by default.

eng/Versions.props

Lines changed: 78 additions & 78 deletions
Large diffs are not rendered by default.

src/Components/Components/src/ComponentBase.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,8 @@ void IComponent.Attach(RenderHandle renderHandle)
200200
/// <returns>A <see cref="Task"/> that completes when the component has finished updating and rendering itself.</returns>
201201
/// <remarks>
202202
/// <para>
203-
/// The <see cref="SetParametersAsync(ParameterView)"/> method should be passed the entire set of parameter values each
204-
/// time <see cref="SetParametersAsync(ParameterView)"/> is called. It not required that the caller supply a parameter
205-
/// value for all parameters that are logically understood by the component.
203+
/// Parameters are passed when <see cref="SetParametersAsync(ParameterView)"/> is called. It is not required that
204+
/// the caller supply a parameter value for all of the parameters that are logically understood by the component.
206205
/// </para>
207206
/// <para>
208207
/// The default implementation of <see cref="SetParametersAsync(ParameterView)"/> will set the value of each property

src/Framework/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<PlatformManifestFileName>PlatformManifest.txt</PlatformManifestFileName>
88
<PlatformManifestOutputPath>$(ArtifactsObjDir)$(PlatformManifestFileName)</PlatformManifestOutputPath>
99

10-
<!-- Platform manifest and package override metatdata -->
11-
<ReferencePackSharedFxVersion>$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).0</ReferencePackSharedFxVersion>
10+
<!-- Platform manifest and package override metadata -->
11+
<ReferencePackSharedFxVersion>$(AspNetCoreMajorMinorVersion).0</ReferencePackSharedFxVersion>
1212
<ReferencePackSharedFxVersion Condition="'$(VersionSuffix)' != ''">$(ReferencePackSharedFxVersion)-$(VersionSuffix)</ReferencePackSharedFxVersion>
1313
</PropertyGroup>
1414

src/Installers/Debian/Runtime/Debian.Runtime.debproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageContentRoot>$(SharedFrameworkLayoutRoot)</PackageContentRoot>
99

1010
<!-- CLI would take a dependency such as 'aspnetcore-runtime-M.N >= M.N.P'. Here M.N is part of the id and M.N.P is the PackageVersion -->
11-
<PackageId>$(RuntimeInstallerBaseName)-$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)</PackageId>
11+
<PackageId>$(RuntimeInstallerBaseName)-$(AspNetCoreMajorMinorVersion)</PackageId>
1212

1313
<!-- Needed some creativity to convert the PackageVersion M.N.P-PreReleaseVersionLabel-Build to the installer version M.N.P~PreReleaseVersionLabel-Build, The conditional handles stabilized builds -->
1414
<DotnetRuntimeDependencyVersion>$(MicrosoftNETCoreAppRuntimeVersion)</DotnetRuntimeDependencyVersion>

src/Installers/Debian/TargetingPack/Debian.TargetingPack.debproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<PackageContentRoot>$(TargetingPackLayoutRoot)</PackageContentRoot>
99

1010
<!-- CLI would take a dependency such as 'aspnetcore-targeting-pack-M.N >= M.N.P'. Here M.N is part of the id and M.N.P is the PackageVersion -->
11-
<PackageId>$(TargetingPackInstallerBaseName)-$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)</PackageId>
11+
<PackageId>$(TargetingPackInstallerBaseName)-$(AspNetCoreMajorMinorVersion)</PackageId>
1212

1313
<PackageSummary>ASP.NET Core Targeting Pack</PackageSummary>
14-
<PackageDescription>Provides a default set of APIs for building an ASP.NET Core $(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion) application. Contains reference assemblies, documentation, and other design-time assets.</PackageDescription>
14+
<PackageDescription>Provides a default set of APIs for building an ASP.NET Core $(AspNetCoreMajorMinorVersion) application. Contains reference assemblies, documentation, and other design-time assets.</PackageDescription>
1515

1616
<!-- Needed some creativity to convert the PackageVersion M.N.P-PreReleaseVersionLabel-Build to the installer version M.N.P~PreReleaseVersionLabel-Build, The conditional handles stabilized builds -->
1717
<DotnetTargetingPackDependencyVersion>$(MicrosoftNETCoreAppRefPackageVersion)</DotnetTargetingPackDependencyVersion>

src/Installers/Rpm/Rpm.Runtime.Common.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<PropertyGroup>
55
<!-- installer versions -->
66
<!-- CLI would take a dependency such as 'aspnetcore-runtime-M.N >= M.N.P'. Here M.N is the part of the id and M.N.P is the package version -->
7-
<PackageId>$(RuntimeInstallerBaseName)-$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)</PackageId>
8-
<PackageVersion>$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).$(AspNetCorePatchVersion)</PackageVersion>
7+
<PackageId>$(RuntimeInstallerBaseName)-$(AspNetCoreMajorMinorVersion)</PackageId>
8+
<PackageVersion>$(AspNetCoreMajorMinorVersion).$(AspNetCorePatchVersion)</PackageVersion>
99

1010
<!-- Set package revision to '1' for RTM releases, but include the build number in pre-releases -->
1111
<PackageRevision Condition=" '$(VersionSuffix)' == '' ">1</PackageRevision>
@@ -24,6 +24,6 @@
2424
</ProjectReference>
2525

2626
<InstallerOwnedDirectory Include="$(RpmPackageInstallRoot)shared/Microsoft.AspNetCore.App" />
27-
<RpmDependency Include="dotnet-runtime-$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)" Version="$(MicrosoftNETCoreAppRuntimeVersion.Split('-')[0])" />
27+
<RpmDependency Include="dotnet-runtime-$(AspNetCoreMajorMinorVersion)" Version="$(MicrosoftNETCoreAppRuntimeVersion.Split('-')[0])" />
2828
</ItemGroup>
2929
</Project>

src/Installers/Rpm/TargetingPack/Rpm.TargetingPack.rpmproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
<!-- installer versions -->
1010
<!-- CLI would take a dependency such as 'aspnetcore-targeting-pack-M.N >= M.N.P'. Here M.N is the part of the id and M.N.P is the package version -->
11-
<PackageId>$(TargetingPackInstallerBaseName)-$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)</PackageId>
11+
<PackageId>$(TargetingPackInstallerBaseName)-$(AspNetCoreMajorMinorVersion)</PackageId>
1212

1313
<PackageSummary>ASP.NET Core Targeting Pack</PackageSummary>
14-
<PackageDescription>Provides a default set of APIs for building an ASP.NET Core $(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion) application. Contains reference assemblies, documentation, and other design-time assets.</PackageDescription>
14+
<PackageDescription>Provides a default set of APIs for building an ASP.NET Core $(AspNetCoreMajorMinorVersion) application. Contains reference assemblies, documentation, and other design-time assets.</PackageDescription>
1515
</PropertyGroup>
1616

1717
<ItemGroup>
@@ -21,7 +21,7 @@
2121
</ProjectReference>
2222

2323
<InstallerOwnedDirectory Include="$(RpmPackageInstallRoot)packs/$(TargetingPackName)/" />
24-
<RpmDependency Include="dotnet-targeting-pack-$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)" Version="$(MicrosoftNETCoreAppRefPackageVersion.Split('-')[0])" />
24+
<RpmDependency Include="dotnet-targeting-pack-$(AspNetCoreMajorMinorVersion)" Version="$(MicrosoftNETCoreAppRefPackageVersion.Split('-')[0])" />
2525
</ItemGroup>
2626

2727
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />

0 commit comments

Comments
 (0)