Skip to content

Commit 0dff257

Browse files
Update documentation from PR
1 parent dd6506f commit 0dff257

File tree

2,725 files changed

+21440
-6543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,725 files changed

+21440
-6543
lines changed

api/Microsoft.Extensions.DependencyInjection.ActivatorUtilities.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="title" content="Class ActivatorUtilities
99
| .NET nanoFramework Documentation ">
1010

11+
<meta name="description" content="Helper code for the various activator services.">
1112
<link rel="icon" href="../favicon.ico">
1213
<link rel="stylesheet" href="../public/docfx.min.css">
1314
<link rel="stylesheet" href="../public/main.css">

api/Microsoft.Extensions.DependencyInjection.IServiceCollection.html

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="title" content="Interface IServiceCollection
99
| .NET nanoFramework Documentation ">
1010

11+
<meta name="description" content="Default implementation of IServiceCollection.">
1112
<link rel="icon" href="../favicon.ico">
1213
<link rel="stylesheet" href="../public/docfx.min.css">
1314
<link rel="stylesheet" href="../public/main.css">
@@ -126,12 +127,18 @@ <h1 id="Microsoft_Extensions_DependencyInjection_IServiceCollection" data-uid="M
126127
<div>
127128
<a class="xref" href="Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.html#Microsoft_Extensions_DependencyInjection_ServiceCollectionServiceExtensions_AddScoped_Microsoft_Extensions_DependencyInjection_IServiceCollection_System_Type_">ServiceCollectionServiceExtensions.AddScoped(IServiceCollection, Type)</a>
128129
</div>
130+
<div>
131+
<a class="xref" href="Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.html#Microsoft_Extensions_DependencyInjection_ServiceCollectionServiceExtensions_AddScoped_Microsoft_Extensions_DependencyInjection_IServiceCollection_System_Type_Microsoft_Extensions_DependencyInjection_ImplementationFactoryDelegate_">ServiceCollectionServiceExtensions.AddScoped(IServiceCollection, Type, ImplementationFactoryDelegate)</a>
132+
</div>
129133
<div>
130134
<a class="xref" href="Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.html#Microsoft_Extensions_DependencyInjection_ServiceCollectionServiceExtensions_AddScoped_Microsoft_Extensions_DependencyInjection_IServiceCollection_System_Type_System_Type_">ServiceCollectionServiceExtensions.AddScoped(IServiceCollection, Type, Type)</a>
131135
</div>
132136
<div>
133137
<a class="xref" href="Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.html#Microsoft_Extensions_DependencyInjection_ServiceCollectionServiceExtensions_AddSingleton_Microsoft_Extensions_DependencyInjection_IServiceCollection_System_Type_">ServiceCollectionServiceExtensions.AddSingleton(IServiceCollection, Type)</a>
134138
</div>
139+
<div>
140+
<a class="xref" href="Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.html#Microsoft_Extensions_DependencyInjection_ServiceCollectionServiceExtensions_AddSingleton_Microsoft_Extensions_DependencyInjection_IServiceCollection_System_Type_Microsoft_Extensions_DependencyInjection_ImplementationFactoryDelegate_">ServiceCollectionServiceExtensions.AddSingleton(IServiceCollection, Type, ImplementationFactoryDelegate)</a>
141+
</div>
135142
<div>
136143
<a class="xref" href="Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.html#Microsoft_Extensions_DependencyInjection_ServiceCollectionServiceExtensions_AddSingleton_Microsoft_Extensions_DependencyInjection_IServiceCollection_System_Type_System_Object_">ServiceCollectionServiceExtensions.AddSingleton(IServiceCollection, Type, object)</a>
137144
</div>
@@ -141,6 +148,9 @@ <h1 id="Microsoft_Extensions_DependencyInjection_IServiceCollection" data-uid="M
141148
<div>
142149
<a class="xref" href="Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.html#Microsoft_Extensions_DependencyInjection_ServiceCollectionServiceExtensions_AddTransient_Microsoft_Extensions_DependencyInjection_IServiceCollection_System_Type_">ServiceCollectionServiceExtensions.AddTransient(IServiceCollection, Type)</a>
143150
</div>
151+
<div>
152+
<a class="xref" href="Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.html#Microsoft_Extensions_DependencyInjection_ServiceCollectionServiceExtensions_AddTransient_Microsoft_Extensions_DependencyInjection_IServiceCollection_System_Type_Microsoft_Extensions_DependencyInjection_ImplementationFactoryDelegate_">ServiceCollectionServiceExtensions.AddTransient(IServiceCollection, Type, ImplementationFactoryDelegate)</a>
153+
</div>
144154
<div>
145155
<a class="xref" href="Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.html#Microsoft_Extensions_DependencyInjection_ServiceCollectionServiceExtensions_AddTransient_Microsoft_Extensions_DependencyInjection_IServiceCollection_System_Type_System_Type_">ServiceCollectionServiceExtensions.AddTransient(IServiceCollection, Type, Type)</a>
146156
</div>
@@ -221,7 +231,7 @@ <h3 id="Microsoft_Extensions_DependencyInjection_IServiceCollection_Count" data-
221231
<h4 class="section">Property Value</h4>
222232
<dl class="parameters">
223233
<dt><a class="xref" href="System.Int32.html">int</a></dt>
224-
<dd></dd>
234+
<dd>Default implementation of IServiceCollection.</dd>
225235
</dl>
226236

227237

@@ -253,7 +263,7 @@ <h3 id="Microsoft_Extensions_DependencyInjection_IServiceCollection_IsReadOnly"
253263
<h4 class="section">Property Value</h4>
254264
<dl class="parameters">
255265
<dt><a class="xref" href="System.Boolean.html">bool</a></dt>
256-
<dd></dd>
266+
<dd>Default implementation of IServiceCollection.</dd>
257267
</dl>
258268

259269

@@ -291,7 +301,7 @@ <h4 class="section">Parameters</h4>
291301
<h4 class="section">Property Value</h4>
292302
<dl class="parameters">
293303
<dt><a class="xref" href="Microsoft.Extensions.DependencyInjection.ServiceDescriptor.html">ServiceDescriptor</a></dt>
294-
<dd></dd>
304+
<dd>Default implementation of IServiceCollection.</dd>
295305
</dl>
296306

297307

@@ -330,7 +340,7 @@ <h4 class="section">Parameters</h4>
330340
<h4 class="section">Returns</h4>
331341
<dl class="parameters">
332342
<dt><a class="xref" href="System.Int32.html">int</a></dt>
333-
<dd></dd>
343+
<dd>Default implementation of IServiceCollection.</dd>
334344
</dl>
335345

336346

@@ -395,7 +405,7 @@ <h4 class="section">Parameters</h4>
395405
<h4 class="section">Returns</h4>
396406
<dl class="parameters">
397407
<dt><a class="xref" href="System.Boolean.html">bool</a></dt>
398-
<dd></dd>
408+
<dd>Default implementation of IServiceCollection.</dd>
399409
</dl>
400410

401411

@@ -463,7 +473,7 @@ <h3 id="Microsoft_Extensions_DependencyInjection_IServiceCollection_GetEnumerato
463473
<h4 class="section">Returns</h4>
464474
<dl class="parameters">
465475
<dt><a class="xref" href="System.Collections.IEnumerator.html">IEnumerator</a></dt>
466-
<dd></dd>
476+
<dd>Default implementation of IServiceCollection.</dd>
467477
</dl>
468478

469479

@@ -501,7 +511,7 @@ <h4 class="section">Parameters</h4>
501511
<h4 class="section">Returns</h4>
502512
<dl class="parameters">
503513
<dt><a class="xref" href="System.Int32.html">int</a></dt>
504-
<dd></dd>
514+
<dd>Default implementation of IServiceCollection.</dd>
505515
</dl>
506516

507517

api/Microsoft.Extensions.DependencyInjection.IServiceProviderIsService.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="title" content="Interface IServiceProviderIsService
99
| .NET nanoFramework Documentation ">
1010

11+
<meta name="description" content="Optional service used to determine if the specified type is available from the .">
1112
<link rel="icon" href="../favicon.ico">
1213
<link rel="stylesheet" href="../public/docfx.min.css">
1314
<link rel="stylesheet" href="../public/main.css">

api/Microsoft.Extensions.DependencyInjection.IServiceScope.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="title" content="Interface IServiceScope
99
| .NET nanoFramework Documentation ">
1010

11+
<meta name="description" content="Defines scope for .">
1112
<link rel="icon" href="../favicon.ico">
1213
<link rel="stylesheet" href="../public/docfx.min.css">
1314
<link rel="stylesheet" href="../public/main.css">
@@ -186,7 +187,7 @@ <h3 id="Microsoft_Extensions_DependencyInjection_IServiceScope_ServiceProvider"
186187
<h4 class="section">Property Value</h4>
187188
<dl class="parameters">
188189
<dt><a class="xref" href="System.IServiceProvider.html">IServiceProvider</a></dt>
189-
<dd></dd>
190+
<dd>Defines scope for .</dd>
190191
</dl>
191192

192193

0 commit comments

Comments
 (0)