Skip to content

Commit c619764

Browse files
authored
CI Update - Update baseline for mdoc 5.8.7 (#7787)
1 parent 1cde02e commit c619764

File tree

335 files changed

+1113
-705
lines changed

Some content is hidden

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

335 files changed

+1113
-705
lines changed

xml/FrameworksIndex/netcore-1.0.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11240,6 +11240,16 @@
1124011240
<Member Id="F:System.IO.FileMode.OpenOrCreate" />
1124111241
<Member Id="F:System.IO.FileMode.Truncate" />
1124211242
</Type>
11243+
<Type Name="System.IO.FileNotFoundException" Id="T:System.IO.FileNotFoundException">
11244+
<Member Id="M:System.IO.FileNotFoundException.#ctor" />
11245+
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String)" />
11246+
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.Exception)" />
11247+
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.String)" />
11248+
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.String,System.Exception)" />
11249+
<Member Id="M:System.IO.FileNotFoundException.ToString" />
11250+
<Member Id="P:System.IO.FileNotFoundException.FileName" />
11251+
<Member Id="P:System.IO.FileNotFoundException.Message" />
11252+
</Type>
1124311253
<Type Name="System.IO.FileOptions" Id="T:System.IO.FileOptions">
1124411254
<Member Id="F:System.IO.FileOptions.Asynchronous" />
1124511255
<Member Id="F:System.IO.FileOptions.DeleteOnClose" />
@@ -11358,6 +11368,12 @@
1135811368
<Member Id="M:System.IO.InvalidDataException.#ctor(System.String)" />
1135911369
<Member Id="M:System.IO.InvalidDataException.#ctor(System.String,System.Exception)" />
1136011370
</Type>
11371+
<Type Name="System.IO.IOException" Id="T:System.IO.IOException">
11372+
<Member Id="M:System.IO.IOException.#ctor" />
11373+
<Member Id="M:System.IO.IOException.#ctor(System.String)" />
11374+
<Member Id="M:System.IO.IOException.#ctor(System.String,System.Exception)" />
11375+
<Member Id="M:System.IO.IOException.#ctor(System.String,System.Int32)" />
11376+
</Type>
1136111377
<Type Name="System.IO.MemoryStream" Id="T:System.IO.MemoryStream">
1136211378
<Member Id="M:System.IO.MemoryStream.#ctor" />
1136311379
<Member Id="M:System.IO.MemoryStream.#ctor(System.Byte[])" />
@@ -20052,6 +20068,16 @@
2005220068
<Type Name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" Id="T:System.Runtime.CompilerServices.CompilerGeneratedAttribute">
2005320069
<Member Id="M:System.Runtime.CompilerServices.CompilerGeneratedAttribute.#ctor" />
2005420070
</Type>
20071+
<Type Name="System.Runtime.CompilerServices.ConditionalWeakTable`2" Id="T:System.Runtime.CompilerServices.ConditionalWeakTable`2">
20072+
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.#ctor" />
20073+
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.Add(`0,`1)" />
20074+
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.Finalize" />
20075+
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.GetOrCreateValue(`0)" />
20076+
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.GetValue(`0,System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback{`0,`1})" />
20077+
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.Remove(`0)" />
20078+
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)" />
20079+
</Type>
20080+
<Type Name="System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback" Id="T:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback" />
2005520081
<Type Name="System.Runtime.CompilerServices.ConfiguredTaskAwaitable" Id="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable">
2005620082
<Member Id="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.GetAwaiter" />
2005720083
</Type>

xml/FrameworksIndex/netcore-1.1.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11577,6 +11577,16 @@
1157711577
<Member Id="F:System.IO.FileMode.OpenOrCreate" />
1157811578
<Member Id="F:System.IO.FileMode.Truncate" />
1157911579
</Type>
11580+
<Type Name="System.IO.FileNotFoundException" Id="T:System.IO.FileNotFoundException">
11581+
<Member Id="M:System.IO.FileNotFoundException.#ctor" />
11582+
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String)" />
11583+
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.Exception)" />
11584+
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.String)" />
11585+
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.String,System.Exception)" />
11586+
<Member Id="M:System.IO.FileNotFoundException.ToString" />
11587+
<Member Id="P:System.IO.FileNotFoundException.FileName" />
11588+
<Member Id="P:System.IO.FileNotFoundException.Message" />
11589+
</Type>
1158011590
<Type Name="System.IO.FileOptions" Id="T:System.IO.FileOptions">
1158111591
<Member Id="F:System.IO.FileOptions.Asynchronous" />
1158211592
<Member Id="F:System.IO.FileOptions.DeleteOnClose" />
@@ -11695,6 +11705,12 @@
1169511705
<Member Id="M:System.IO.InvalidDataException.#ctor(System.String)" />
1169611706
<Member Id="M:System.IO.InvalidDataException.#ctor(System.String,System.Exception)" />
1169711707
</Type>
11708+
<Type Name="System.IO.IOException" Id="T:System.IO.IOException">
11709+
<Member Id="M:System.IO.IOException.#ctor" />
11710+
<Member Id="M:System.IO.IOException.#ctor(System.String)" />
11711+
<Member Id="M:System.IO.IOException.#ctor(System.String,System.Exception)" />
11712+
<Member Id="M:System.IO.IOException.#ctor(System.String,System.Int32)" />
11713+
</Type>
1169811714
<Type Name="System.IO.MemoryStream" Id="T:System.IO.MemoryStream">
1169911715
<Member Id="M:System.IO.MemoryStream.#ctor" />
1170011716
<Member Id="M:System.IO.MemoryStream.#ctor(System.Byte[])" />
@@ -21426,6 +21442,16 @@
2142621442
<Type Name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" Id="T:System.Runtime.CompilerServices.CompilerGeneratedAttribute">
2142721443
<Member Id="M:System.Runtime.CompilerServices.CompilerGeneratedAttribute.#ctor" />
2142821444
</Type>
21445+
<Type Name="System.Runtime.CompilerServices.ConditionalWeakTable`2" Id="T:System.Runtime.CompilerServices.ConditionalWeakTable`2">
21446+
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.#ctor" />
21447+
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.Add(`0,`1)" />
21448+
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.Finalize" />
21449+
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.GetOrCreateValue(`0)" />
21450+
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.GetValue(`0,System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback{`0,`1})" />
21451+
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.Remove(`0)" />
21452+
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)" />
21453+
</Type>
21454+
<Type Name="System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback" Id="T:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback" />
2142921455
<Type Name="System.Runtime.CompilerServices.ConfiguredTaskAwaitable" Id="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable">
2143021456
<Member Id="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.GetAwaiter" />
2143121457
</Type>

xml/FrameworksIndex/netcore-2.0.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22299,7 +22299,6 @@
2229922299
<Member Id="F:System.Reflection.BindingFlags.CreateInstance" />
2230022300
<Member Id="F:System.Reflection.BindingFlags.DeclaredOnly" />
2230122301
<Member Id="F:System.Reflection.BindingFlags.Default" />
22302-
<Member Id="F:System.Reflection.BindingFlags.DoNotWrapExceptions" />
2230322302
<Member Id="F:System.Reflection.BindingFlags.ExactBinding" />
2230422303
<Member Id="F:System.Reflection.BindingFlags.FlattenHierarchy" />
2230522304
<Member Id="F:System.Reflection.BindingFlags.GetField" />

xml/FrameworksIndex/netstandard-1.5.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3144,11 +3144,27 @@
31443144
<Member Id="P:System.IO.FileLoadException.FileName" />
31453145
<Member Id="P:System.IO.FileLoadException.Message" />
31463146
</Type>
3147+
<Type Name="System.IO.FileNotFoundException" Id="T:System.IO.FileNotFoundException">
3148+
<Member Id="M:System.IO.FileNotFoundException.#ctor" />
3149+
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String)" />
3150+
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.Exception)" />
3151+
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.String)" />
3152+
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.String,System.Exception)" />
3153+
<Member Id="M:System.IO.FileNotFoundException.ToString" />
3154+
<Member Id="P:System.IO.FileNotFoundException.FileName" />
3155+
<Member Id="P:System.IO.FileNotFoundException.Message" />
3156+
</Type>
31473157
<Type Name="System.IO.InvalidDataException" Id="T:System.IO.InvalidDataException">
31483158
<Member Id="M:System.IO.InvalidDataException.#ctor" />
31493159
<Member Id="M:System.IO.InvalidDataException.#ctor(System.String)" />
31503160
<Member Id="M:System.IO.InvalidDataException.#ctor(System.String,System.Exception)" />
31513161
</Type>
3162+
<Type Name="System.IO.IOException" Id="T:System.IO.IOException">
3163+
<Member Id="M:System.IO.IOException.#ctor" />
3164+
<Member Id="M:System.IO.IOException.#ctor(System.String)" />
3165+
<Member Id="M:System.IO.IOException.#ctor(System.String,System.Exception)" />
3166+
<Member Id="M:System.IO.IOException.#ctor(System.String,System.Int32)" />
3167+
</Type>
31523168
<Type Name="System.IO.MemoryStream" Id="T:System.IO.MemoryStream">
31533169
<Member Id="M:System.IO.MemoryStream.#ctor" />
31543170
<Member Id="M:System.IO.MemoryStream.#ctor(System.Byte[])" />

xml/FrameworksIndex/netstandard-1.6.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5230,6 +5230,16 @@
52305230
<Member Id="F:System.IO.FileMode.OpenOrCreate" />
52315231
<Member Id="F:System.IO.FileMode.Truncate" />
52325232
</Type>
5233+
<Type Name="System.IO.FileNotFoundException" Id="T:System.IO.FileNotFoundException">
5234+
<Member Id="M:System.IO.FileNotFoundException.#ctor" />
5235+
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String)" />
5236+
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.Exception)" />
5237+
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.String)" />
5238+
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.String,System.Exception)" />
5239+
<Member Id="M:System.IO.FileNotFoundException.ToString" />
5240+
<Member Id="P:System.IO.FileNotFoundException.FileName" />
5241+
<Member Id="P:System.IO.FileNotFoundException.Message" />
5242+
</Type>
52335243
<Type Name="System.IO.FileOptions" Id="T:System.IO.FileOptions">
52345244
<Member Id="F:System.IO.FileOptions.Asynchronous" />
52355245
<Member Id="F:System.IO.FileOptions.DeleteOnClose" />
@@ -5306,6 +5316,12 @@
53065316
<Member Id="M:System.IO.InvalidDataException.#ctor(System.String)" />
53075317
<Member Id="M:System.IO.InvalidDataException.#ctor(System.String,System.Exception)" />
53085318
</Type>
5319+
<Type Name="System.IO.IOException" Id="T:System.IO.IOException">
5320+
<Member Id="M:System.IO.IOException.#ctor" />
5321+
<Member Id="M:System.IO.IOException.#ctor(System.String)" />
5322+
<Member Id="M:System.IO.IOException.#ctor(System.String,System.Exception)" />
5323+
<Member Id="M:System.IO.IOException.#ctor(System.String,System.Int32)" />
5324+
</Type>
53095325
<Type Name="System.IO.MemoryStream" Id="T:System.IO.MemoryStream">
53105326
<Member Id="M:System.IO.MemoryStream.#ctor" />
53115327
<Member Id="M:System.IO.MemoryStream.#ctor(System.Byte[])" />

xml/Microsoft.Extensions.Configuration/ConfigurationBuilder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The contents of the JSON file are shown here.
4747
:::code language="json" source="~/snippets/csharp/Microsoft.Extensions.Configuration/ConfigurationBuilder/Overview/appsettings.json":::
4848
4949
]]></format>
50-
</remarks>
50+
</remarks>
5151
<related type="Article" href="/dotnet/core/extensions/configuration">Configuration in .NET</related>
5252
</Docs>
5353
<Members>

xml/Microsoft.Extensions.DependencyInjection/AsyncServiceScope.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Type Name="AsyncServiceScope" FullName="Microsoft.Extensions.DependencyInjection.AsyncServiceScope">
2-
<TypeSignature Language="C#" Value="public struct AsyncServiceScope : IAsyncDisposable, IDisposable, Microsoft.Extensions.DependencyInjection.IServiceScope" />
2+
<TypeSignature Language="C#" Value="public readonly struct AsyncServiceScope : IAsyncDisposable, IDisposable, Microsoft.Extensions.DependencyInjection.IServiceScope" />
33
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit AsyncServiceScope extends System.ValueType implements class Microsoft.Extensions.DependencyInjection.IServiceScope, class System.IAsyncDisposable, class System.IDisposable" />
44
<TypeSignature Language="DocId" Value="T:Microsoft.Extensions.DependencyInjection.AsyncServiceScope" />
55
<TypeSignature Language="VB.NET" Value="Public Structure AsyncServiceScope&#xA;Implements IAsyncDisposable, IDisposable, IServiceScope" />

xml/Microsoft.Extensions.Logging.Abstractions/LogEntry`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Type Name="LogEntry&lt;TState&gt;" FullName="Microsoft.Extensions.Logging.Abstractions.LogEntry&lt;TState&gt;">
2-
<TypeSignature Language="C#" Value="public struct LogEntry&lt;TState&gt;" />
2+
<TypeSignature Language="C#" Value="public readonly struct LogEntry&lt;TState&gt;" />
33
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit LogEntry`1&lt;TState&gt; extends System.ValueType" />
44
<TypeSignature Language="DocId" Value="T:Microsoft.Extensions.Logging.Abstractions.LogEntry`1" />
55
<TypeSignature Language="VB.NET" Value="Public Structure LogEntry(Of TState)" />

xml/Microsoft.Extensions.Logging.Console/ConsoleFormatter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</Docs>
6565
</Member>
6666
<Member MemberName="Write&lt;TState&gt;">
67-
<MemberSignature Language="C#" Value="public abstract void Write&lt;TState&gt; (Microsoft.Extensions.Logging.Abstractions.LogEntry&lt;TState&gt; logEntry, Microsoft.Extensions.Logging.IExternalScopeProvider scopeProvider, System.IO.TextWriter textWriter);" />
67+
<MemberSignature Language="C#" Value="public abstract void Write&lt;TState&gt; (in Microsoft.Extensions.Logging.Abstractions.LogEntry&lt;TState&gt; logEntry, Microsoft.Extensions.Logging.IExternalScopeProvider scopeProvider, System.IO.TextWriter textWriter);" />
6868
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Write&lt;TState&gt;([in]valuetype Microsoft.Extensions.Logging.Abstractions.LogEntry`1&lt;!!TState&gt; logEntry, class Microsoft.Extensions.Logging.IExternalScopeProvider scopeProvider, class System.IO.TextWriter textWriter) cil managed" />
6969
<MemberSignature Language="DocId" Value="M:Microsoft.Extensions.Logging.Console.ConsoleFormatter.Write``1(Microsoft.Extensions.Logging.Abstractions.LogEntry{``0}@|System.Runtime.InteropServices.InAttribute,Microsoft.Extensions.Logging.IExternalScopeProvider,System.IO.TextWriter)" />
7070
<MemberSignature Language="VB.NET" Value="Public MustOverride Sub Write(Of TState) (logEntry As LogEntry(Of TState), scopeProvider As IExternalScopeProvider, textWriter As TextWriter)" />

xml/Microsoft.Extensions.Logging/EventId.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<Type Name="EventId" FullName="Microsoft.Extensions.Logging.EventId">
2-
<TypeSignature Language="C#" Value="public struct EventId" />
2+
<TypeSignature Language="C#" Value="public struct EventId" FrameworkAlternate="dotnet-plat-ext-1.0;dotnet-plat-ext-1.1;dotnet-plat-ext-2.0;dotnet-plat-ext-2.1" />
33
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit EventId extends System.ValueType" />
44
<TypeSignature Language="DocId" Value="T:Microsoft.Extensions.Logging.EventId" />
55
<TypeSignature Language="VB.NET" Value="Public Structure EventId" />
66
<TypeSignature Language="F#" Value="type EventId = struct" />
77
<TypeSignature Language="C++ CLI" Value="public value class EventId" />
8+
<TypeSignature Language="C#" Value="public readonly struct EventId" FrameworkAlternate="dotnet-plat-ext-2.2;dotnet-plat-ext-3.0;dotnet-plat-ext-3.1;dotnet-plat-ext-5.0;dotnet-plat-ext-6.0" />
89
<AssemblyInfo>
910
<AssemblyName>Microsoft.Extensions.Logging.Abstractions</AssemblyName>
1011
<AssemblyVersion>1.0.0.0</AssemblyVersion>

0 commit comments

Comments
 (0)