Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion xml/Microsoft.Extensions.Caching.Hybrid/HybridCache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@
<typeparam name="TState">The type of additional state required by <paramref name="factory" />.</typeparam>
<typeparam name="T">The type of the data being considered.</typeparam>
<param name="key">The key of the entry to look for or create.</param>
<param name="factory">Provides the underlying data service if the data is not available in the cache.</param>
<param name="state">The state required for <paramref name="factory" />.</param>
<param name="factory">Provides the underlying data service if the data is not available in the cache.</param>
<param name="options">Additional options for this cache entry.</param>
<param name="tags">The tags to associate with this cache item.</param>
<param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> used to propagate notifications that the operation should be canceled.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,8 @@
<Docs>
<typeparam name="TService">The type of the service to add.</typeparam>
<param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.</param>
<param name="implementationFactory">The factory that creates the service.</param>
<param name="serviceKey">The service key.</param>
<param name="implementationFactory">The factory that creates the service.</param>
<summary>
Adds the specified <typeparamref name="TService" /> as a <see cref="F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Scoped" /> service
using the factory specified in <paramref name="implementationFactory" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,8 @@
is <c>null</c>, then <see cref="F:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus.Unhealthy" /> will be reported.
</param>
<param name="tags">A list of tags that can be used to filter health checks.</param>
<param name="args">Additional arguments to provide to the constructor.</param>
<param name="timeout">A <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param>
<param name="args">Additional arguments to provide to the constructor.</param>
<summary>
Adds a new type activated health check with the specified name and implementation.
</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<Docs>
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
<param name="name">The name of the health check.</param>
<param name="tags">A list of tags that can be used to filter health checks.</param>
<param name="check">A delegate that provides the health check implementation.</param>
<param name="tags">A list of tags that can be used to filter health checks.</param>
<summary>
Adds a new health check with the specified name and implementation.
</summary>
Expand Down Expand Up @@ -91,8 +91,8 @@
<Docs>
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
<param name="name">The name of the health check.</param>
<param name="tags">A list of tags that can be used to filter health checks.</param>
<param name="check">A delegate that provides the health check implementation.</param>
<param name="tags">A list of tags that can be used to filter health checks.</param>
<summary>
Adds a new health check with the specified name and implementation.
</summary>
Expand Down Expand Up @@ -131,8 +131,8 @@
<Docs>
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
<param name="name">The name of the health check.</param>
<param name="tags">A list of tags that can be used to filter health checks.</param>
<param name="check">A delegate that provides the health check implementation.</param>
<param name="tags">A list of tags that can be used to filter health checks.</param>
<param name="timeout">An optional <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param>
<summary>
Adds a new health check with the specified name and implementation.
Expand Down Expand Up @@ -172,8 +172,8 @@
<Docs>
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
<param name="name">The name of the health check.</param>
<param name="tags">A list of tags that can be used to filter health checks.</param>
<param name="check">A delegate that provides the health check implementation.</param>
<param name="tags">A list of tags that can be used to filter health checks.</param>
<param name="timeout">An optional <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param>
<summary>
Adds a new health check with the specified name and implementation.
Expand Down Expand Up @@ -206,8 +206,8 @@
<Docs>
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
<param name="name">The name of the health check.</param>
<param name="tags">A list of tags that can be used to filter health checks.</param>
<param name="check">A delegate that provides the health check implementation.</param>
<param name="tags">A list of tags that can be used to filter health checks.</param>
<summary>
Adds a new health check with the specified name and implementation.
</summary>
Expand Down Expand Up @@ -246,8 +246,8 @@
<Docs>
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
<param name="name">The name of the health check.</param>
<param name="tags">A list of tags that can be used to filter health checks.</param>
<param name="check">A delegate that provides the health check implementation.</param>
<param name="tags">A list of tags that can be used to filter health checks.</param>
<summary>
Adds a new health check with the specified name and implementation.
</summary>
Expand Down Expand Up @@ -286,8 +286,8 @@
<Docs>
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
<param name="name">The name of the health check.</param>
<param name="tags">A list of tags that can be used to filter health checks.</param>
<param name="check">A delegate that provides the health check implementation.</param>
<param name="tags">A list of tags that can be used to filter health checks.</param>
<param name="timeout">An optional <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param>
<summary>
Adds a new health check with the specified name and implementation.
Expand Down Expand Up @@ -327,8 +327,8 @@
<Docs>
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param>
<param name="name">The name of the health check.</param>
<param name="tags">A list of tags that can be used to filter health checks.</param>
<param name="check">A delegate that provides the health check implementation.</param>
<param name="tags">A list of tags that can be used to filter health checks.</param>
<param name="timeout">An optional <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param>
<summary>
Adds a new health check with the specified name and implementation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<Parameter Name="listener" Type="Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener" />
</Parameters>
<Docs>
<param name="listener">The implementation type of the listener.</param>
<param name="builder">The <see cref="T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder" />.</param>
<param name="listener">The implementation type of the listener.</param>
<summary>
Registers a new <see cref="T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener" /> instance.
</summary>
Expand Down
Loading
Loading