You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/Microsoft.Extensions.DependencyInjection/ISupportRequiredService.xml
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,7 @@
19
19
</AssemblyInfo>
20
20
<Interfaces />
21
21
<Docs>
22
-
<summary>Optional contract used by <seecref="M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService``1(System.IServiceProvider)" />
23
-
to resolve services if supported by <seecref="T:System.IServiceProvider" />.</summary>
22
+
<summary>Optional contract used by <seecref="M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService``1(System.IServiceProvider)" /> to resolve services if supported by <seecref="T:System.IServiceProvider" />.</summary>
24
23
<remarks>To be added.</remarks>
25
24
</Docs>
26
25
<Members>
@@ -51,12 +50,12 @@
51
50
<ParameterName="serviceType"Type="System.Type" />
52
51
</Parameters>
53
52
<Docs>
54
-
<paramname="serviceType">An object that specifies the type of service object to get.</param>
55
-
<summary>Gets service of type <paramrefname="serviceType" /> from the <seecref="T:System.IServiceProvider" /> implementing
56
-
this interface.</summary>
57
-
<returns>A service object of type <paramrefname="serviceType" />.
58
-
Throws an exception if the <seecref="T:System.IServiceProvider" /> cannot create the object.</returns>
53
+
<paramname="serviceType">The type of service object to get.</param>
54
+
<summary>Gets service of type <paramrefname="serviceType" /> from the <seecref="T:System.IServiceProvider" /> that implements this interface.</summary>
55
+
<returns>A service object of type <paramrefname="serviceType" />. Throws an exception if the <seecref="T:System.IServiceProvider" /> cannot create the object.</returns>
0 commit comments