Skip to content

Commit

Permalink
Manually update Microsoft.Private.Intellisense to 8.0.0-preview-20230…
Browse files Browse the repository at this point in the history
…828.1 (#774)
  • Loading branch information
carlossanlop authored Sep 1, 2023
1 parent 26ce963 commit 0030d23
Show file tree
Hide file tree
Showing 272 changed files with 48,377 additions and 11,686 deletions.
6 changes: 4 additions & 2 deletions eng/Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
to the source-build package cache when building with source-build to allow them to be
considered in prebuilt reporting.
All newly added packages should be grouped together at the end of the list. The reason this is
important is that when previous source-built artifacts are updated, the entries for the new projects
All newly added packages should be grouped together at the end of the list. The reason this is
important is that when previous source-built artifacts are updated, the entries for the new projects
it includes can be removed. New PRs may miss that cut and if they are not grouped at the bottom,
this management becomes more difficult.
Expand All @@ -27,6 +27,8 @@
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\System.Text.Json.7.0.3.csproj" />

<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\xunit.abstractions.2.0.3.csproj" />

<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" />
</ItemGroup>

<ItemGroup Condition="'$(BuildDependencyPackageProjects)' == 'true'">
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.Extensions.AmbientMetadata.Application</name>
</assembly>
<members>
<member name="T:Microsoft.Extensions.AmbientMetadata.ApplicationMetadata">
<summary>
Application-level metadata model.</summary>
</member>
<member name="M:Microsoft.Extensions.AmbientMetadata.ApplicationMetadata.#ctor" />
<member name="P:Microsoft.Extensions.AmbientMetadata.ApplicationMetadata.ApplicationName">
<summary>
Gets or sets the application's name.</summary>
</member>
<member name="P:Microsoft.Extensions.AmbientMetadata.ApplicationMetadata.BuildVersion">
<summary>
Gets or sets the application's build version.</summary>
</member>
<member name="P:Microsoft.Extensions.AmbientMetadata.ApplicationMetadata.DeploymentRing">
<summary>
Gets or sets the deployment ring from where the application is running.</summary>
</member>
<member name="P:Microsoft.Extensions.AmbientMetadata.ApplicationMetadata.EnvironmentName">
<summary>
Gets or sets the application's environment name, such as Development, Staging, or Production.</summary>
</member>
<member name="T:Microsoft.Extensions.AmbientMetadata.ApplicationMetadataExtensions">
<summary>
Extensions for application metadata.</summary>
</member>
<member name="M:Microsoft.Extensions.AmbientMetadata.ApplicationMetadataExtensions.AddApplicationMetadata(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.Hosting.IHostEnvironment,System.String)">
<summary>
Registers a configuration provider for application metadata.</summary>
<param name="builder">The configuration builder.</param>
<param name="hostEnvironment">An instance of <see cref="T:Microsoft.Extensions.Hosting.IHostEnvironment" />.</param>
<param name="sectionName">Section name to save configuration into. Default set to "ambientmetadata:application".</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="builder" /> or <paramref name="hostEnvironment" /> is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="sectionName" /> is either <see langword="null" />, empty or whitespace.</exception>
<returns>The value of <paramref name="builder" />&gt;.</returns>
</member>
<member name="M:Microsoft.Extensions.AmbientMetadata.ApplicationMetadataExtensions.AddApplicationMetadata(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfigurationSection)">
<summary>
Adds an instance of <see cref="T:Microsoft.Extensions.AmbientMetadata.ApplicationMetadata" /> to a dependency injection container.</summary>
<param name="services">The dependency injection container to add the instance to.</param>
<param name="section">The configuration section to bind.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="section" /> or <paramref name="section" /> are <see langword="null" />.</exception>
<returns>The value of <paramref name="services" />&gt;.</returns>
</member>
<member name="M:Microsoft.Extensions.AmbientMetadata.ApplicationMetadataExtensions.AddApplicationMetadata(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.AmbientMetadata.ApplicationMetadata})">
<summary>
Adds an instance of <see cref="T:Microsoft.Extensions.AmbientMetadata.ApplicationMetadata" /> to a dependency injection container.</summary>
<param name="services">The dependency injection container to add the instance to.</param>
<param name="configure">The delegate to configure <see cref="T:Microsoft.Extensions.AmbientMetadata.ApplicationMetadata" /> with.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="services" /> or <paramref name="configure" /> are <see langword="null" />.</exception>
<returns>The value of <paramref name="services" />&gt;.</returns>
</member>
<member name="M:Microsoft.Extensions.AmbientMetadata.ApplicationMetadataExtensions.UseApplicationMetadata(Microsoft.Extensions.Hosting.IHostBuilder,System.String)">
<summary>
Registers a configuration provider for application metadata and binds a model object onto the configuration.</summary>
<param name="builder">The host builder.</param>
<param name="sectionName">Section name to bind configuration from. Default set to "ambientmetadata:application".</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="builder" /> is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="sectionName" /> is either <see langword="null" />, empty or whitespace.</exception>
<returns>The value of <paramref name="builder" />&gt;.</returns>
</member>
</members>
</doc>
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.Extensions.AsyncState</name>
</assembly>
<members>
<member name="T:Microsoft.Extensions.AsyncState.AsyncStateExtensions">
<summary>
Extension methods to manipulate async state.</summary>
</member>
<member name="M:Microsoft.Extensions.AsyncState.AsyncStateExtensions.AddAsyncStateCore(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
<summary>
Adds default implementations 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>
<param name="services">The dependency injection container to add the implementations to.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="services" /> is <see langword="null" />.</exception>
<returns>The value of <paramref name="services" />.</returns>
</member>
<member name="M:Microsoft.Extensions.AsyncState.AsyncStateExtensions.TryRemoveAsyncStateCore(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
<summary>
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>
<param name="services">The dependency injection container to remove the implementations from.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="services" /> is <see langword="null" />.</exception>
<returns>The value of <paramref name="services" />.</returns>
</member>
<member name="T:Microsoft.Extensions.AsyncState.AsyncStateToken">
<summary>
Async state token representing a registered context within the asynchronous state.</summary>
</member>
<member name="M:Microsoft.Extensions.AsyncState.AsyncStateToken.Equals(Microsoft.Extensions.AsyncState.AsyncStateToken)">
<summary>
Determines whether this async state token and a specified async state token are identical.</summary>
<param name="other">The other async state token.</param>
<returns>
<see langword="true" /> if the two async state tokens are identical; otherwise, <see langword="false" />.</returns>
</member>
<member name="M:Microsoft.Extensions.AsyncState.AsyncStateToken.Equals(System.Object)">
<summary>
Determines whether the specified object is equal to the current async state token.</summary>
<param name="obj">The object to compare.</param>
<returns>
<see langword="true" /> if the specified object is identical to the current async state token; otherwise, <see langword="false" />.</returns>
</member>
<member name="M:Microsoft.Extensions.AsyncState.AsyncStateToken.GetHashCode">
<summary>
Returns the hash code for this instance.</summary>
<returns>A 32-bit signed integer hash code.</returns>
</member>
<member name="M:Microsoft.Extensions.AsyncState.AsyncStateToken.op_Equality(Microsoft.Extensions.AsyncState.AsyncStateToken,Microsoft.Extensions.AsyncState.AsyncStateToken)">
<summary>
Compares two instances.</summary>
<param name="left">Left argument of the comparison.</param>
<param name="right">Right argument of the comparison.</param>
<returns>
<see langword="true" /> when equal, <see langword="false" /> otherwise.</returns>
</member>
<member name="M:Microsoft.Extensions.AsyncState.AsyncStateToken.op_Inequality(Microsoft.Extensions.AsyncState.AsyncStateToken,Microsoft.Extensions.AsyncState.AsyncStateToken)">
<summary>
Compares two instances.</summary>
<param name="left">Left argument of the comparison.</param>
<param name="right">Right argument of the comparison.</param>
<returns>
<see langword="true" /> when not equal, <see langword="false" /> otherwise.</returns>
</member>
<member name="T:Microsoft.Extensions.AsyncState.IAsyncContext`1">
<summary>
Provides access to the current async context.</summary>
<typeparam name="T">The type of the asynchronous state.</typeparam>
</member>
<member name="M:Microsoft.Extensions.AsyncState.IAsyncContext`1.Get">
<summary>
Gets current async context.</summary>
<exception cref="T:System.InvalidOperationException">Context is not initialized.</exception>
<returns>Current async context.</returns>
</member>
<member name="M:Microsoft.Extensions.AsyncState.IAsyncContext`1.Set(`0)">
<summary>
Sets async context.</summary>
<param name="context">Context to be set.</param>
<exception cref="T:System.InvalidOperationException">Context is not initialized.</exception>
</member>
<member name="M:Microsoft.Extensions.AsyncState.IAsyncContext`1.TryGet(`0@)">
<summary>
Tries to get the current async context.</summary>
<param name="context">Receives the context.</param>
<returns>
<see langword="true" /> if the context is initialized; otherwise, <see langword="false" />.</returns>
</member>
<member name="T:Microsoft.Extensions.AsyncState.IAsyncLocalContext`1">
<summary>
Provides access to the current async context stored outside of the HTTP pipeline.</summary>
<typeparam name="T">The type of the asynchronous state.</typeparam>
</member>
<member name="T:Microsoft.Extensions.AsyncState.IAsyncState">
<summary>
Encapsulates all information within the asynchronous flow in an <see cref="T:System.Threading.AsyncLocal`1" /> variable.</summary>
</member>
<member name="M:Microsoft.Extensions.AsyncState.IAsyncState.Get(Microsoft.Extensions.AsyncState.AsyncStateToken)">
<summary>
Gets the stored async context from the state.</summary>
<param name="token">The token representing the state to extract.</param>
<exception cref="T:System.InvalidOperationException">The context is not initialized.</exception>
<returns>The asynchronous state corresponding to the token.</returns>
</member>
<member name="M:Microsoft.Extensions.AsyncState.IAsyncState.Initialize">
<summary>
Initializes async state in current asynchronous flow.</summary>
</member>
<member name="M:Microsoft.Extensions.AsyncState.IAsyncState.RegisterAsyncContext">
<summary>
Registers new async context with the state.</summary>
<returns>Token that gives access to the reserved context.</returns>
</member>
<member name="M:Microsoft.Extensions.AsyncState.IAsyncState.Reset">
<summary>
Resets async state after usage.</summary>
</member>
<member name="M:Microsoft.Extensions.AsyncState.IAsyncState.Set(Microsoft.Extensions.AsyncState.AsyncStateToken,System.Object)">
<summary>
Stores async context.</summary>
<param name="token">The token representing the state to store.</param>
<param name="value">New state value.</param>
<exception cref="T:System.InvalidOperationException">Context is not initialized.</exception>
</member>
<member name="M:Microsoft.Extensions.AsyncState.IAsyncState.TryGet(Microsoft.Extensions.AsyncState.AsyncStateToken,System.Object@)">
<summary>
Tries to get the stored async context from the state.</summary>
<param name="token">The token representing the state to extract.</param>
<param name="value">
Receives the value associated with the specified token, if the context is initialized;
otherwise, the default value for the type of the <paramref name="value" /> parameter.</param>
<returns>
<see langword="true" /> if the context is initialized; otherwise, <see langword="false" />.</returns>
</member>
</members>
</doc>
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@
<member name="P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.CompactionPercentage">
<summary>Gets or sets the amount to compact the cache by when the maximum size is exceeded.</summary>
</member>
<member name="P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.CompactOnMemoryPressure">
<summary>Gets or sets the minimum length of time between successive scans for expired items.</summary>
</member>
<member name="P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.ExpirationScanFrequency">
<summary>Gets or sets the minimum length of time between successive scans for expired items.</summary>
</member>
Expand Down
Loading

0 comments on commit 0030d23

Please sign in to comment.