Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/9.0] Add Microsoft.Private.Intellisense.9.0.0-preview-20241010.1 #1056

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
<?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.Configuration.ApplicationMetadataConfigurationBuilderExtensions">
<summary>
Extensions for application metadata.</summary>
</member>
<member name="M:Microsoft.Extensions.Configuration.ApplicationMetadataConfigurationBuilderExtensions.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="T:Microsoft.Extensions.DependencyInjection.ApplicationMetadataServiceCollectionExtensions">
<summary>
Extensions for application metadata.</summary>
</member>
<member name="M:Microsoft.Extensions.DependencyInjection.ApplicationMetadataServiceCollectionExtensions.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" /> is <see langword="null" />.</exception>
<returns>The value of <paramref name="services" />.</returns>
</member>
<member name="M:Microsoft.Extensions.DependencyInjection.ApplicationMetadataServiceCollectionExtensions.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" /> is <see langword="null" />.</exception>
<returns>The value of <paramref name="services" />&gt;.</returns>
</member>
<member name="T:Microsoft.Extensions.Hosting.ApplicationMetadataHostBuilderExtensions">
<summary>
Extensions for application metadata.</summary>
</member>
<member name="M:Microsoft.Extensions.Hosting.ApplicationMetadataHostBuilderExtensions.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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.Extensions.AsyncState</name>
</assembly>
<members>
<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.
Some implementations of this interface may not be thread safe.</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.IAsyncState">
<summary>
Encapsulates all information within the asynchronous flow in an <see cref="T:System.Threading.AsyncLocal`1" /> variable.
Some implementations of this interface may not be thread safe.</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>
<member name="T:Microsoft.Extensions.DependencyInjection.AsyncStateExtensions">
<summary>
Extensions to manipulate async state.</summary>
</member>
<member name="M:Microsoft.Extensions.DependencyInjection.AsyncStateExtensions.AddAsyncState(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.
Please note that implementations of these interfaces are not thread safe.</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>
</members>
</doc>
Loading