Skip to content

Commit d825c66

Browse files
authored
Manually update Microsoft.Private.Intellisense to 8.0.0-preview-20230918.1 (#787) (#788)
1 parent 3dd2c0e commit d825c66

File tree

269 files changed

+7568
-4740
lines changed

Some content is hidden

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

269 files changed

+7568
-4740
lines changed

eng/Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Format:
2525
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\Microsoft.Extensions.Options.5.0.0.csproj" />
2626
-->
27-
<DependencyPackageProjects Include="$(RepoRoot)src\textOnlyPackages\src\microsoft.private.intellisense\8.0.0-preview-20230828.1\Microsoft.Private.Intellisense.8.0.0-preview-20230828.1.csproj" />
27+
<DependencyPackageProjects Include="$(RepoRoot)src\textOnlyPackages\src\microsoft.private.intellisense\8.0.0-preview-20230918.1\Microsoft.Private.Intellisense.8.0.0-preview-20230918.1.csproj" />
2828

2929
<DependencyPackageProjects Include="$(RepoRoot)src\targetPacks\ILsrc\**\Microsoft.NETCore.App.Ref.6.0.2.csproj" />
3030
<DependencyPackageProjects Include="$(RepoRoot)src\targetPacks\ILsrc\**\Microsoft.AspNetCore.App.Ref.6.0.2.csproj" />

src/textOnlyPackages/src/microsoft.private.intellisense/8.0.0-preview-20230828.1/IntellisenseFiles/dotnet-plat-ext/1033/Microsoft.Extensions.Diagnostics.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<param name="services">The dependency injection container to add the instance to.</param>
4848
<param name="section">The configuration section to bind.</param>
4949
<exception cref="T:System.ArgumentNullException">
50-
<paramref name="section" /> or <paramref name="section" /> are <see langword="null" />.</exception>
50+
<paramref name="section" /> or <paramref name="section" /> is <see langword="null" />.</exception>
5151
<returns>The value of <paramref name="services" />&gt;.</returns>
5252
</member>
5353
<member name="M:Microsoft.Extensions.AmbientMetadata.ApplicationMetadataExtensions.AddApplicationMetadata(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.AmbientMetadata.ApplicationMetadata})">
@@ -56,7 +56,7 @@
5656
<param name="services">The dependency injection container to add the instance to.</param>
5757
<param name="configure">The delegate to configure <see cref="T:Microsoft.Extensions.AmbientMetadata.ApplicationMetadata" /> with.</param>
5858
<exception cref="T:System.ArgumentNullException">
59-
<paramref name="services" /> or <paramref name="configure" /> are <see langword="null" />.</exception>
59+
<paramref name="services" /> or <paramref name="configure" /> is <see langword="null" />.</exception>
6060
<returns>The value of <paramref name="services" />&gt;.</returns>
6161
</member>
6262
<member name="M:Microsoft.Extensions.AmbientMetadata.ApplicationMetadataExtensions.UseApplicationMetadata(Microsoft.Extensions.Hosting.IHostBuilder,System.String)">
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@
1616
<paramref name="services" /> is <see langword="null" />.</exception>
1717
<returns>The value of <paramref name="services" />.</returns>
1818
</member>
19-
<member name="M:Microsoft.Extensions.AsyncState.AsyncStateExtensions.TryRemoveAsyncStateCore(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
20-
<summary>
21-
Tries to remove the default implementation for <see cref="T:Microsoft.Extensions.AsyncState.IAsyncState" />, <see cref="T:Microsoft.Extensions.AsyncState.IAsyncContext`1" />, and <see cref="T:Microsoft.Extensions.AsyncState.IAsyncLocalContext`1" /> services.</summary>
22-
<param name="services">The dependency injection container to remove the implementations from.</param>
23-
<exception cref="T:System.ArgumentNullException">
24-
<paramref name="services" /> is <see langword="null" />.</exception>
25-
<returns>The value of <paramref name="services" />.</returns>
26-
</member>
2719
<member name="T:Microsoft.Extensions.AsyncState.AsyncStateToken">
2820
<summary>
2921
Async state token representing a registered context within the asynchronous state.</summary>

0 commit comments

Comments
 (0)