From 2d31869888c375876c4e44cde6f3ca2f7124ce84 Mon Sep 17 00:00:00 2001 From: Yufei Huang Date: Wed, 21 Jun 2023 16:47:35 +0800 Subject: [PATCH] chore: enable invarient culture (#8897) --- Directory.Build.props | 1 + .../GenerateMetadataFromCSUnitTest.cs | 8 +- .../SamplesTest.CSharp/xrefmap.verified.yml | 50 +++--- .../api/toc.html.view.verified.json | 20 +-- .../api/toc.json.view.verified.json | 2 +- .../SamplesTest.Seed/api/toc.verified.json | 14 +- .../SamplesTest.Seed/index.verified.json | 38 ++--- .../SamplesTest.Seed/xrefmap.verified.yml | 148 +++++++++--------- ...i-CatLibrary.Cat-2.html-q-cat.verified.png | 4 +- .../api-CatLibrary.html-term-cat.verified.png | 4 +- .../1152x648/api-CatLibrary.html.verified.png | 4 +- ...i-CatLibrary.Cat-2.html-q-cat.verified.png | 4 +- .../api-CatLibrary.html.verified.png | 4 +- ...i-CatLibrary.Cat-2.html-q-cat.verified.png | 4 +- .../api-CatLibrary.html-term-cat.verified.png | 4 +- .../768x600/api-CatLibrary.html.verified.png | 4 +- ...BuildFromProject.Class1.html.verified.html | 8 +- ...-CatLibrary.Cat-2.html-q-cat.verified.html | 8 +- ...api-CatLibrary.html-term-cat.verified.html | 6 +- .../html/api-CatLibrary.html.verified.html | 6 +- ...csharp_coding_standards.html.verified.html | 4 +- ...pescript-markdown-extensions.verified.html | 2 +- .../html/index.html.verified.html | 2 +- .../html/restapi-petstore.html.verified.html | 2 +- 24 files changed, 176 insertions(+), 175 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index e1298319a60..1f2826bf233 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,6 +5,7 @@ $(TargetFrameworks);net8.0 Latest enable + true true diff --git a/test/Microsoft.DocAsCode.Dotnet.Tests/GenerateMetadataFromCSUnitTest.cs b/test/Microsoft.DocAsCode.Dotnet.Tests/GenerateMetadataFromCSUnitTest.cs index 61560b37b53..91a698ec0af 100644 --- a/test/Microsoft.DocAsCode.Dotnet.Tests/GenerateMetadataFromCSUnitTest.cs +++ b/test/Microsoft.DocAsCode.Dotnet.Tests/GenerateMetadataFromCSUnitTest.cs @@ -1128,16 +1128,16 @@ public static void Rain(this Doll d, Doll another) var extensionMethods = output.Items[0].Items[1].ExtensionMethods; Assert.Equal(2, extensionMethods.Count); { - Assert.Equal("Test1.FooImple`1.Test1.Extension.Eat``1", extensionMethods[1]); - var reference = output.References[extensionMethods[1]]; + Assert.Equal("Test1.FooImple`1.Test1.Extension.Eat``1", extensionMethods[0]); + var reference = output.References[extensionMethods[0]]; Assert.False(reference.IsDefinition); Assert.Equal("Test1.Extension.Eat``1(Test1.FooImple{``0})", reference.Definition); Assert.Equal("Eat(FooImple)", string.Concat(reference.NameParts[SyntaxLanguage.CSharp].Select(n => n.DisplayName))); Assert.Equal("Extension.Eat(FooImple)", string.Concat(reference.NameWithTypeParts[SyntaxLanguage.CSharp].Select(n => n.DisplayName))); } { - Assert.Equal("Test1.Foo{`0[]}.Test1.Extension.Play``2({T}[],{Way})", extensionMethods[0]); - var reference = output.References[extensionMethods[0]]; + Assert.Equal("Test1.Foo{`0[]}.Test1.Extension.Play``2({T}[],{Way})", extensionMethods[1]); + var reference = output.References[extensionMethods[1]]; Assert.False(reference.IsDefinition); Assert.Equal("Test1.Extension.Play``2(Test1.Foo{``0},``0,``1)", reference.Definition); Assert.Equal("Play(Foo, T[], Way)", string.Concat(reference.NameParts[SyntaxLanguage.CSharp].Select(n => n.DisplayName))); diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp/xrefmap.verified.yml b/test/docfx.Snapshot.Tests/SamplesTest.CSharp/xrefmap.verified.yml index 6b7373f992d..315523793ca 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp/xrefmap.verified.yml +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp/xrefmap.verified.yml @@ -718,25 +718,6 @@ references: fullName.vb: CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.New nameWithType: StaticAbstractMembersInInterfaces.RepeatSequence.RepeatSequence nameWithType.vb: StaticAbstractMembersInInterfaces.RepeatSequence.New -- uid: CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.op_Increment(CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence) - name: operator ++(RepeatSequence) - href: api/CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.html#CSharp11_StaticAbstractMembersInInterfaces_RepeatSequence_op_Increment_CSharp11_StaticAbstractMembersInInterfaces_RepeatSequence_ - commentId: M:CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.op_Increment(CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence) - name.vb: op_Increment(RepeatSequence) - fullName: CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.operator ++(CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence) - fullName.vb: CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.op_Increment(CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence) - nameWithType: StaticAbstractMembersInInterfaces.RepeatSequence.operator ++(StaticAbstractMembersInInterfaces.RepeatSequence) - nameWithType.vb: StaticAbstractMembersInInterfaces.RepeatSequence.op_Increment(StaticAbstractMembersInInterfaces.RepeatSequence) -- uid: CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.op_Increment* - name: operator ++ - href: api/CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.html#CSharp11_StaticAbstractMembersInInterfaces_RepeatSequence_op_Increment_ - commentId: Overload:CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.op_Increment - isSpec: "True" - name.vb: op_Increment - fullName: CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.operator ++ - fullName.vb: CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.op_Increment - nameWithType: StaticAbstractMembersInInterfaces.RepeatSequence.operator ++ - nameWithType.vb: StaticAbstractMembersInInterfaces.RepeatSequence.op_Increment - uid: CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.Text name: Text href: api/CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.html#CSharp11_StaticAbstractMembersInInterfaces_RepeatSequence_Text @@ -756,6 +737,25 @@ references: isSpec: "True" fullName: CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.ToString nameWithType: StaticAbstractMembersInInterfaces.RepeatSequence.ToString +- uid: CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.op_Increment(CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence) + name: operator ++(RepeatSequence) + href: api/CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.html#CSharp11_StaticAbstractMembersInInterfaces_RepeatSequence_op_Increment_CSharp11_StaticAbstractMembersInInterfaces_RepeatSequence_ + commentId: M:CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.op_Increment(CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence) + name.vb: op_Increment(RepeatSequence) + fullName: CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.operator ++(CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence) + fullName.vb: CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.op_Increment(CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence) + nameWithType: StaticAbstractMembersInInterfaces.RepeatSequence.operator ++(StaticAbstractMembersInInterfaces.RepeatSequence) + nameWithType.vb: StaticAbstractMembersInInterfaces.RepeatSequence.op_Increment(StaticAbstractMembersInInterfaces.RepeatSequence) +- uid: CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.op_Increment* + name: operator ++ + href: api/CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.html#CSharp11_StaticAbstractMembersInInterfaces_RepeatSequence_op_Increment_ + commentId: Overload:CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.op_Increment + isSpec: "True" + name.vb: op_Increment + fullName: CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.operator ++ + fullName.vb: CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.op_Increment + nameWithType: StaticAbstractMembersInInterfaces.RepeatSequence.operator ++ + nameWithType.vb: StaticAbstractMembersInInterfaces.RepeatSequence.op_Increment - uid: CSharp8 name: CSharp8 href: api/CSharp8.html @@ -825,6 +825,12 @@ references: commentId: T:CSharp8.DefaultInterfaceMembers.Nested fullName: CSharp8.DefaultInterfaceMembers.Nested nameWithType: DefaultInterfaceMembers.Nested +- uid: CSharp8.DefaultInterfaceMembers.X + name: X + href: api/CSharp8.DefaultInterfaceMembers.html#CSharp8_DefaultInterfaceMembers_X + commentId: F:CSharp8.DefaultInterfaceMembers.X + fullName: CSharp8.DefaultInterfaceMembers.X + nameWithType: DefaultInterfaceMembers.X - uid: CSharp8.DefaultInterfaceMembers.op_UnaryPlus(CSharp8.DefaultInterfaceMembers) name: operator +(DefaultInterfaceMembers) href: api/CSharp8.DefaultInterfaceMembers.html#CSharp8_DefaultInterfaceMembers_op_UnaryPlus_CSharp8_DefaultInterfaceMembers_ @@ -844,12 +850,6 @@ references: fullName.vb: CSharp8.DefaultInterfaceMembers.+ nameWithType: DefaultInterfaceMembers.operator + nameWithType.vb: DefaultInterfaceMembers.+ -- uid: CSharp8.DefaultInterfaceMembers.X - name: X - href: api/CSharp8.DefaultInterfaceMembers.html#CSharp8_DefaultInterfaceMembers_X - commentId: F:CSharp8.DefaultInterfaceMembers.X - fullName: CSharp8.DefaultInterfaceMembers.X - nameWithType: DefaultInterfaceMembers.X - uid: CSharp8.DisposableRefStructs name: DisposableRefStructs href: api/CSharp8.DisposableRefStructs.html diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed/api/toc.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed/api/toc.html.view.verified.json index 9f5364e0e88..3df830e6214 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed/api/toc.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed/api/toc.html.view.verified.json @@ -339,22 +339,22 @@ "level": 3.0 }, { - "name": "Cat", - "href": "CatLibrary.Cat-2.html", - "topicHref": "CatLibrary.Cat-2.html", - "topicUid": "CatLibrary.Cat`2", - "name.vb": "Cat(Of T, K)", + "name": "CatException", + "href": "CatLibrary.CatException-1.html", + "topicHref": "CatLibrary.CatException-1.html", + "topicUid": "CatLibrary.CatException`1", + "name.vb": "CatException(Of T)", "tocHref": null, "level": 3.0, "items": [], "leaf": true }, { - "name": "CatException", - "href": "CatLibrary.CatException-1.html", - "topicHref": "CatLibrary.CatException-1.html", - "topicUid": "CatLibrary.CatException`1", - "name.vb": "CatException(Of T)", + "name": "Cat", + "href": "CatLibrary.Cat-2.html", + "topicHref": "CatLibrary.Cat-2.html", + "topicUid": "CatLibrary.Cat`2", + "name.vb": "Cat(Of T, K)", "tocHref": null, "level": 3.0, "items": [], diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed/api/toc.json.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed/api/toc.json.view.verified.json index db922afd420..5e7c3efd251 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed/api/toc.json.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed/api/toc.json.view.verified.json @@ -1,3 +1,3 @@ { - "content": "{\"items\":[{\"name\":\"BuildFromAssembly\",\"href\":\"BuildFromAssembly.html\",\"topicHref\":\"BuildFromAssembly.html\",\"topicUid\":\"BuildFromAssembly\",\"items\":[{\"name\":\"Class1\",\"href\":\"BuildFromAssembly.Class1.html\",\"topicHref\":\"BuildFromAssembly.Class1.html\",\"topicUid\":\"BuildFromAssembly.Class1\"}]},{\"name\":\"BuildFromCSharpSourceCode\",\"href\":\"BuildFromCSharpSourceCode.html\",\"topicHref\":\"BuildFromCSharpSourceCode.html\",\"topicUid\":\"BuildFromCSharpSourceCode\",\"items\":[{\"name\":\"CSharp\",\"href\":\"BuildFromCSharpSourceCode.CSharp.html\",\"topicHref\":\"BuildFromCSharpSourceCode.CSharp.html\",\"topicUid\":\"BuildFromCSharpSourceCode.CSharp\"}]},{\"name\":\"BuildFromProject\",\"href\":\"BuildFromProject.html\",\"topicHref\":\"BuildFromProject.html\",\"topicUid\":\"BuildFromProject\",\"items\":[{\"name\":\"Issue8540\",\"href\":\"BuildFromProject.Issue8540.html\",\"topicHref\":\"BuildFromProject.Issue8540.html\",\"topicUid\":\"BuildFromProject.Issue8540\",\"items\":[{\"name\":\"A\",\"href\":\"BuildFromProject.Issue8540.A.html\",\"topicHref\":\"BuildFromProject.Issue8540.A.html\",\"topicUid\":\"BuildFromProject.Issue8540.A\",\"items\":[{\"name\":\"A\",\"href\":\"BuildFromProject.Issue8540.A.A.html\",\"topicHref\":\"BuildFromProject.Issue8540.A.A.html\",\"topicUid\":\"BuildFromProject.Issue8540.A.A\"}]},{\"name\":\"B\",\"href\":\"BuildFromProject.Issue8540.B.html\",\"topicHref\":\"BuildFromProject.Issue8540.B.html\",\"topicUid\":\"BuildFromProject.Issue8540.B\",\"items\":[{\"name\":\"B\",\"href\":\"BuildFromProject.Issue8540.B.B.html\",\"topicHref\":\"BuildFromProject.Issue8540.B.B.html\",\"topicUid\":\"BuildFromProject.Issue8540.B.B\"}]}]},{\"name\":\"Class1\",\"href\":\"BuildFromProject.Class1.html\",\"topicHref\":\"BuildFromProject.Class1.html\",\"topicUid\":\"BuildFromProject.Class1\"},{\"name\":\"Class1.Issue8665\",\"href\":\"BuildFromProject.Class1.Issue8665.html\",\"topicHref\":\"BuildFromProject.Class1.Issue8665.html\",\"topicUid\":\"BuildFromProject.Class1.Issue8665\"},{\"name\":\"Class1.Issue8696Attribute\",\"href\":\"BuildFromProject.Class1.Issue8696Attribute.html\",\"topicHref\":\"BuildFromProject.Class1.Issue8696Attribute.html\",\"topicUid\":\"BuildFromProject.Class1.Issue8696Attribute\"},{\"name\":\"Class1.Test\",\"href\":\"BuildFromProject.Class1.Test-1.html\",\"topicHref\":\"BuildFromProject.Class1.Test-1.html\",\"topicUid\":\"BuildFromProject.Class1.Test`1\",\"name.vb\":\"Class1.Test(Of T)\"},{\"name\":\"IInheritdoc\",\"href\":\"BuildFromProject.IInheritdoc.html\",\"topicHref\":\"BuildFromProject.IInheritdoc.html\",\"topicUid\":\"BuildFromProject.IInheritdoc\"},{\"name\":\"Inheritdoc\",\"href\":\"BuildFromProject.Inheritdoc.html\",\"topicHref\":\"BuildFromProject.Inheritdoc.html\",\"topicUid\":\"BuildFromProject.Inheritdoc\"},{\"name\":\"Inheritdoc.Issue6366\",\"href\":\"BuildFromProject.Inheritdoc.Issue6366.html\",\"topicHref\":\"BuildFromProject.Inheritdoc.Issue6366.html\",\"topicUid\":\"BuildFromProject.Inheritdoc.Issue6366\"},{\"name\":\"Inheritdoc.Issue6366.Class1\",\"href\":\"BuildFromProject.Inheritdoc.Issue6366.Class1-1.html\",\"topicHref\":\"BuildFromProject.Inheritdoc.Issue6366.Class1-1.html\",\"topicUid\":\"BuildFromProject.Inheritdoc.Issue6366.Class1`1\",\"name.vb\":\"Inheritdoc.Issue6366.Class1(Of T)\"},{\"name\":\"Inheritdoc.Issue6366.Class2\",\"href\":\"BuildFromProject.Inheritdoc.Issue6366.Class2.html\",\"topicHref\":\"BuildFromProject.Inheritdoc.Issue6366.Class2.html\",\"topicUid\":\"BuildFromProject.Inheritdoc.Issue6366.Class2\"},{\"name\":\"Inheritdoc.Issue7035\",\"href\":\"BuildFromProject.Inheritdoc.Issue7035.html\",\"topicHref\":\"BuildFromProject.Inheritdoc.Issue7035.html\",\"topicUid\":\"BuildFromProject.Inheritdoc.Issue7035\"},{\"name\":\"Inheritdoc.Issue7484\",\"href\":\"BuildFromProject.Inheritdoc.Issue7484.html\",\"topicHref\":\"BuildFromProject.Inheritdoc.Issue7484.html\",\"topicUid\":\"BuildFromProject.Inheritdoc.Issue7484\"},{\"name\":\"Inheritdoc.Issue8101\",\"href\":\"BuildFromProject.Inheritdoc.Issue8101.html\",\"topicHref\":\"BuildFromProject.Inheritdoc.Issue8101.html\",\"topicUid\":\"BuildFromProject.Inheritdoc.Issue8101\"},{\"name\":\"Inheritdoc.Issue8129\",\"href\":\"BuildFromProject.Inheritdoc.Issue8129.html\",\"topicHref\":\"BuildFromProject.Inheritdoc.Issue8129.html\",\"topicUid\":\"BuildFromProject.Inheritdoc.Issue8129\"}]},{\"name\":\"BuildFromVBSourceCode\",\"href\":\"BuildFromVBSourceCode.html\",\"topicHref\":\"BuildFromVBSourceCode.html\",\"topicUid\":\"BuildFromVBSourceCode\",\"items\":[{\"name\":\"BaseClass1\",\"href\":\"BuildFromVBSourceCode.BaseClass1.html\",\"topicHref\":\"BuildFromVBSourceCode.BaseClass1.html\",\"topicUid\":\"BuildFromVBSourceCode.BaseClass1\"},{\"name\":\"Class1\",\"href\":\"BuildFromVBSourceCode.Class1.html\",\"topicHref\":\"BuildFromVBSourceCode.Class1.html\",\"topicUid\":\"BuildFromVBSourceCode.Class1\"}]},{\"name\":\"CatLibrary\",\"href\":\"CatLibrary.html\",\"topicHref\":\"CatLibrary.html\",\"topicUid\":\"CatLibrary\",\"items\":[{\"name\":\"Core\",\"href\":\"CatLibrary.Core.html\",\"topicHref\":\"CatLibrary.Core.html\",\"topicUid\":\"CatLibrary.Core\",\"items\":[{\"name\":\"ContainersRefType\",\"href\":\"CatLibrary.Core.ContainersRefType.html\",\"topicHref\":\"CatLibrary.Core.ContainersRefType.html\",\"topicUid\":\"CatLibrary.Core.ContainersRefType\"},{\"name\":\"ContainersRefType.ColorType\",\"href\":\"CatLibrary.Core.ContainersRefType.ColorType.html\",\"topicHref\":\"CatLibrary.Core.ContainersRefType.ColorType.html\",\"topicUid\":\"CatLibrary.Core.ContainersRefType.ColorType\"},{\"name\":\"ContainersRefType.ContainersRefTypeChild\",\"href\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.html\",\"topicHref\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.html\",\"topicUid\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeChild\"},{\"name\":\"ContainersRefType.ContainersRefTypeChildInterface\",\"href\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.html\",\"topicHref\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.html\",\"topicUid\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface\"},{\"name\":\"ContainersRefType.ContainersRefTypeDelegate\",\"href\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.html\",\"topicHref\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.html\",\"topicUid\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate\"},{\"name\":\"ExplicitLayoutClass\",\"href\":\"CatLibrary.Core.ExplicitLayoutClass.html\",\"topicHref\":\"CatLibrary.Core.ExplicitLayoutClass.html\",\"topicUid\":\"CatLibrary.Core.ExplicitLayoutClass\"}]},{\"name\":\"Cat\",\"href\":\"CatLibrary.Cat-2.html\",\"topicHref\":\"CatLibrary.Cat-2.html\",\"topicUid\":\"CatLibrary.Cat`2\",\"name.vb\":\"Cat(Of T, K)\"},{\"name\":\"CatException\",\"href\":\"CatLibrary.CatException-1.html\",\"topicHref\":\"CatLibrary.CatException-1.html\",\"topicUid\":\"CatLibrary.CatException`1\",\"name.vb\":\"CatException(Of T)\"},{\"name\":\"Complex\",\"href\":\"CatLibrary.Complex-2.html\",\"topicHref\":\"CatLibrary.Complex-2.html\",\"topicUid\":\"CatLibrary.Complex`2\",\"name.vb\":\"Complex(Of T, J)\"},{\"name\":\"FakeDelegate\",\"href\":\"CatLibrary.FakeDelegate-1.html\",\"topicHref\":\"CatLibrary.FakeDelegate-1.html\",\"topicUid\":\"CatLibrary.FakeDelegate`1\",\"name.vb\":\"FakeDelegate(Of T)\"},{\"name\":\"IAnimal\",\"href\":\"CatLibrary.IAnimal.html\",\"topicHref\":\"CatLibrary.IAnimal.html\",\"topicUid\":\"CatLibrary.IAnimal\"},{\"name\":\"ICat\",\"href\":\"CatLibrary.ICat.html\",\"topicHref\":\"CatLibrary.ICat.html\",\"topicUid\":\"CatLibrary.ICat\"},{\"name\":\"ICatExtension\",\"href\":\"CatLibrary.ICatExtension.html\",\"topicHref\":\"CatLibrary.ICatExtension.html\",\"topicUid\":\"CatLibrary.ICatExtension\"},{\"name\":\"MRefDelegate\",\"href\":\"CatLibrary.MRefDelegate-3.html\",\"topicHref\":\"CatLibrary.MRefDelegate-3.html\",\"topicUid\":\"CatLibrary.MRefDelegate`3\",\"name.vb\":\"MRefDelegate(Of K, T, L)\"},{\"name\":\"MRefNormalDelegate\",\"href\":\"CatLibrary.MRefNormalDelegate.html\",\"topicHref\":\"CatLibrary.MRefNormalDelegate.html\",\"topicUid\":\"CatLibrary.MRefNormalDelegate\"},{\"name\":\"Tom\",\"href\":\"CatLibrary.Tom.html\",\"topicHref\":\"CatLibrary.Tom.html\",\"topicUid\":\"CatLibrary.Tom\"},{\"name\":\"TomFromBaseClass\",\"href\":\"CatLibrary.TomFromBaseClass.html\",\"topicHref\":\"CatLibrary.TomFromBaseClass.html\",\"topicUid\":\"CatLibrary.TomFromBaseClass\"}]},{\"name\":\"MRef.Demo.Enumeration\",\"href\":\"MRef.Demo.Enumeration.html\",\"topicHref\":\"MRef.Demo.Enumeration.html\",\"topicUid\":\"MRef.Demo.Enumeration\",\"items\":[{\"name\":\"ColorType\",\"href\":\"MRef.Demo.Enumeration.ColorType.html\",\"topicHref\":\"MRef.Demo.Enumeration.ColorType.html\",\"topicUid\":\"MRef.Demo.Enumeration.ColorType\"}]}],\"memberLayout\":\"SamePage\"}" + "content": "{\"items\":[{\"name\":\"BuildFromAssembly\",\"href\":\"BuildFromAssembly.html\",\"topicHref\":\"BuildFromAssembly.html\",\"topicUid\":\"BuildFromAssembly\",\"items\":[{\"name\":\"Class1\",\"href\":\"BuildFromAssembly.Class1.html\",\"topicHref\":\"BuildFromAssembly.Class1.html\",\"topicUid\":\"BuildFromAssembly.Class1\"}]},{\"name\":\"BuildFromCSharpSourceCode\",\"href\":\"BuildFromCSharpSourceCode.html\",\"topicHref\":\"BuildFromCSharpSourceCode.html\",\"topicUid\":\"BuildFromCSharpSourceCode\",\"items\":[{\"name\":\"CSharp\",\"href\":\"BuildFromCSharpSourceCode.CSharp.html\",\"topicHref\":\"BuildFromCSharpSourceCode.CSharp.html\",\"topicUid\":\"BuildFromCSharpSourceCode.CSharp\"}]},{\"name\":\"BuildFromProject\",\"href\":\"BuildFromProject.html\",\"topicHref\":\"BuildFromProject.html\",\"topicUid\":\"BuildFromProject\",\"items\":[{\"name\":\"Issue8540\",\"href\":\"BuildFromProject.Issue8540.html\",\"topicHref\":\"BuildFromProject.Issue8540.html\",\"topicUid\":\"BuildFromProject.Issue8540\",\"items\":[{\"name\":\"A\",\"href\":\"BuildFromProject.Issue8540.A.html\",\"topicHref\":\"BuildFromProject.Issue8540.A.html\",\"topicUid\":\"BuildFromProject.Issue8540.A\",\"items\":[{\"name\":\"A\",\"href\":\"BuildFromProject.Issue8540.A.A.html\",\"topicHref\":\"BuildFromProject.Issue8540.A.A.html\",\"topicUid\":\"BuildFromProject.Issue8540.A.A\"}]},{\"name\":\"B\",\"href\":\"BuildFromProject.Issue8540.B.html\",\"topicHref\":\"BuildFromProject.Issue8540.B.html\",\"topicUid\":\"BuildFromProject.Issue8540.B\",\"items\":[{\"name\":\"B\",\"href\":\"BuildFromProject.Issue8540.B.B.html\",\"topicHref\":\"BuildFromProject.Issue8540.B.B.html\",\"topicUid\":\"BuildFromProject.Issue8540.B.B\"}]}]},{\"name\":\"Class1\",\"href\":\"BuildFromProject.Class1.html\",\"topicHref\":\"BuildFromProject.Class1.html\",\"topicUid\":\"BuildFromProject.Class1\"},{\"name\":\"Class1.Issue8665\",\"href\":\"BuildFromProject.Class1.Issue8665.html\",\"topicHref\":\"BuildFromProject.Class1.Issue8665.html\",\"topicUid\":\"BuildFromProject.Class1.Issue8665\"},{\"name\":\"Class1.Issue8696Attribute\",\"href\":\"BuildFromProject.Class1.Issue8696Attribute.html\",\"topicHref\":\"BuildFromProject.Class1.Issue8696Attribute.html\",\"topicUid\":\"BuildFromProject.Class1.Issue8696Attribute\"},{\"name\":\"Class1.Test\",\"href\":\"BuildFromProject.Class1.Test-1.html\",\"topicHref\":\"BuildFromProject.Class1.Test-1.html\",\"topicUid\":\"BuildFromProject.Class1.Test`1\",\"name.vb\":\"Class1.Test(Of T)\"},{\"name\":\"IInheritdoc\",\"href\":\"BuildFromProject.IInheritdoc.html\",\"topicHref\":\"BuildFromProject.IInheritdoc.html\",\"topicUid\":\"BuildFromProject.IInheritdoc\"},{\"name\":\"Inheritdoc\",\"href\":\"BuildFromProject.Inheritdoc.html\",\"topicHref\":\"BuildFromProject.Inheritdoc.html\",\"topicUid\":\"BuildFromProject.Inheritdoc\"},{\"name\":\"Inheritdoc.Issue6366\",\"href\":\"BuildFromProject.Inheritdoc.Issue6366.html\",\"topicHref\":\"BuildFromProject.Inheritdoc.Issue6366.html\",\"topicUid\":\"BuildFromProject.Inheritdoc.Issue6366\"},{\"name\":\"Inheritdoc.Issue6366.Class1\",\"href\":\"BuildFromProject.Inheritdoc.Issue6366.Class1-1.html\",\"topicHref\":\"BuildFromProject.Inheritdoc.Issue6366.Class1-1.html\",\"topicUid\":\"BuildFromProject.Inheritdoc.Issue6366.Class1`1\",\"name.vb\":\"Inheritdoc.Issue6366.Class1(Of T)\"},{\"name\":\"Inheritdoc.Issue6366.Class2\",\"href\":\"BuildFromProject.Inheritdoc.Issue6366.Class2.html\",\"topicHref\":\"BuildFromProject.Inheritdoc.Issue6366.Class2.html\",\"topicUid\":\"BuildFromProject.Inheritdoc.Issue6366.Class2\"},{\"name\":\"Inheritdoc.Issue7035\",\"href\":\"BuildFromProject.Inheritdoc.Issue7035.html\",\"topicHref\":\"BuildFromProject.Inheritdoc.Issue7035.html\",\"topicUid\":\"BuildFromProject.Inheritdoc.Issue7035\"},{\"name\":\"Inheritdoc.Issue7484\",\"href\":\"BuildFromProject.Inheritdoc.Issue7484.html\",\"topicHref\":\"BuildFromProject.Inheritdoc.Issue7484.html\",\"topicUid\":\"BuildFromProject.Inheritdoc.Issue7484\"},{\"name\":\"Inheritdoc.Issue8101\",\"href\":\"BuildFromProject.Inheritdoc.Issue8101.html\",\"topicHref\":\"BuildFromProject.Inheritdoc.Issue8101.html\",\"topicUid\":\"BuildFromProject.Inheritdoc.Issue8101\"},{\"name\":\"Inheritdoc.Issue8129\",\"href\":\"BuildFromProject.Inheritdoc.Issue8129.html\",\"topicHref\":\"BuildFromProject.Inheritdoc.Issue8129.html\",\"topicUid\":\"BuildFromProject.Inheritdoc.Issue8129\"}]},{\"name\":\"BuildFromVBSourceCode\",\"href\":\"BuildFromVBSourceCode.html\",\"topicHref\":\"BuildFromVBSourceCode.html\",\"topicUid\":\"BuildFromVBSourceCode\",\"items\":[{\"name\":\"BaseClass1\",\"href\":\"BuildFromVBSourceCode.BaseClass1.html\",\"topicHref\":\"BuildFromVBSourceCode.BaseClass1.html\",\"topicUid\":\"BuildFromVBSourceCode.BaseClass1\"},{\"name\":\"Class1\",\"href\":\"BuildFromVBSourceCode.Class1.html\",\"topicHref\":\"BuildFromVBSourceCode.Class1.html\",\"topicUid\":\"BuildFromVBSourceCode.Class1\"}]},{\"name\":\"CatLibrary\",\"href\":\"CatLibrary.html\",\"topicHref\":\"CatLibrary.html\",\"topicUid\":\"CatLibrary\",\"items\":[{\"name\":\"Core\",\"href\":\"CatLibrary.Core.html\",\"topicHref\":\"CatLibrary.Core.html\",\"topicUid\":\"CatLibrary.Core\",\"items\":[{\"name\":\"ContainersRefType\",\"href\":\"CatLibrary.Core.ContainersRefType.html\",\"topicHref\":\"CatLibrary.Core.ContainersRefType.html\",\"topicUid\":\"CatLibrary.Core.ContainersRefType\"},{\"name\":\"ContainersRefType.ColorType\",\"href\":\"CatLibrary.Core.ContainersRefType.ColorType.html\",\"topicHref\":\"CatLibrary.Core.ContainersRefType.ColorType.html\",\"topicUid\":\"CatLibrary.Core.ContainersRefType.ColorType\"},{\"name\":\"ContainersRefType.ContainersRefTypeChild\",\"href\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.html\",\"topicHref\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.html\",\"topicUid\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeChild\"},{\"name\":\"ContainersRefType.ContainersRefTypeChildInterface\",\"href\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.html\",\"topicHref\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.html\",\"topicUid\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface\"},{\"name\":\"ContainersRefType.ContainersRefTypeDelegate\",\"href\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.html\",\"topicHref\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.html\",\"topicUid\":\"CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate\"},{\"name\":\"ExplicitLayoutClass\",\"href\":\"CatLibrary.Core.ExplicitLayoutClass.html\",\"topicHref\":\"CatLibrary.Core.ExplicitLayoutClass.html\",\"topicUid\":\"CatLibrary.Core.ExplicitLayoutClass\"}]},{\"name\":\"CatException\",\"href\":\"CatLibrary.CatException-1.html\",\"topicHref\":\"CatLibrary.CatException-1.html\",\"topicUid\":\"CatLibrary.CatException`1\",\"name.vb\":\"CatException(Of T)\"},{\"name\":\"Cat\",\"href\":\"CatLibrary.Cat-2.html\",\"topicHref\":\"CatLibrary.Cat-2.html\",\"topicUid\":\"CatLibrary.Cat`2\",\"name.vb\":\"Cat(Of T, K)\"},{\"name\":\"Complex\",\"href\":\"CatLibrary.Complex-2.html\",\"topicHref\":\"CatLibrary.Complex-2.html\",\"topicUid\":\"CatLibrary.Complex`2\",\"name.vb\":\"Complex(Of T, J)\"},{\"name\":\"FakeDelegate\",\"href\":\"CatLibrary.FakeDelegate-1.html\",\"topicHref\":\"CatLibrary.FakeDelegate-1.html\",\"topicUid\":\"CatLibrary.FakeDelegate`1\",\"name.vb\":\"FakeDelegate(Of T)\"},{\"name\":\"IAnimal\",\"href\":\"CatLibrary.IAnimal.html\",\"topicHref\":\"CatLibrary.IAnimal.html\",\"topicUid\":\"CatLibrary.IAnimal\"},{\"name\":\"ICat\",\"href\":\"CatLibrary.ICat.html\",\"topicHref\":\"CatLibrary.ICat.html\",\"topicUid\":\"CatLibrary.ICat\"},{\"name\":\"ICatExtension\",\"href\":\"CatLibrary.ICatExtension.html\",\"topicHref\":\"CatLibrary.ICatExtension.html\",\"topicUid\":\"CatLibrary.ICatExtension\"},{\"name\":\"MRefDelegate\",\"href\":\"CatLibrary.MRefDelegate-3.html\",\"topicHref\":\"CatLibrary.MRefDelegate-3.html\",\"topicUid\":\"CatLibrary.MRefDelegate`3\",\"name.vb\":\"MRefDelegate(Of K, T, L)\"},{\"name\":\"MRefNormalDelegate\",\"href\":\"CatLibrary.MRefNormalDelegate.html\",\"topicHref\":\"CatLibrary.MRefNormalDelegate.html\",\"topicUid\":\"CatLibrary.MRefNormalDelegate\"},{\"name\":\"Tom\",\"href\":\"CatLibrary.Tom.html\",\"topicHref\":\"CatLibrary.Tom.html\",\"topicUid\":\"CatLibrary.Tom\"},{\"name\":\"TomFromBaseClass\",\"href\":\"CatLibrary.TomFromBaseClass.html\",\"topicHref\":\"CatLibrary.TomFromBaseClass.html\",\"topicUid\":\"CatLibrary.TomFromBaseClass\"}]},{\"name\":\"MRef.Demo.Enumeration\",\"href\":\"MRef.Demo.Enumeration.html\",\"topicHref\":\"MRef.Demo.Enumeration.html\",\"topicUid\":\"MRef.Demo.Enumeration\",\"items\":[{\"name\":\"ColorType\",\"href\":\"MRef.Demo.Enumeration.ColorType.html\",\"topicHref\":\"MRef.Demo.Enumeration.ColorType.html\",\"topicUid\":\"MRef.Demo.Enumeration.ColorType\"}]}],\"memberLayout\":\"SamePage\"}" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed/api/toc.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed/api/toc.verified.json index 4796d2f29d3..d3fefb51990 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed/api/toc.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed/api/toc.verified.json @@ -222,13 +222,6 @@ } ] }, - { - "name": "Cat", - "href": "CatLibrary.Cat-2.html", - "topicHref": "CatLibrary.Cat-2.html", - "topicUid": "CatLibrary.Cat`2", - "name.vb": "Cat(Of T, K)" - }, { "name": "CatException", "href": "CatLibrary.CatException-1.html", @@ -236,6 +229,13 @@ "topicUid": "CatLibrary.CatException`1", "name.vb": "CatException(Of T)" }, + { + "name": "Cat", + "href": "CatLibrary.Cat-2.html", + "topicHref": "CatLibrary.Cat-2.html", + "topicUid": "CatLibrary.Cat`2", + "name.vb": "Cat(Of T, K)" + }, { "name": "Complex", "href": "CatLibrary.Complex-2.html", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed/index.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed/index.verified.json index 7491cf50057..0c4a6fae472 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed/index.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed/index.verified.json @@ -19,11 +19,6 @@ "title": "Namespace BuildFromCSharpSourceCode | docfx seed website", "keywords": "Namespace BuildFromCSharpSourceCode Classes CSharp" }, - "api/BuildFromProject.Class1.html": { - "href": "api/BuildFromProject.Class1.html", - "title": "Class Class1 | docfx seed website", - "keywords": "Class Class1 Namespace BuildFromProject Assembly BuildFromProject.dll public class Class1 : IClass1 Inheritance object Class1 Implements IClass1 Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Methods Issue1651() Pricing models are used to calculate theoretical option values 1Black Scholes 2Black76 3Black76Fut 4Equity Tree 5Variance Swap 6Dividend Forecast public void Issue1651() Issue2623() public void Issue2623() Examples MyClass myClass = new MyClass(); void Update() { myClass.Execute(); } Remarks For example: MyClass myClass = new MyClass(); void Update() { myClass.Execute(); } Issue2723() public void Issue2723() Remarks Note This is a . & \" ' Inline . link for (var i = 0; i > 10; i++) // & \" ' var range = new Range { Min = 0, Max = 10 }; var range = new Range { Min = 0, Max = 10 }; Issue4017() public void Issue4017() Examples public void HookMessageDeleted(BaseSocketClient client) { client.MessageDeleted += HandleMessageDelete; } public Task HandleMessageDelete(Cacheable cachedMessage, ISocketMessageChannel channel) { // check if the message exists in cache; if not, we cannot report what was removed if (!cachedMessage.HasValue) return; var message = cachedMessage.Value; Console.WriteLine($\"A message ({message.Id}) from {message.Author} was removed from the channel {channel.Name} ({channel.Id}):\" + Environment.NewLine + message.Content); return Task.CompletedTask; } Remarks void Update() { myClass.Execute(); } Issue4392() public void Issue4392() Remarks @\"\\\\?\\\" @\"\\\\?\\\" Issue7484() public void Issue7484() Remarks There's really no reason to not believe that this class can test things. Term Description A Term A Description Bee Term Bee Description Issue8764() public void Issue8764() where T : unmanaged Type Parameters T Issue896() Test public void Issue896() See Also Class1.Test Class1 XmlCommentIncludeTag() This method should do something... public void XmlCommentIncludeTag() Remarks This is remarks." - }, "api/BuildFromProject.Class1.Issue8665.html": { "href": "api/BuildFromProject.Class1.Issue8665.html", "title": "Class Class1.Issue8665 | docfx seed website", @@ -39,21 +34,16 @@ "title": "Class Class1.Test | docfx seed website", "keywords": "Class Class1.Test Namespace BuildFromProject Assembly BuildFromProject.dll public class Class1.Test Type Parameters T Inheritance object Class1.Test Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString()" }, - "api/BuildFromProject.html": { - "href": "api/BuildFromProject.html", - "title": "Namespace BuildFromProject | docfx seed website", - "keywords": "Namespace BuildFromProject Namespaces BuildFromProject.Issue8540 Classes Class1 Class1.Issue8665 Class1.Issue8696Attribute Class1.Test Inheritdoc Inheritdoc.Issue6366 Inheritdoc.Issue6366.Class1 Inheritdoc.Issue6366.Class2 Inheritdoc.Issue7035 Inheritdoc.Issue7484 This is a test class to have something for DocFX to document. Inheritdoc.Issue8101 Structs Inheritdoc.Issue8129 Interfaces IInheritdoc" + "api/BuildFromProject.Class1.html": { + "href": "api/BuildFromProject.Class1.html", + "title": "Class Class1 | docfx seed website", + "keywords": "Class Class1 Namespace BuildFromProject Assembly BuildFromProject.dll public class Class1 : IClass1 Inheritance object Class1 Implements IClass1 Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Methods Issue1651() Pricing models are used to calculate theoretical option values 1Black Scholes 2Black76 3Black76Fut 4Equity Tree 5Variance Swap 6Dividend Forecast public void Issue1651() Issue2623() public void Issue2623() Examples MyClass myClass = new MyClass(); void Update() { myClass.Execute(); } Remarks For example: MyClass myClass = new MyClass(); void Update() { myClass.Execute(); } Issue2723() public void Issue2723() Remarks Note This is a . & \" ' Inline . link for (var i = 0; i > 10; i++) // & \" ' var range = new Range { Min = 0, Max = 10 }; var range = new Range { Min = 0, Max = 10 }; Issue4017() public void Issue4017() Examples public void HookMessageDeleted(BaseSocketClient client) { client.MessageDeleted += HandleMessageDelete; } public Task HandleMessageDelete(Cacheable cachedMessage, ISocketMessageChannel channel) { // check if the message exists in cache; if not, we cannot report what was removed if (!cachedMessage.HasValue) return; var message = cachedMessage.Value; Console.WriteLine($\"A message ({message.Id}) from {message.Author} was removed from the channel {channel.Name} ({channel.Id}):\" + Environment.NewLine + message.Content); return Task.CompletedTask; } Remarks void Update() { myClass.Execute(); } Issue4392() public void Issue4392() Remarks @\"\\\\?\\\" @\"\\\\?\\\" Issue7484() public void Issue7484() Remarks There's really no reason to not believe that this class can test things. Term Description A Term A Description Bee Term Bee Description Issue8764() public void Issue8764() where T : unmanaged Type Parameters T Issue896() Test public void Issue896() See Also Class1.Test Class1 XmlCommentIncludeTag() This method should do something... public void XmlCommentIncludeTag() Remarks This is remarks." }, "api/BuildFromProject.IInheritdoc.html": { "href": "api/BuildFromProject.IInheritdoc.html", "title": "Interface IInheritdoc | docfx seed website", "keywords": "Interface IInheritdoc Namespace BuildFromProject Assembly BuildFromProject.dll public interface IInheritdoc Methods Issue7629() This method should do something... void Issue7629()" }, - "api/BuildFromProject.Inheritdoc.html": { - "href": "api/BuildFromProject.Inheritdoc.html", - "title": "Class Inheritdoc | docfx seed website", - "keywords": "Class Inheritdoc Namespace BuildFromProject Assembly BuildFromProject.dll public class Inheritdoc : IInheritdoc, IDisposable Inheritance object Inheritdoc Implements IInheritdoc IDisposable Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Methods Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. public void Dispose() Issue7628() This method should do something... public void Issue7628() Issue7629() This method should do something... public void Issue7629()" - }, "api/BuildFromProject.Inheritdoc.Issue6366.Class1-1.html": { "href": "api/BuildFromProject.Inheritdoc.Issue6366.Class1-1.html", "title": "Class Inheritdoc.Issue6366.Class1 | docfx seed website", @@ -89,6 +79,11 @@ "title": "Struct Inheritdoc.Issue8129 | docfx seed website", "keywords": "Struct Inheritdoc.Issue8129 Namespace BuildFromProject Assembly BuildFromProject.dll public struct Inheritdoc.Issue8129 Inherited Members ValueType.Equals(object) ValueType.GetHashCode() ValueType.ToString() object.Equals(object, object) object.GetType() object.ReferenceEquals(object, object) Constructors Issue8129(string) public Issue8129(string foo) Parameters foo string" }, + "api/BuildFromProject.Inheritdoc.html": { + "href": "api/BuildFromProject.Inheritdoc.html", + "title": "Class Inheritdoc | docfx seed website", + "keywords": "Class Inheritdoc Namespace BuildFromProject Assembly BuildFromProject.dll public class Inheritdoc : IInheritdoc, IDisposable Inheritance object Inheritdoc Implements IInheritdoc IDisposable Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Methods Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. public void Dispose() Issue7628() This method should do something... public void Issue7628() Issue7629() This method should do something... public void Issue7629()" + }, "api/BuildFromProject.Issue8540.A.A.html": { "href": "api/BuildFromProject.Issue8540.A.A.html", "title": "Class A | docfx seed website", @@ -114,6 +109,11 @@ "title": "Namespace BuildFromProject.Issue8540 | docfx seed website", "keywords": "Namespace BuildFromProject.Issue8540 Namespaces BuildFromProject.Issue8540.A BuildFromProject.Issue8540.B" }, + "api/BuildFromProject.html": { + "href": "api/BuildFromProject.html", + "title": "Namespace BuildFromProject | docfx seed website", + "keywords": "Namespace BuildFromProject Namespaces BuildFromProject.Issue8540 Classes Class1 Class1.Issue8665 Class1.Issue8696Attribute Class1.Test Inheritdoc Inheritdoc.Issue6366 Inheritdoc.Issue6366.Class1 Inheritdoc.Issue6366.Class2 Inheritdoc.Issue7035 Inheritdoc.Issue7484 This is a test class to have something for DocFX to document. Inheritdoc.Issue8101 Structs Inheritdoc.Issue8129 Interfaces IInheritdoc" + }, "api/BuildFromVBSourceCode.BaseClass1.html": { "href": "api/BuildFromVBSourceCode.BaseClass1.html", "title": "Class BaseClass1 | docfx seed website", @@ -184,11 +184,6 @@ "title": "Delegate FakeDelegate | docfx seed website", "keywords": "Delegate FakeDelegate Namespace CatLibrary Assembly CatLibrary.dll Fake delegate public delegate int FakeDelegate(long num, string name, params object[] scores) Parameters num long Fake para name string Fake para scores object[] Optional Parameter. Returns int Return a fake number to confuse you. Type Parameters T Fake para" }, - "api/CatLibrary.html": { - "href": "api/CatLibrary.html", - "title": "Namespace CatLibrary | docfx seed website", - "keywords": "Namespace CatLibrary Namespaces CatLibrary.Core Classes CatException Cat Here's main class of this Demo. You can see mostly type of article within this class and you for more detail, please see the remarks. this class is a template class. It has two Generic parameter. they are: T and K. The extension method of this class can refer to ICatExtension class Complex ICatExtension It's the class that contains ICat interface's extension method. This class must be public and static. Also it shouldn't be a geneic class Tom Tom class is only inherit from Object. Not any member inside itself. TomFromBaseClass TomFromBaseClass inherits from @ Interfaces IAnimal This is basic interface of all animal. ICat Cat's interface Delegates FakeDelegate Fake delegate MRefDelegate Generic delegate with many constrains. MRefNormalDelegate Delegate in the namespace" - }, "api/CatLibrary.IAnimal.html": { "href": "api/CatLibrary.IAnimal.html", "title": "Interface IAnimal | docfx seed website", @@ -224,6 +219,11 @@ "title": "Class TomFromBaseClass | docfx seed website", "keywords": "Class TomFromBaseClass Namespace CatLibrary Assembly CatLibrary.dll TomFromBaseClass inherits from @ public class TomFromBaseClass : Tom Inheritance object Tom TomFromBaseClass Inherited Members Tom.TomMethod(Complex, Tuple) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Constructors TomFromBaseClass(int) This is a #ctor with parameter public TomFromBaseClass(int k) Parameters k int" }, + "api/CatLibrary.html": { + "href": "api/CatLibrary.html", + "title": "Namespace CatLibrary | docfx seed website", + "keywords": "Namespace CatLibrary Namespaces CatLibrary.Core Classes CatException Cat Here's main class of this Demo. You can see mostly type of article within this class and you for more detail, please see the remarks. this class is a template class. It has two Generic parameter. they are: T and K. The extension method of this class can refer to ICatExtension class Complex ICatExtension It's the class that contains ICat interface's extension method. This class must be public and static. Also it shouldn't be a geneic class Tom Tom class is only inherit from Object. Not any member inside itself. TomFromBaseClass TomFromBaseClass inherits from @ Interfaces IAnimal This is basic interface of all animal. ICat Cat's interface Delegates FakeDelegate Fake delegate MRefDelegate Generic delegate with many constrains. MRefNormalDelegate Delegate in the namespace" + }, "api/MRef.Demo.Enumeration.ColorType.html": { "href": "api/MRef.Demo.Enumeration.ColorType.html", "title": "Enum ColorType | docfx seed website", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed/xrefmap.verified.yml b/test/docfx.Snapshot.Tests/SamplesTest.Seed/xrefmap.verified.yml index 07ff45fe137..e536a7e0dcf 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed/xrefmap.verified.yml +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed/xrefmap.verified.yml @@ -176,24 +176,6 @@ references: fullName.vb: BuildFromProject.Class1.Issue8665.New() nameWithType: Class1.Issue8665.Issue8665() nameWithType.vb: Class1.Issue8665.New() -- uid: BuildFromProject.Class1.Issue8665.#ctor(System.Int32,System.Char,System.String) - name: Issue8665(int, char, string) - href: api/BuildFromProject.Class1.Issue8665.html#BuildFromProject_Class1_Issue8665__ctor_System_Int32_System_Char_System_String_ - commentId: M:BuildFromProject.Class1.Issue8665.#ctor(System.Int32,System.Char,System.String) - name.vb: New(Integer, Char, String) - fullName: BuildFromProject.Class1.Issue8665.Issue8665(int, char, string) - fullName.vb: BuildFromProject.Class1.Issue8665.New(Integer, Char, String) - nameWithType: Class1.Issue8665.Issue8665(int, char, string) - nameWithType.vb: Class1.Issue8665.New(Integer, Char, String) -- uid: BuildFromProject.Class1.Issue8665.#ctor(System.Int32,System.Char) - name: Issue8665(int, char) - href: api/BuildFromProject.Class1.Issue8665.html#BuildFromProject_Class1_Issue8665__ctor_System_Int32_System_Char_ - commentId: M:BuildFromProject.Class1.Issue8665.#ctor(System.Int32,System.Char) - name.vb: New(Integer, Char) - fullName: BuildFromProject.Class1.Issue8665.Issue8665(int, char) - fullName.vb: BuildFromProject.Class1.Issue8665.New(Integer, Char) - nameWithType: Class1.Issue8665.Issue8665(int, char) - nameWithType.vb: Class1.Issue8665.New(Integer, Char) - uid: BuildFromProject.Class1.Issue8665.#ctor(System.Int32) name: Issue8665(int) href: api/BuildFromProject.Class1.Issue8665.html#BuildFromProject_Class1_Issue8665__ctor_System_Int32_ @@ -203,6 +185,24 @@ references: fullName.vb: BuildFromProject.Class1.Issue8665.New(Integer) nameWithType: Class1.Issue8665.Issue8665(int) nameWithType.vb: Class1.Issue8665.New(Integer) +- uid: BuildFromProject.Class1.Issue8665.#ctor(System.Int32,System.Char) + name: Issue8665(int, char) + href: api/BuildFromProject.Class1.Issue8665.html#BuildFromProject_Class1_Issue8665__ctor_System_Int32_System_Char_ + commentId: M:BuildFromProject.Class1.Issue8665.#ctor(System.Int32,System.Char) + name.vb: New(Integer, Char) + fullName: BuildFromProject.Class1.Issue8665.Issue8665(int, char) + fullName.vb: BuildFromProject.Class1.Issue8665.New(Integer, Char) + nameWithType: Class1.Issue8665.Issue8665(int, char) + nameWithType.vb: Class1.Issue8665.New(Integer, Char) +- uid: BuildFromProject.Class1.Issue8665.#ctor(System.Int32,System.Char,System.String) + name: Issue8665(int, char, string) + href: api/BuildFromProject.Class1.Issue8665.html#BuildFromProject_Class1_Issue8665__ctor_System_Int32_System_Char_System_String_ + commentId: M:BuildFromProject.Class1.Issue8665.#ctor(System.Int32,System.Char,System.String) + name.vb: New(Integer, Char, String) + fullName: BuildFromProject.Class1.Issue8665.Issue8665(int, char, string) + fullName.vb: BuildFromProject.Class1.Issue8665.New(Integer, Char, String) + nameWithType: Class1.Issue8665.Issue8665(int, char, string) + nameWithType.vb: Class1.Issue8665.New(Integer, Char, String) - uid: BuildFromProject.Class1.Issue8665.#ctor* name: Issue8665 href: api/BuildFromProject.Class1.Issue8665.html#BuildFromProject_Class1_Issue8665__ctor_ @@ -701,6 +701,15 @@ references: commentId: N:CatLibrary fullName: CatLibrary nameWithType: CatLibrary +- uid: CatLibrary.CatException`1 + name: CatException + href: api/CatLibrary.CatException-1.html + commentId: T:CatLibrary.CatException`1 + name.vb: CatException(Of T) + fullName: CatLibrary.CatException + fullName.vb: CatLibrary.CatException(Of T) + nameWithType: CatException + nameWithType.vb: CatException(Of T) - uid: CatLibrary.Cat`2 name: Cat href: api/CatLibrary.Cat-2.html @@ -719,15 +728,6 @@ references: fullName.vb: CatLibrary.Cat(Of T, K).New() nameWithType: Cat.Cat() nameWithType.vb: Cat(Of T, K).New() -- uid: CatLibrary.Cat`2.#ctor(`0) - name: Cat(T) - href: api/CatLibrary.Cat-2.html#CatLibrary_Cat_2__ctor__0_ - commentId: M:CatLibrary.Cat`2.#ctor(`0) - name.vb: New(T) - fullName: CatLibrary.Cat.Cat(T) - fullName.vb: CatLibrary.Cat(Of T, K).New(T) - nameWithType: Cat.Cat(T) - nameWithType.vb: Cat(Of T, K).New(T) - uid: CatLibrary.Cat`2.#ctor(System.String,System.Int32@,System.String,System.Boolean) name: Cat(string, out int, string, bool) href: api/CatLibrary.Cat-2.html#CatLibrary_Cat_2__ctor_System_String_System_Int32__System_String_System_Boolean_ @@ -737,6 +737,15 @@ references: fullName.vb: CatLibrary.Cat(Of T, K).New(String, Integer, String, Boolean) nameWithType: Cat.Cat(string, out int, string, bool) nameWithType.vb: Cat(Of T, K).New(String, Integer, String, Boolean) +- uid: CatLibrary.Cat`2.#ctor(`0) + name: Cat(T) + href: api/CatLibrary.Cat-2.html#CatLibrary_Cat_2__ctor__0_ + commentId: M:CatLibrary.Cat`2.#ctor(`0) + name.vb: New(T) + fullName: CatLibrary.Cat.Cat(T) + fullName.vb: CatLibrary.Cat(Of T, K).New(T) + nameWithType: Cat.Cat(T) + nameWithType.vb: Cat(Of T, K).New(T) - uid: CatLibrary.Cat`2.#ctor* name: Cat href: api/CatLibrary.Cat-2.html#CatLibrary_Cat_2__ctor_ @@ -818,14 +827,6 @@ references: fullName.vb: CatLibrary.Cat(Of T, K).GetTailLength nameWithType: Cat.GetTailLength nameWithType.vb: Cat(Of T, K).GetTailLength -- uid: CatLibrary.Cat`2.isHealthy - name: isHealthy - href: api/CatLibrary.Cat-2.html#CatLibrary_Cat_2_isHealthy - commentId: F:CatLibrary.Cat`2.isHealthy - fullName: CatLibrary.Cat.isHealthy - fullName.vb: CatLibrary.Cat(Of T, K).isHealthy - nameWithType: Cat.isHealthy - nameWithType.vb: Cat(Of T, K).isHealthy - uid: CatLibrary.Cat`2.Item(System.String) name: this[string] href: api/CatLibrary.Cat-2.html#CatLibrary_Cat_2_Item_System_String_ @@ -880,6 +881,14 @@ references: fullName.vb: CatLibrary.Cat(Of T, K).Name nameWithType: Cat.Name nameWithType.vb: Cat(Of T, K).Name +- uid: CatLibrary.Cat`2.isHealthy + name: isHealthy + href: api/CatLibrary.Cat-2.html#CatLibrary_Cat_2_isHealthy + commentId: F:CatLibrary.Cat`2.isHealthy + fullName: CatLibrary.Cat.isHealthy + fullName.vb: CatLibrary.Cat(Of T, K).isHealthy + nameWithType: Cat.isHealthy + nameWithType.vb: Cat(Of T, K).isHealthy - uid: CatLibrary.Cat`2.op_Addition(CatLibrary.Cat{`0,`1},System.Int32) name: operator +(Cat, int) href: api/CatLibrary.Cat-2.html#CatLibrary_Cat_2_op_Addition_CatLibrary_Cat__0__1__System_Int32_ @@ -945,15 +954,6 @@ references: fullName.vb: CatLibrary.Cat(Of T, K).ownEat nameWithType: Cat.ownEat nameWithType.vb: Cat(Of T, K).ownEat -- uid: CatLibrary.CatException`1 - name: CatException - href: api/CatLibrary.CatException-1.html - commentId: T:CatLibrary.CatException`1 - name.vb: CatException(Of T) - fullName: CatLibrary.CatException - fullName.vb: CatLibrary.CatException(Of T) - nameWithType: CatException - nameWithType.vb: CatException(Of T) - uid: CatLibrary.Complex`2 name: Complex href: api/CatLibrary.Complex-2.html @@ -1251,36 +1251,6 @@ references: fullName.vb: CatLibrary.TomFromBaseClass.New nameWithType: TomFromBaseClass.TomFromBaseClass nameWithType.vb: TomFromBaseClass.New -- uid: graph.windows.net/myorganization/Contacts/1.6 - name: Contacts - href: restapi/contacts.html -- uid: graph.windows.net/myorganization/Contacts/1.6/delete contact - name: delete contact - href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_delete_contact -- uid: graph.windows.net/myorganization/Contacts/1.6/delete contact manager by id - name: delete contact manager by id - href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_delete_contact_manager_by_id -- uid: graph.windows.net/myorganization/Contacts/1.6/get contact by id - name: get contact by id - href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_get_contact_by_id -- uid: graph.windows.net/myorganization/Contacts/1.6/get contact direct reports links - name: get contact direct reports links - href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_get_contact_direct_reports_links -- uid: graph.windows.net/myorganization/Contacts/1.6/get contact manager link - name: get contact manager link - href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_get_contact_manager_link -- uid: graph.windows.net/myorganization/Contacts/1.6/get contact memberOf links - name: get contact memberOf links - href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_get_contact_memberOf_links -- uid: graph.windows.net/myorganization/Contacts/1.6/get contacts - name: get contacts - href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_get_contacts -- uid: graph.windows.net/myorganization/Contacts/1.6/update contact - name: update contact - href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_update_contact -- uid: graph.windows.net/myorganization/Contacts/1.6/update contact manager - name: update contact manager - href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_update_contact_manager - uid: MRef.Demo.Enumeration name: MRef.Demo.Enumeration href: api/MRef.Demo.Enumeration.html @@ -1311,6 +1281,36 @@ references: commentId: F:MRef.Demo.Enumeration.ColorType.Yellow fullName: MRef.Demo.Enumeration.ColorType.Yellow nameWithType: ColorType.Yellow +- uid: graph.windows.net/myorganization/Contacts/1.6 + name: Contacts + href: restapi/contacts.html +- uid: graph.windows.net/myorganization/Contacts/1.6/delete contact + name: delete contact + href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_delete_contact +- uid: graph.windows.net/myorganization/Contacts/1.6/delete contact manager by id + name: delete contact manager by id + href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_delete_contact_manager_by_id +- uid: graph.windows.net/myorganization/Contacts/1.6/get contact by id + name: get contact by id + href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_get_contact_by_id +- uid: graph.windows.net/myorganization/Contacts/1.6/get contact direct reports links + name: get contact direct reports links + href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_get_contact_direct_reports_links +- uid: graph.windows.net/myorganization/Contacts/1.6/get contact manager link + name: get contact manager link + href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_get_contact_manager_link +- uid: graph.windows.net/myorganization/Contacts/1.6/get contact memberOf links + name: get contact memberOf links + href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_get_contact_memberOf_links +- uid: graph.windows.net/myorganization/Contacts/1.6/get contacts + name: get contacts + href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_get_contacts +- uid: graph.windows.net/myorganization/Contacts/1.6/update contact + name: update contact + href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_update_contact +- uid: graph.windows.net/myorganization/Contacts/1.6/update contact manager + name: update contact manager + href: restapi/contacts.html#graph_windows_net_myorganization_Contacts_1_6_update_contact_manager - uid: petstore.swagger.io/v2/Swagger Petstore/1.0.0 name: Swagger Petstore href: restapi/petstore.html diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1152x648/api-CatLibrary.Cat-2.html-q-cat.verified.png b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1152x648/api-CatLibrary.Cat-2.html-q-cat.verified.png index d6ce152e34d..ea19cd903c4 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1152x648/api-CatLibrary.Cat-2.html-q-cat.verified.png +++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1152x648/api-CatLibrary.Cat-2.html-q-cat.verified.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e943f65623a7a5db8db506fec30b17792ae74f597b70da451720eac84ef3819 -size 136092 +oid sha256:118e1c3d30aa82c514674696e11a646faa243761ac8b2c724f3872068d59d6b1 +size 136024 diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1152x648/api-CatLibrary.html-term-cat.verified.png b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1152x648/api-CatLibrary.html-term-cat.verified.png index d69bc8fbdbc..db127a90a02 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1152x648/api-CatLibrary.html-term-cat.verified.png +++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1152x648/api-CatLibrary.html-term-cat.verified.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8287c1af525aa42759e7493ee4b1d275be3bd1d50ec1a107e06b6a3735a2cbf8 -size 164494 +oid sha256:a1e22baa4b85cabe6b076ac713e084414bd4268fafbc40d354c684b7e842f8a1 +size 168085 diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1152x648/api-CatLibrary.html.verified.png b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1152x648/api-CatLibrary.html.verified.png index 452a6312d4f..8d7e6f94a5f 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1152x648/api-CatLibrary.html.verified.png +++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1152x648/api-CatLibrary.html.verified.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e7139291c7b4c953fb33cd89154c491a0d7f7e58c050dff866fc6f876d3fe6b -size 94907 +oid sha256:9a9de4c6541356c5d260cab890efb50639e4277225c5de32e9b38557ee5a50a3 +size 111427 diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1920x1080/api-CatLibrary.Cat-2.html-q-cat.verified.png b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1920x1080/api-CatLibrary.Cat-2.html-q-cat.verified.png index a6de078e710..ebde2d84092 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1920x1080/api-CatLibrary.Cat-2.html-q-cat.verified.png +++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1920x1080/api-CatLibrary.Cat-2.html-q-cat.verified.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e12002fa6eb01feaefa8b17d5b26cc8eab8acbf025e9848123ebc49c006bed0 -size 833156 +oid sha256:c8f7bb0edf033a36b1960092084ff1b816fb43f5df1df1e0911cd79249e57777 +size 833258 diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1920x1080/api-CatLibrary.html.verified.png b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1920x1080/api-CatLibrary.html.verified.png index 4d374b56ce1..077f1055be3 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1920x1080/api-CatLibrary.html.verified.png +++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/1920x1080/api-CatLibrary.html.verified.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9bca892281e2ae5a7c6b0d2bc5e0bc6eae0a4b8d92e4f275bb5a583b3867d2ac -size 172892 +oid sha256:025bd320968c5f9d8d35a2d7181b577ae10ac60e06f72bd6744b5566fb0d9b14 +size 193074 diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/768x600/api-CatLibrary.Cat-2.html-q-cat.verified.png b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/768x600/api-CatLibrary.Cat-2.html-q-cat.verified.png index 0d565d397ab..47b3663362b 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/768x600/api-CatLibrary.Cat-2.html-q-cat.verified.png +++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/768x600/api-CatLibrary.Cat-2.html-q-cat.verified.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d3efb3dabde0d9e492b96650846cae8730734756ab3a409a415e6b94dd7f3c0 -size 95800 +oid sha256:fa4ad8ac7352191e6107f9b391842b4320cb447fd377f59f5468e20c523d9a5c +size 95858 diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/768x600/api-CatLibrary.html-term-cat.verified.png b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/768x600/api-CatLibrary.html-term-cat.verified.png index 52d368f309b..a5b33923abc 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/768x600/api-CatLibrary.html-term-cat.verified.png +++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/768x600/api-CatLibrary.html-term-cat.verified.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef93802a6df5eab66a895066ecedfc2ea529472b7bb7bf6ff3b4e1aba3f123e1 -size 142036 +oid sha256:9add6dd4e9b3c1c55e4f3285516cc7fea26477b41aaaf5e60139c36fd93ceb14 +size 142024 diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/768x600/api-CatLibrary.html.verified.png b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/768x600/api-CatLibrary.html.verified.png index e3f9f1fa2fa..ee2cdd7c57d 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/768x600/api-CatLibrary.html.verified.png +++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/768x600/api-CatLibrary.html.verified.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3436558876eeb9d24195c5e1487051bf486a3441f868a58056994a2a832ef49 -size 85503 +oid sha256:38d161e5371bee6ca255a8eade4faffa80ec1095addc771522122479b57898e7 +size 97368 diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-BuildFromProject.Class1.html.verified.html b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-BuildFromProject.Class1.html.verified.html index 60826ba0860..02820d1222a 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-BuildFromProject.Class1.html.verified.html +++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-BuildFromProject.Class1.html.verified.html @@ -107,7 +107,7 @@
Table of Contents
-
  • +
  • BuildFromProject
      @@ -136,7 +136,7 @@
      Table of Contents
  • -
  • +
  • Class1 @@ -258,12 +258,12 @@
    Table of Contents
  • - Cat<T, K> + CatException<T>
  • - CatException<T> + Cat<T, K>
  • diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.Cat-2.html-q-cat.verified.html b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.Cat-2.html-q-cat.verified.html index 25299fc5ea3..e6959ab218a 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.Cat-2.html-q-cat.verified.html +++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.Cat-2.html-q-cat.verified.html @@ -217,7 +217,7 @@
    Table of Contents
  • -
  • +
  • CatLibrary
      @@ -258,12 +258,12 @@
      Table of Contents
    • - Cat<T, K> + CatException<T>
    • -
    • +
    • - CatException<T> + Cat<T, K>
    • diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.html-term-cat.verified.html b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.html-term-cat.verified.html index 5823c74232f..0ee022cfa96 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.html-term-cat.verified.html +++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.html-term-cat.verified.html @@ -217,7 +217,7 @@
      Table of Contents
  • -
  • +
  • CatLibrary
      @@ -258,12 +258,12 @@
      Table of Contents
    • - Cat<T, K> + CatException<T>
    • - CatException<T> + Cat<T, K>
    • diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.html.verified.html b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.html.verified.html index 15efdb33ce0..5251c6c9785 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.html.verified.html +++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.html.verified.html @@ -217,7 +217,7 @@
      Table of Contents
  • -
  • +
  • CatLibrary
      @@ -258,12 +258,12 @@
      Table of Contents
    • - Cat<T, K> + CatException<T>
    • - CatException<T> + Cat<T, K>
    • diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/articles-csharp_coding_standards.html.verified.html b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/articles-csharp_coding_standards.html.verified.html index d084b6558cf..667a85d8a5d 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/articles-csharp_coding_standards.html.verified.html +++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/articles-csharp_coding_standards.html.verified.html @@ -90,7 +90,7 @@
      Table of Contents
      Getting Started
    • -
    • +
    • Engineering Docs
        @@ -104,7 +104,7 @@
        Table of Contents
        Engineering Guidelines -
      • +
      • CSharp Coding Standards diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/articles-markdown.html-tabs-windows-2Ctypescript-markdown-extensions.verified.html b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/articles-markdown.html-tabs-windows-2Ctypescript-markdown-extensions.verified.html index 0fd173bb3fd..74f10385ce0 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/articles-markdown.html-tabs-windows-2Ctypescript-markdown-extensions.verified.html +++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/articles-markdown.html-tabs-windows-2Ctypescript-markdown-extensions.verified.html @@ -286,7 +286,7 @@
        Table of Contents
    • -
    • +
    • Markdown diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/index.html.verified.html b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/index.html.verified.html index df51559dc03..62bc4ae49a7 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/index.html.verified.html +++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/index.html.verified.html @@ -85,7 +85,7 @@
      Table of Contents
        -
      • +
      • Home diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/restapi-petstore.html.verified.html b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/restapi-petstore.html.verified.html index ce2843b2861..fe529e71931 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/restapi-petstore.html.verified.html +++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/restapi-petstore.html.verified.html @@ -85,7 +85,7 @@
        Table of Contents