Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
26 changes: 26 additions & 0 deletions xml/FrameworksIndex/netcore-1.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11240,6 +11240,16 @@
<Member Id="F:System.IO.FileMode.OpenOrCreate" />
<Member Id="F:System.IO.FileMode.Truncate" />
</Type>
<Type Name="System.IO.FileNotFoundException" Id="T:System.IO.FileNotFoundException">
<Member Id="M:System.IO.FileNotFoundException.#ctor" />
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String)" />
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.Exception)" />
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.String)" />
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.String,System.Exception)" />
<Member Id="M:System.IO.FileNotFoundException.ToString" />
<Member Id="P:System.IO.FileNotFoundException.FileName" />
<Member Id="P:System.IO.FileNotFoundException.Message" />
</Type>
<Type Name="System.IO.FileOptions" Id="T:System.IO.FileOptions">
<Member Id="F:System.IO.FileOptions.Asynchronous" />
<Member Id="F:System.IO.FileOptions.DeleteOnClose" />
Expand Down Expand Up @@ -11358,6 +11368,12 @@
<Member Id="M:System.IO.InvalidDataException.#ctor(System.String)" />
<Member Id="M:System.IO.InvalidDataException.#ctor(System.String,System.Exception)" />
</Type>
<Type Name="System.IO.IOException" Id="T:System.IO.IOException">
<Member Id="M:System.IO.IOException.#ctor" />
<Member Id="M:System.IO.IOException.#ctor(System.String)" />
<Member Id="M:System.IO.IOException.#ctor(System.String,System.Exception)" />
<Member Id="M:System.IO.IOException.#ctor(System.String,System.Int32)" />
</Type>
<Type Name="System.IO.MemoryStream" Id="T:System.IO.MemoryStream">
<Member Id="M:System.IO.MemoryStream.#ctor" />
<Member Id="M:System.IO.MemoryStream.#ctor(System.Byte[])" />
Expand Down Expand Up @@ -20052,6 +20068,16 @@
<Type Name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" Id="T:System.Runtime.CompilerServices.CompilerGeneratedAttribute">
<Member Id="M:System.Runtime.CompilerServices.CompilerGeneratedAttribute.#ctor" />
</Type>
<Type Name="System.Runtime.CompilerServices.ConditionalWeakTable`2" Id="T:System.Runtime.CompilerServices.ConditionalWeakTable`2">
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.#ctor" />
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.Add(`0,`1)" />
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.Finalize" />
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.GetOrCreateValue(`0)" />
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.GetValue(`0,System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback{`0,`1})" />
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.Remove(`0)" />
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)" />
</Type>
<Type Name="System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback" Id="T:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback" />
<Type Name="System.Runtime.CompilerServices.ConfiguredTaskAwaitable" Id="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable">
<Member Id="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.GetAwaiter" />
</Type>
Expand Down
26 changes: 26 additions & 0 deletions xml/FrameworksIndex/netcore-1.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11577,6 +11577,16 @@
<Member Id="F:System.IO.FileMode.OpenOrCreate" />
<Member Id="F:System.IO.FileMode.Truncate" />
</Type>
<Type Name="System.IO.FileNotFoundException" Id="T:System.IO.FileNotFoundException">
<Member Id="M:System.IO.FileNotFoundException.#ctor" />
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String)" />
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.Exception)" />
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.String)" />
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.String,System.Exception)" />
<Member Id="M:System.IO.FileNotFoundException.ToString" />
<Member Id="P:System.IO.FileNotFoundException.FileName" />
<Member Id="P:System.IO.FileNotFoundException.Message" />
</Type>
<Type Name="System.IO.FileOptions" Id="T:System.IO.FileOptions">
<Member Id="F:System.IO.FileOptions.Asynchronous" />
<Member Id="F:System.IO.FileOptions.DeleteOnClose" />
Expand Down Expand Up @@ -11695,6 +11705,12 @@
<Member Id="M:System.IO.InvalidDataException.#ctor(System.String)" />
<Member Id="M:System.IO.InvalidDataException.#ctor(System.String,System.Exception)" />
</Type>
<Type Name="System.IO.IOException" Id="T:System.IO.IOException">
<Member Id="M:System.IO.IOException.#ctor" />
<Member Id="M:System.IO.IOException.#ctor(System.String)" />
<Member Id="M:System.IO.IOException.#ctor(System.String,System.Exception)" />
<Member Id="M:System.IO.IOException.#ctor(System.String,System.Int32)" />
</Type>
<Type Name="System.IO.MemoryStream" Id="T:System.IO.MemoryStream">
<Member Id="M:System.IO.MemoryStream.#ctor" />
<Member Id="M:System.IO.MemoryStream.#ctor(System.Byte[])" />
Expand Down Expand Up @@ -21426,6 +21442,16 @@
<Type Name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" Id="T:System.Runtime.CompilerServices.CompilerGeneratedAttribute">
<Member Id="M:System.Runtime.CompilerServices.CompilerGeneratedAttribute.#ctor" />
</Type>
<Type Name="System.Runtime.CompilerServices.ConditionalWeakTable`2" Id="T:System.Runtime.CompilerServices.ConditionalWeakTable`2">
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.#ctor" />
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.Add(`0,`1)" />
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.Finalize" />
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.GetOrCreateValue(`0)" />
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.GetValue(`0,System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback{`0,`1})" />
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.Remove(`0)" />
<Member Id="M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)" />
</Type>
<Type Name="System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback" Id="T:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback" />
<Type Name="System.Runtime.CompilerServices.ConfiguredTaskAwaitable" Id="T:System.Runtime.CompilerServices.ConfiguredTaskAwaitable">
<Member Id="M:System.Runtime.CompilerServices.ConfiguredTaskAwaitable.GetAwaiter" />
</Type>
Expand Down
1 change: 0 additions & 1 deletion xml/FrameworksIndex/netcore-2.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22299,7 +22299,6 @@
<Member Id="F:System.Reflection.BindingFlags.CreateInstance" />
<Member Id="F:System.Reflection.BindingFlags.DeclaredOnly" />
<Member Id="F:System.Reflection.BindingFlags.Default" />
<Member Id="F:System.Reflection.BindingFlags.DoNotWrapExceptions" />
<Member Id="F:System.Reflection.BindingFlags.ExactBinding" />
<Member Id="F:System.Reflection.BindingFlags.FlattenHierarchy" />
<Member Id="F:System.Reflection.BindingFlags.GetField" />
Expand Down
16 changes: 16 additions & 0 deletions xml/FrameworksIndex/netstandard-1.5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3144,11 +3144,27 @@
<Member Id="P:System.IO.FileLoadException.FileName" />
<Member Id="P:System.IO.FileLoadException.Message" />
</Type>
<Type Name="System.IO.FileNotFoundException" Id="T:System.IO.FileNotFoundException">
<Member Id="M:System.IO.FileNotFoundException.#ctor" />
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String)" />
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.Exception)" />
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.String)" />
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.String,System.Exception)" />
<Member Id="M:System.IO.FileNotFoundException.ToString" />
<Member Id="P:System.IO.FileNotFoundException.FileName" />
<Member Id="P:System.IO.FileNotFoundException.Message" />
</Type>
<Type Name="System.IO.InvalidDataException" Id="T:System.IO.InvalidDataException">
<Member Id="M:System.IO.InvalidDataException.#ctor" />
<Member Id="M:System.IO.InvalidDataException.#ctor(System.String)" />
<Member Id="M:System.IO.InvalidDataException.#ctor(System.String,System.Exception)" />
</Type>
<Type Name="System.IO.IOException" Id="T:System.IO.IOException">
<Member Id="M:System.IO.IOException.#ctor" />
<Member Id="M:System.IO.IOException.#ctor(System.String)" />
<Member Id="M:System.IO.IOException.#ctor(System.String,System.Exception)" />
<Member Id="M:System.IO.IOException.#ctor(System.String,System.Int32)" />
</Type>
<Type Name="System.IO.MemoryStream" Id="T:System.IO.MemoryStream">
<Member Id="M:System.IO.MemoryStream.#ctor" />
<Member Id="M:System.IO.MemoryStream.#ctor(System.Byte[])" />
Expand Down
16 changes: 16 additions & 0 deletions xml/FrameworksIndex/netstandard-1.6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5230,6 +5230,16 @@
<Member Id="F:System.IO.FileMode.OpenOrCreate" />
<Member Id="F:System.IO.FileMode.Truncate" />
</Type>
<Type Name="System.IO.FileNotFoundException" Id="T:System.IO.FileNotFoundException">
<Member Id="M:System.IO.FileNotFoundException.#ctor" />
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String)" />
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.Exception)" />
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.String)" />
<Member Id="M:System.IO.FileNotFoundException.#ctor(System.String,System.String,System.Exception)" />
<Member Id="M:System.IO.FileNotFoundException.ToString" />
<Member Id="P:System.IO.FileNotFoundException.FileName" />
<Member Id="P:System.IO.FileNotFoundException.Message" />
</Type>
<Type Name="System.IO.FileOptions" Id="T:System.IO.FileOptions">
<Member Id="F:System.IO.FileOptions.Asynchronous" />
<Member Id="F:System.IO.FileOptions.DeleteOnClose" />
Expand Down Expand Up @@ -5306,6 +5316,12 @@
<Member Id="M:System.IO.InvalidDataException.#ctor(System.String)" />
<Member Id="M:System.IO.InvalidDataException.#ctor(System.String,System.Exception)" />
</Type>
<Type Name="System.IO.IOException" Id="T:System.IO.IOException">
<Member Id="M:System.IO.IOException.#ctor" />
<Member Id="M:System.IO.IOException.#ctor(System.String)" />
<Member Id="M:System.IO.IOException.#ctor(System.String,System.Exception)" />
<Member Id="M:System.IO.IOException.#ctor(System.String,System.Int32)" />
</Type>
<Type Name="System.IO.MemoryStream" Id="T:System.IO.MemoryStream">
<Member Id="M:System.IO.MemoryStream.#ctor" />
<Member Id="M:System.IO.MemoryStream.#ctor(System.Byte[])" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The contents of the JSON file are shown here.
:::code language="json" source="~/snippets/csharp/Microsoft.Extensions.Configuration/ConfigurationBuilder/Overview/appsettings.json":::

]]></format>
</remarks>
</remarks>
<related type="Article" href="/dotnet/core/extensions/configuration">Configuration in .NET</related>
</Docs>
<Members>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Type Name="AsyncServiceScope" FullName="Microsoft.Extensions.DependencyInjection.AsyncServiceScope">
<TypeSignature Language="C#" Value="public struct AsyncServiceScope : IAsyncDisposable, IDisposable, Microsoft.Extensions.DependencyInjection.IServiceScope" />
<TypeSignature Language="C#" Value="public readonly struct AsyncServiceScope : IAsyncDisposable, IDisposable, Microsoft.Extensions.DependencyInjection.IServiceScope" />
<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" />
<TypeSignature Language="DocId" Value="T:Microsoft.Extensions.DependencyInjection.AsyncServiceScope" />
<TypeSignature Language="VB.NET" Value="Public Structure AsyncServiceScope&#xA;Implements IAsyncDisposable, IDisposable, IServiceScope" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Type Name="LogEntry&lt;TState&gt;" FullName="Microsoft.Extensions.Logging.Abstractions.LogEntry&lt;TState&gt;">
<TypeSignature Language="C#" Value="public struct LogEntry&lt;TState&gt;" />
<TypeSignature Language="C#" Value="public readonly struct LogEntry&lt;TState&gt;" />
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit LogEntry`1&lt;TState&gt; extends System.ValueType" />
<TypeSignature Language="DocId" Value="T:Microsoft.Extensions.Logging.Abstractions.LogEntry`1" />
<TypeSignature Language="VB.NET" Value="Public Structure LogEntry(Of TState)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</Docs>
</Member>
<Member MemberName="Write&lt;TState&gt;">
<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);" />
<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);" />
<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" />
<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)" />
<MemberSignature Language="VB.NET" Value="Public MustOverride Sub Write(Of TState) (logEntry As LogEntry(Of TState), scopeProvider As IExternalScopeProvider, textWriter As TextWriter)" />
Expand Down
3 changes: 2 additions & 1 deletion xml/Microsoft.Extensions.Logging/EventId.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<Type Name="EventId" FullName="Microsoft.Extensions.Logging.EventId">
<TypeSignature Language="C#" Value="public struct EventId" />
<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" />
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit EventId extends System.ValueType" />
<TypeSignature Language="DocId" Value="T:Microsoft.Extensions.Logging.EventId" />
<TypeSignature Language="VB.NET" Value="Public Structure EventId" />
<TypeSignature Language="F#" Value="type EventId = struct" />
<TypeSignature Language="C++ CLI" Value="public value class EventId" />
<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" />
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.Logging.Abstractions</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
Expand Down
3 changes: 2 additions & 1 deletion xml/Microsoft.Extensions.Primitives/StringSegment.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<Type Name="StringSegment" FullName="Microsoft.Extensions.Primitives.StringSegment">
<TypeSignature Language="C#" Value="public struct StringSegment : IEquatable&lt;Microsoft.Extensions.Primitives.StringSegment&gt;, IEquatable&lt;string&gt;" />
<TypeSignature Language="C#" Value="public struct StringSegment : IEquatable&lt;Microsoft.Extensions.Primitives.StringSegment&gt;, IEquatable&lt;string&gt;" FrameworkAlternate="dotnet-plat-ext-1.0;dotnet-plat-ext-1.1;dotnet-plat-ext-2.0" />
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit StringSegment extends System.ValueType implements class System.IEquatable`1&lt;string&gt;, class System.IEquatable`1&lt;valuetype Microsoft.Extensions.Primitives.StringSegment&gt;" />
<TypeSignature Language="DocId" Value="T:Microsoft.Extensions.Primitives.StringSegment" />
<TypeSignature Language="VB.NET" Value="Public Structure StringSegment&#xA;Implements IEquatable(Of String), IEquatable(Of StringSegment)" />
<TypeSignature Language="F#" Value="type StringSegment = struct" />
<TypeSignature Language="C++ CLI" Value="public value class StringSegment : IEquatable&lt;Microsoft::Extensions::Primitives::StringSegment&gt;, IEquatable&lt;System::String ^&gt;" />
<TypeSignature Language="C#" Value="public readonly struct StringSegment : IEquatable&lt;Microsoft.Extensions.Primitives.StringSegment&gt;, IEquatable&lt;string&gt;" FrameworkAlternate="dotnet-plat-ext-2.1;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" />
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.Primitives</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
Expand Down
3 changes: 2 additions & 1 deletion xml/Microsoft.Extensions.Primitives/StringTokenizer.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<Type Name="StringTokenizer" FullName="Microsoft.Extensions.Primitives.StringTokenizer">
<TypeSignature Language="C#" Value="public struct StringTokenizer : System.Collections.Generic.IEnumerable&lt;Microsoft.Extensions.Primitives.StringSegment&gt;" />
<TypeSignature Language="C#" Value="public struct StringTokenizer : System.Collections.Generic.IEnumerable&lt;Microsoft.Extensions.Primitives.StringSegment&gt;" FrameworkAlternate="dotnet-plat-ext-1.0;dotnet-plat-ext-1.1;dotnet-plat-ext-2.0" />
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit StringTokenizer extends System.ValueType implements class System.Collections.Generic.IEnumerable`1&lt;valuetype Microsoft.Extensions.Primitives.StringSegment&gt;, class System.Collections.IEnumerable" />
<TypeSignature Language="DocId" Value="T:Microsoft.Extensions.Primitives.StringTokenizer" />
<TypeSignature Language="VB.NET" Value="Public Structure StringTokenizer&#xA;Implements IEnumerable(Of StringSegment)" />
<TypeSignature Language="F#" Value="type StringTokenizer = struct&#xA; interface seq&lt;StringSegment&gt;&#xA; interface IEnumerable" />
<TypeSignature Language="C++ CLI" Value="public value class StringTokenizer : System::Collections::Generic::IEnumerable&lt;Microsoft::Extensions::Primitives::StringSegment&gt;" />
<TypeSignature Language="C#" Value="public readonly struct StringTokenizer : System.Collections.Generic.IEnumerable&lt;Microsoft.Extensions.Primitives.StringSegment&gt;" FrameworkAlternate="dotnet-plat-ext-2.1;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" />
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.Primitives</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
Expand Down
Loading