-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manually update Microsoft.Private.Intellisense to 8.0.0-preview-20230…
…828.1 (#774)
- Loading branch information
1 parent
26ce963
commit 0030d23
Showing
272 changed files
with
48,377 additions
and
11,686 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
177 changes: 0 additions & 177 deletions
177
...-preview-20221010.1/IntellisenseFiles/dotnet-plat-ext/1033/System.ServiceModel.Duplex.xml
This file was deleted.
Oops, something went wrong.
735 changes: 0 additions & 735 deletions
735
...review-20221010.1/IntellisenseFiles/dotnet-plat-ext/1033/System.ServiceModel.Security.xml
This file was deleted.
Oops, something went wrong.
2,623 changes: 0 additions & 2,623 deletions
2,623
...e/7.0.0-preview-20221010.1/IntellisenseFiles/dotnet-plat-ext/1033/System.ServiceModel.xml
This file was deleted.
Oops, something went wrong.
236 changes: 0 additions & 236 deletions
236
...eview-20221010.1/IntellisenseFiles/net/1033/System.Runtime.InteropServices.JavaScript.xml
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...e/7.0.0-preview-20221010.1/microsoft.private.intellisense.7.0.0-preview-20221010.1.csproj
This file was deleted.
Oops, something went wrong.
74 changes: 74 additions & 0 deletions
74
...tellisenseFiles/dotnet-plat-ext/1033/Microsoft.Extensions.AmbientMetadata.Application.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" />>.</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" />>.</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" />>.</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" />>.</returns> | ||
</member> | ||
</members> | ||
</doc> |
137 changes: 137 additions & 0 deletions
137
...iew-20230828.1/IntellisenseFiles/dotnet-plat-ext/1033/Microsoft.Extensions.AsyncState.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.