Skip to content

Commit 099f1a3

Browse files
committed
fix up broken xrefs
1 parent 0254483 commit 099f1a3

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

_zip/missingapi.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,22 @@ references:
3131
- uid: Microsoft.Extensions.Localization.Internal.IResourceStringProvider
3232
name: IResourceStringProvider
3333
fullname: Microsoft.Extensions.Localization.Internal.IResourceStringProvider
34+
- uid: Polly.CircuitBreaker.CircuitBreakerStrategyOptions`1
35+
name: CircuitBreakerStrategyOptions`1
36+
fullname: Polly.CircuitBreaker.CircuitBreakerStrategyOptions`1
37+
href: https://github.com/App-vNext/Polly/wiki
38+
- uid: Polly.CircuitBreaker.BrokenCircuitException
39+
name: BrokenCircuitException
40+
fullname: Polly.CircuitBreaker.BrokenCircuitException
41+
href: https://github.com/App-vNext/Polly/wiki
3442
- uid: Polly.Context
3543
name: Context
3644
fullname: Polly.Context
3745
href: https://github.com/App-vNext/Polly/wiki/Keys-and-Context-Data
46+
- uid: Polly.Hedging.HedgingStrategyOptions`1
47+
name: HedgingStrategyOptions`1
48+
fullname: Polly.Hedging.HedgingStrategyOptions`1
49+
href: https://github.com/App-vNext/Polly/wiki
3850
- uid: Polly.IAsyncPolicy
3951
name: IAsyncPolicy
4052
fullname: Polly.IAsyncPolicy
@@ -43,6 +55,10 @@ references:
4355
name: IAsyncPolicy`1
4456
fullname: Polly.IAsyncPolicy`1
4557
href: https://github.com/App-vNext/Polly/wiki
58+
- uid: Polly.Outcome`1
59+
name: Outcome`1
60+
fullname: Polly.Outcome`1
61+
href: https://github.com/App-vNext/Polly/wiki
4662
- uid: Polly.Policy
4763
name: Policy
4864
fullname: Polly.Policy
@@ -55,6 +71,10 @@ references:
5571
name: PolicyBuilder`1
5672
fullname: Polly.PolicyBuilder`1
5773
href: https://github.com/App-vNext/Polly/wiki
74+
- uid: Polly.RateLimiting.RateLimiterStrategyOptions
75+
name: RateLimiterStrategyOptions
76+
fullname: Polly.RateLimiting.RateLimiterStrategyOptions
77+
href: https://github.com/App-vNext/Polly/wiki/PolicyRegistry
5878
- uid: Polly.Registry.PolicyRegistry
5979
name: PolicyRegistry
6080
fullname: Polly.Registry.PolicyRegistry
@@ -67,6 +87,30 @@ references:
6787
name: IReadOnlyPolicyRegistry<TKey>
6888
fullname: Polly.Registry.IReadOnlyPolicyRegistry<TKey>
6989
href: https://github.com/App-vNext/Polly/wiki
90+
- uid: Polly.ResiliencePipeline`1
91+
name: ResiliencePipeline`1
92+
fullname: Polly.ResiliencePipeline`1
93+
href: https://github.com/App-vNext/Polly/wiki
94+
- uid: Polly.ResiliencePipelineBuilder`1
95+
name: ResiliencePipelineBuilder`1
96+
fullname: Polly.ResiliencePipelineBuilder`1
97+
href: https://github.com/App-vNext/Polly/wiki
98+
- uid: Polly.Retry.RetryStrategyOptions`1
99+
name: RetryStrategyOptions`1
100+
fullname: Polly.Retry.RetryStrategyOptions`1
101+
href: https://github.com/App-vNext/Polly/wiki
102+
- uid: Polly.Timeout.TimeoutRejectedException
103+
name: TimeoutRejectedException
104+
fullname: Polly.Timeout.TimeoutRejectedException
105+
href: https://github.com/App-vNext/Polly/wiki
106+
- uid: Polly.Timeout.TimeoutStrategyOptions
107+
name: TimeoutStrategyOptions
108+
fullname: Polly.Timeout.TimeoutStrategyOptions
109+
href: https://github.com/App-vNext/Polly/wiki
110+
- uid: Polly.Timeout.TimeoutStrategyOptions.Timeout
111+
name: Timeout
112+
fullname: Polly.Timeout.TimeoutStrategyOptions.Timeout
113+
href: https://github.com/App-vNext/Polly/wiki
70114
- uid: Serilog.Core.Logger
71115
name: Logger
72116
fullname: Serilog.Core.Logger

xml/Microsoft.Extensions.Hosting/IHost.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</ReturnValue>
4747
<Docs>
4848
<summary>
49-
Gets the services configured for the program (for example, using <see cref="M:HostBuilder.ConfigureServices(Action&lt;HostBuilderContext,IServiceCollection&gt;)" />).
49+
Gets the services configured for the program (for example, using <see cref="M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureServices(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceCollection})" />).
5050
</summary>
5151
<value>To be added.</value>
5252
<remarks>To be added.</remarks>
@@ -73,7 +73,7 @@
7373
<param name="cancellationToken">Used to abort program start.</param>
7474
<summary>
7575
Starts the <see cref="T:Microsoft.Extensions.Hosting.IHostedService" /> objects configured for the program.
76-
The application will run until interrupted or until <see cref="M:IHostApplicationLifetime.StopApplication()" /> is called.
76+
The application will run until interrupted or until <see cref="M:IHostApplicationLifetime.StopApplication" /> is called.
7777
</summary>
7878
<returns>A <see cref="T:System.Threading.Tasks.Task" /> that will be completed when the <see cref="T:Microsoft.Extensions.Hosting.IHost" /> starts.</returns>
7979
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)