Skip to content

Commit 16395a7

Browse files
Update documentation from PR
1 parent 401ec93 commit 16395a7

File tree

1,923 files changed

+35972
-13203
lines changed

Some content is hidden

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

1,923 files changed

+35972
-13203
lines changed

api/Microsoft.Extensions.DependencyInjection.IServiceCollection.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ <h1 id="Microsoft_Extensions_DependencyInjection_IServiceCollection" data-uid="M
223223
<div>
224224
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
225225
</div>
226+
<div>
227+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
228+
</div>
226229
</dd></dl>
227230

228231

api/Microsoft.Extensions.DependencyInjection.IServiceProviderIsService.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ <h1 id="Microsoft_Extensions_DependencyInjection_IServiceProviderIsService" data
145145
<div>
146146
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
147147
</div>
148+
<div>
149+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
150+
</div>
148151
</dd></dl>
149152

150153

api/Microsoft.Extensions.DependencyInjection.IServiceScope.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ <h1 id="Microsoft_Extensions_DependencyInjection_IServiceScope" data-uid="Micros
152152
<div>
153153
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
154154
</div>
155+
<div>
156+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
157+
</div>
155158
</dd></dl>
156159

157160

api/Microsoft.Extensions.DependencyInjection.ImplementationFactoryDelegate.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ <h4 class="section">Returns</h4>
155155
<div>
156156
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
157157
</div>
158+
<div>
159+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
160+
</div>
158161
</dd></dl>
159162

160163

api/Microsoft.Extensions.DependencyInjection.ServiceCollection.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ <h1 id="Microsoft_Extensions_DependencyInjection_ServiceCollection" data-uid="Mi
261261
<div>
262262
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
263263
</div>
264+
<div>
265+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
266+
</div>
264267
</dd></dl>
265268

266269

api/Microsoft.Extensions.DependencyInjection.ServiceDescriptor.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ <h1 id="Microsoft_Extensions_DependencyInjection_ServiceDescriptor" data-uid="Mi
174174
<div>
175175
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
176176
</div>
177+
<div>
178+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
179+
</div>
177180
</dd></dl>
178181

179182

api/Microsoft.Extensions.DependencyInjection.ServiceLifetime.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,16 @@ <h2 id="fields">Fields
118118
</h2>
119119
<dl class="parameters">
120120
<dt id="Microsoft_Extensions_DependencyInjection_ServiceLifetime_Scoped"><code>Scoped = 2</code></dt>
121-
<dd><p>Specifies that a single instance of the service will be created within a scope.</p>
121+
122+
<dd><p>Specifies that a single instance of the service will be created within a scope.</p>
122123
</dd>
123124
<dt id="Microsoft_Extensions_DependencyInjection_ServiceLifetime_Singleton"><code>Singleton = 0</code></dt>
124-
<dd><p>Specifies that a single instance of the service will be created.</p>
125+
126+
<dd><p>Specifies that a single instance of the service will be created.</p>
125127
</dd>
126128
<dt id="Microsoft_Extensions_DependencyInjection_ServiceLifetime_Transient"><code>Transient = 1</code></dt>
127-
<dd><p>Specifies that a new instance of the service will be created every time it is requested.</p>
129+
130+
<dd><p>Specifies that a new instance of the service will be created every time it is requested.</p>
128131
</dd>
129132
</dl>
130133

api/Microsoft.Extensions.DependencyInjection.ServiceProvider.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ <h1 id="Microsoft_Extensions_DependencyInjection_ServiceProvider" data-uid="Micr
194194
<div>
195195
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
196196
</div>
197+
<div>
198+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
199+
</div>
197200
</dd></dl>
198201

199202

api/Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ <h1 id="Microsoft_Extensions_DependencyInjection_ServiceProviderOptions" data-ui
177177
<div>
178178
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
179179
</div>
180+
<div>
181+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
182+
</div>
180183
</dd></dl>
181184

182185

api/Microsoft.Extensions.Logging.ILogger.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ <h1 id="Microsoft_Extensions_Logging_ILogger" data-uid="Microsoft.Extensions.Log
232232
<div>
233233
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
234234
</div>
235+
<div>
236+
<a class="xref" href="nanoFramework.Logging.LogDispatcher.html#nanoFramework_Logging_LogDispatcher_GetCurrentClassLogger_System_Object_">LogDispatcher.GetCurrentClassLogger(object)</a>
237+
</div>
235238
</dd></dl>
236239

237240

0 commit comments

Comments
 (0)