Microsoft.Extensions.DependencyInjection.xml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Microsoft.Extensions.DependencyInjection</name>
  5. </assembly>
  6. <members>
  7. <member name="M:Microsoft.Extensions.Internal.TypeNameHelper.GetTypeDisplayName(System.Type,System.Boolean,System.Boolean,System.Boolean,System.Char)">
  8. <summary>
  9. Pretty print a type name.
  10. </summary>
  11. <param name="type">The <see cref="T:System.Type"/>.</param>
  12. <param name="fullName"><c>true</c> to print a fully qualified name.</param>
  13. <param name="includeGenericParameterNames"><c>true</c> to include generic parameter names.</param>
  14. <param name="includeGenericParameters"><c>true</c> to include generic parameters.</param>
  15. <param name="nestedTypeDelimiter">Character to use as a delimiter in nested type names</param>
  16. <returns>The pretty printed type name.</returns>
  17. </member>
  18. <member name="T:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory">
  19. <summary>
  20. Default implementation of <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1"/>.
  21. </summary>
  22. </member>
  23. <member name="M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.#ctor">
  24. <summary>
  25. Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory"/> class
  26. with default options.
  27. </summary>
  28. </member>
  29. <member name="M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.#ctor(Microsoft.Extensions.DependencyInjection.ServiceProviderOptions)">
  30. <summary>
  31. Initializes a new instance of the <see cref="T:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory"/> class
  32. with the specified <paramref name="options"/>.
  33. </summary>
  34. <param name="options">The options to use for this instance.</param>
  35. </member>
  36. <member name="M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.CreateBuilder(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
  37. <inheritdoc />
  38. </member>
  39. <member name="M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.CreateServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
  40. <inheritdoc />
  41. </member>
  42. <member name="T:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions">
  43. <summary>
  44. Extension methods for building a <see cref="T:Microsoft.Extensions.DependencyInjection.ServiceProvider"/> from an <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/>.
  45. </summary>
  46. </member>
  47. <member name="M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
  48. <summary>
  49. Creates a <see cref="T:Microsoft.Extensions.DependencyInjection.ServiceProvider"/> containing services from the provided <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/>.
  50. </summary>
  51. <param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> containing service descriptors.</param>
  52. <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.ServiceProvider"/>.</returns>
  53. </member>
  54. <member name="M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Boolean)">
  55. <summary>
  56. Creates a <see cref="T:Microsoft.Extensions.DependencyInjection.ServiceProvider"/> containing services from the provided <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/>
  57. optionally enabling scope validation.
  58. </summary>
  59. <param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> containing service descriptors.</param>
  60. <param name="validateScopes">
  61. <c>true</c> to perform check verifying that scoped services never gets resolved from root provider; otherwise <c>false</c>.
  62. </param>
  63. <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.ServiceProvider"/>.</returns>
  64. </member>
  65. <member name="M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceProviderOptions)">
  66. <summary>
  67. Creates a <see cref="T:Microsoft.Extensions.DependencyInjection.ServiceProvider"/> containing services from the provided <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/>
  68. optionally enabling scope validation.
  69. </summary>
  70. <param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> containing service descriptors.</param>
  71. <param name="options">
  72. Configures various service provider behaviors.
  73. </param>
  74. <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.ServiceProvider"/>.</returns>
  75. </member>
  76. <member name="M:Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory.ValidateTrimmingAnnotations(System.Type,System.Type[],System.Type,System.Type[])">
  77. <summary>
  78. Validates that two generic type definitions have compatible trimming annotations on their generic arguments.
  79. </summary>
  80. <remarks>
  81. When open generic types are used in DI, there is an error when the concrete implementation type
  82. has [DynamicallyAccessedMembers] attributes on a generic argument type, but the interface/service type
  83. doesn't have matching annotations. The problem is that the trimmer doesn't see the members that need to
  84. be preserved on the type being passed to the generic argument. But when the interface/service type also has
  85. the annotations, the trimmer will see which members need to be preserved on the closed generic argument type.
  86. </remarks>
  87. </member>
  88. <member name="P:Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCacheKey.Type">
  89. <summary>
  90. Type of service being cached
  91. </summary>
  92. </member>
  93. <member name="P:Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCacheKey.Slot">
  94. <summary>
  95. Reverse index of the service when resolved in <c>IEnumerable&lt;Type&gt;</c> where default instance gets slot 0.
  96. For example for service collection
  97. IService Impl1
  98. IService Impl2
  99. IService Impl3
  100. We would get the following cache keys:
  101. Impl1 2
  102. Impl2 1
  103. Impl3 0
  104. </summary>
  105. </member>
  106. <member name="T:Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCallSite">
  107. <summary>
  108. Summary description for ServiceCallSite
  109. </summary>
  110. </member>
  111. <member name="T:Microsoft.Extensions.DependencyInjection.ServiceProvider">
  112. <summary>
  113. The default IServiceProvider.
  114. </summary>
  115. </member>
  116. <member name="M:Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(System.Type)">
  117. <summary>
  118. Gets the service object of the specified type.
  119. </summary>
  120. <param name="serviceType">The type of the service to get.</param>
  121. <returns>The service that was produced.</returns>
  122. </member>
  123. <member name="M:Microsoft.Extensions.DependencyInjection.ServiceProvider.Dispose">
  124. <inheritdoc />
  125. </member>
  126. <member name="M:Microsoft.Extensions.DependencyInjection.ServiceProvider.DisposeAsync">
  127. <inheritdoc/>
  128. </member>
  129. <member name="T:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions">
  130. <summary>
  131. Options for configuring various behaviors of the default <see cref="T:System.IServiceProvider"/> implementation.
  132. </summary>
  133. </member>
  134. <member name="P:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.ValidateScopes">
  135. <summary>
  136. <c>true</c> to perform check verifying that scoped services never gets resolved from root provider; otherwise <c>false</c>. Defaults to <c>false</c>.
  137. </summary>
  138. </member>
  139. <member name="P:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.ValidateOnBuild">
  140. <summary>
  141. <c>true</c> to perform check verifying that all services can be created during <c>BuildServiceProvider</c> call; otherwise <c>false</c>. Defaults to <c>false</c>.
  142. NOTE: this check doesn't verify open generics services.
  143. </summary>
  144. </member>
  145. <member name="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute">
  146. <summary>
  147. Indicates that certain members on a specified <see cref="T:System.Type"/> are accessed dynamically,
  148. for example through <see cref="N:System.Reflection"/>.
  149. </summary>
  150. <remarks>
  151. This allows tools to understand which members are being accessed during the execution
  152. of a program.
  153. This attribute is valid on members whose type is <see cref="T:System.Type"/> or <see cref="T:System.String"/>.
  154. When this attribute is applied to a location of type <see cref="T:System.String"/>, the assumption is
  155. that the string represents a fully qualified type name.
  156. When this attribute is applied to a class, interface, or struct, the members specified
  157. can be accessed dynamically on <see cref="T:System.Type"/> instances returned from calling
  158. <see cref="M:System.Object.GetType"/> on instances of that class, interface, or struct.
  159. If the attribute is applied to a method it's treated as a special case and it implies
  160. the attribute should be applied to the "this" parameter of the method. As such the attribute
  161. should only be used on instance methods of types assignable to System.Type (or string, but no methods
  162. will use it there).
  163. </remarks>
  164. </member>
  165. <member name="M:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute.#ctor(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes)">
  166. <summary>
  167. Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute"/> class
  168. with the specified member types.
  169. </summary>
  170. <param name="memberTypes">The types of members dynamically accessed.</param>
  171. </member>
  172. <member name="P:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute.MemberTypes">
  173. <summary>
  174. Gets the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes"/> which specifies the type
  175. of members dynamically accessed.
  176. </summary>
  177. </member>
  178. <member name="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes">
  179. <summary>
  180. Specifies the types of members that are dynamically accessed.
  181. This enumeration has a <see cref="T:System.FlagsAttribute"/> attribute that allows a
  182. bitwise combination of its member values.
  183. </summary>
  184. </member>
  185. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.None">
  186. <summary>
  187. Specifies no members.
  188. </summary>
  189. </member>
  190. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicParameterlessConstructor">
  191. <summary>
  192. Specifies the default, parameterless public constructor.
  193. </summary>
  194. </member>
  195. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors">
  196. <summary>
  197. Specifies all public constructors.
  198. </summary>
  199. </member>
  200. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicConstructors">
  201. <summary>
  202. Specifies all non-public constructors.
  203. </summary>
  204. </member>
  205. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods">
  206. <summary>
  207. Specifies all public methods.
  208. </summary>
  209. </member>
  210. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicMethods">
  211. <summary>
  212. Specifies all non-public methods.
  213. </summary>
  214. </member>
  215. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields">
  216. <summary>
  217. Specifies all public fields.
  218. </summary>
  219. </member>
  220. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicFields">
  221. <summary>
  222. Specifies all non-public fields.
  223. </summary>
  224. </member>
  225. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes">
  226. <summary>
  227. Specifies all public nested types.
  228. </summary>
  229. </member>
  230. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicNestedTypes">
  231. <summary>
  232. Specifies all non-public nested types.
  233. </summary>
  234. </member>
  235. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties">
  236. <summary>
  237. Specifies all public properties.
  238. </summary>
  239. </member>
  240. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties">
  241. <summary>
  242. Specifies all non-public properties.
  243. </summary>
  244. </member>
  245. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents">
  246. <summary>
  247. Specifies all public events.
  248. </summary>
  249. </member>
  250. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicEvents">
  251. <summary>
  252. Specifies all non-public events.
  253. </summary>
  254. </member>
  255. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces">
  256. <summary>
  257. Specifies all interfaces implemented by the type.
  258. </summary>
  259. </member>
  260. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All">
  261. <summary>
  262. Specifies all members.
  263. </summary>
  264. </member>
  265. <member name="T:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
  266. <summary>
  267. Suppresses reporting of a specific rule violation, allowing multiple suppressions on a
  268. single code artifact.
  269. </summary>
  270. <remarks>
  271. <see cref="T:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute"/> is different than
  272. <see cref="T:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute"/> in that it doesn't have a
  273. <see cref="T:System.Diagnostics.ConditionalAttribute"/>. So it is always preserved in the compiled assembly.
  274. </remarks>
  275. </member>
  276. <member name="M:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.#ctor(System.String,System.String)">
  277. <summary>
  278. Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute"/>
  279. class, specifying the category of the tool and the identifier for an analysis rule.
  280. </summary>
  281. <param name="category">The category for the attribute.</param>
  282. <param name="checkId">The identifier of the analysis rule the attribute applies to.</param>
  283. </member>
  284. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Category">
  285. <summary>
  286. Gets the category identifying the classification of the attribute.
  287. </summary>
  288. <remarks>
  289. The <see cref="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Category"/> property describes the tool or tool analysis category
  290. for which a message suppression attribute applies.
  291. </remarks>
  292. </member>
  293. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.CheckId">
  294. <summary>
  295. Gets the identifier of the analysis tool rule to be suppressed.
  296. </summary>
  297. <remarks>
  298. Concatenated together, the <see cref="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Category"/> and <see cref="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.CheckId"/>
  299. properties form a unique check identifier.
  300. </remarks>
  301. </member>
  302. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Scope">
  303. <summary>
  304. Gets or sets the scope of the code that is relevant for the attribute.
  305. </summary>
  306. <remarks>
  307. The Scope property is an optional argument that specifies the metadata scope for which
  308. the attribute is relevant.
  309. </remarks>
  310. </member>
  311. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Target">
  312. <summary>
  313. Gets or sets a fully qualified path that represents the target of the attribute.
  314. </summary>
  315. <remarks>
  316. The <see cref="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Target"/> property is an optional argument identifying the analysis target
  317. of the attribute. An example value is "System.IO.Stream.ctor():System.Void".
  318. Because it is fully qualified, it can be long, particularly for targets such as parameters.
  319. The analysis tool user interface should be capable of automatically formatting the parameter.
  320. </remarks>
  321. </member>
  322. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.MessageId">
  323. <summary>
  324. Gets or sets an optional argument expanding on exclusion criteria.
  325. </summary>
  326. <remarks>
  327. The <see cref="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.MessageId"/> property is an optional argument that specifies additional
  328. exclusion where the literal metadata target is not sufficiently precise. For example,
  329. the <see cref="T:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute"/> cannot be applied within a method,
  330. and it may be desirable to suppress a violation against a statement in the method that will
  331. give a rule violation, but not against all statements in the method.
  332. </remarks>
  333. </member>
  334. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Justification">
  335. <summary>
  336. Gets or sets the justification for suppressing the code analysis message.
  337. </summary>
  338. </member>
  339. <member name="T:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute">
  340. <summary>Specifies that the method or property will ensure that the listed field and property members have not-null values.</summary>
  341. </member>
  342. <member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.#ctor(System.String)">
  343. <summary>Initializes the attribute with a field or property member.</summary>
  344. <param name="member">
  345. The field or property member that is promised to be not-null.
  346. </param>
  347. </member>
  348. <member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.#ctor(System.String[])">
  349. <summary>Initializes the attribute with the list of field and property members.</summary>
  350. <param name="members">
  351. The list of field and property members that are promised to be not-null.
  352. </param>
  353. </member>
  354. <member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.Members">
  355. <summary>Gets field or property member names.</summary>
  356. </member>
  357. <member name="T:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute">
  358. <summary>Specifies that the method or property will ensure that the listed field and property members have not-null values when returning with the specified return value condition.</summary>
  359. </member>
  360. <member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.#ctor(System.Boolean,System.String)">
  361. <summary>Initializes the attribute with the specified return value condition and a field or property member.</summary>
  362. <param name="returnValue">
  363. The return value condition. If the method returns this value, the associated parameter will not be null.
  364. </param>
  365. <param name="member">
  366. The field or property member that is promised to be not-null.
  367. </param>
  368. </member>
  369. <member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.#ctor(System.Boolean,System.String[])">
  370. <summary>Initializes the attribute with the specified return value condition and list of field and property members.</summary>
  371. <param name="returnValue">
  372. The return value condition. If the method returns this value, the associated parameter will not be null.
  373. </param>
  374. <param name="members">
  375. The list of field and property members that are promised to be not-null.
  376. </param>
  377. </member>
  378. <member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.ReturnValue">
  379. <summary>Gets the return value condition.</summary>
  380. </member>
  381. <member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.Members">
  382. <summary>Gets field or property member names.</summary>
  383. </member>
  384. <member name="P:System.SR.AmbiguousConstructorException">
  385. <summary>Unable to activate type '{0}'. The following constructors are ambiguous:</summary>
  386. </member>
  387. <member name="P:System.SR.CannotResolveService">
  388. <summary>Unable to resolve service for type '{0}' while attempting to activate '{1}'.</summary>
  389. </member>
  390. <member name="P:System.SR.CircularDependencyException">
  391. <summary>A circular dependency was detected for the service of type '{0}'.</summary>
  392. </member>
  393. <member name="P:System.SR.UnableToActivateTypeException">
  394. <summary>No constructor for type '{0}' can be instantiated using services from the service container and default values.</summary>
  395. </member>
  396. <member name="P:System.SR.OpenGenericServiceRequiresOpenGenericImplementation">
  397. <summary>Open generic service type '{0}' requires registering an open generic implementation type.</summary>
  398. </member>
  399. <member name="P:System.SR.ArityOfOpenGenericServiceNotEqualArityOfOpenGenericImplementation">
  400. <summary>Arity of open generic service type '{0}' does not equal arity of open generic implementation type '{1}'.</summary>
  401. </member>
  402. <member name="P:System.SR.TypeCannotBeActivated">
  403. <summary>Cannot instantiate implementation type '{0}' for service type '{1}'.</summary>
  404. </member>
  405. <member name="P:System.SR.NoConstructorMatch">
  406. <summary>A suitable constructor for type '{0}' could not be located. Ensure the type is concrete and services are registered for all parameters of a public constructor.</summary>
  407. </member>
  408. <member name="P:System.SR.ScopedInSingletonException">
  409. <summary>Cannot consume {2} service '{0}' from {3} '{1}'.</summary>
  410. </member>
  411. <member name="P:System.SR.ScopedResolvedFromRootException">
  412. <summary>Cannot resolve '{0}' from root provider because it requires {2} service '{1}'.</summary>
  413. </member>
  414. <member name="P:System.SR.DirectScopedResolvedFromRootException">
  415. <summary>Cannot resolve {1} service '{0}' from root provider.</summary>
  416. </member>
  417. <member name="P:System.SR.ConstantCantBeConvertedToServiceType">
  418. <summary>Constant value of type '{0}' can't be converted to service type '{1}'</summary>
  419. </member>
  420. <member name="P:System.SR.ImplementationTypeCantBeConvertedToServiceType">
  421. <summary>Implementation type '{0}' can't be converted to service type '{1}'</summary>
  422. </member>
  423. <member name="P:System.SR.AsyncDisposableServiceDispose">
  424. <summary>'{0}' type only implements IAsyncDisposable. Use DisposeAsync to dispose the container.</summary>
  425. </member>
  426. <member name="P:System.SR.GetCaptureDisposableNotSupported">
  427. <summary>GetCaptureDisposable call is supported only for main scope</summary>
  428. </member>
  429. <member name="P:System.SR.InvalidServiceDescriptor">
  430. <summary>Invalid service descriptor</summary>
  431. </member>
  432. <member name="P:System.SR.ServiceDescriptorNotExist">
  433. <summary>Requested service descriptor doesn't exist.</summary>
  434. </member>
  435. <member name="P:System.SR.CallSiteTypeNotSupported">
  436. <summary>Call site type {0} is not supported</summary>
  437. </member>
  438. <member name="P:System.SR.TrimmingAnnotationsDoNotMatch">
  439. <summary>Generic implementation type '{0}' has a DynamicallyAccessedMembers attribute applied to a generic argument type, but the service type '{1}' doesn't have a matching DynamicallyAccessedMembers attribute on its generic argument type.</summary>
  440. </member>
  441. <member name="P:System.SR.TrimmingAnnotationsDoNotMatch_NewConstraint">
  442. <summary>Generic implementation type '{0}' has a DefaultConstructorConstraint ('new()' constraint), but the generic service type '{1}' doesn't.</summary>
  443. </member>
  444. </members>
  445. </doc>