diff --git a/src/Docfx.Common/Git/GitUtility.cs b/src/Docfx.Common/Git/GitUtility.cs index 81108bf4e7b..32986a401cf 100644 --- a/src/Docfx.Common/Git/GitUtility.cs +++ b/src/Docfx.Common/Git/GitUtility.cs @@ -42,7 +42,7 @@ record Repo(string path, string url, string branch); { Repo = repo.url, Branch = repo.branch, - Path = Path.GetRelativePath(repo.path, filePath), + Path = Path.GetRelativePath(repo.path, filePath).Replace('\\', '/'), }; } diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.ConstantInterpolatedStrings.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.ConstantInterpolatedStrings.html.view.verified.json index 4d642aa8522..c2c033e6cf4 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.ConstantInterpolatedStrings.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.ConstantInterpolatedStrings.html.view.verified.json @@ -161,7 +161,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -179,7 +179,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_ConstantInterpolatedStrings_S1.md&value=---%0Auid%3A%20CSharp10.ConstantInterpolatedStrings.S1%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L23", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L23", "remarks": "", "conceptual": "", "implements": "", @@ -295,7 +295,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -313,7 +313,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_ConstantInterpolatedStrings_S2.md&value=---%0Auid%3A%20CSharp10.ConstantInterpolatedStrings.S2%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L24", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L24", "remarks": "", "conceptual": "", "implements": "", @@ -429,7 +429,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -447,7 +447,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_ConstantInterpolatedStrings_S3.md&value=---%0Auid%3A%20CSharp10.ConstantInterpolatedStrings.S3%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L25", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L25", "remarks": "", "conceptual": "", "implements": "", @@ -497,7 +497,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1084,7 +1084,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_ConstantInterpolatedStrings.md&value=---%0Auid%3A%20CSharp10.ConstantInterpolatedStrings%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L21", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L21", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.Issue7737.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.Issue7737.html.view.verified.json index 2b5e108bbae..7f3e375d62c 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.Issue7737.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.Issue7737.html.view.verified.json @@ -115,7 +115,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -178,7 +178,7 @@ "summary": "

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_Issue7737_Foo.md&value=---%0Auid%3A%20CSharp10.Issue7737.Foo%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L33", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L33", "remarks": "", "conceptual": "", "implements": "", @@ -227,7 +227,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -814,7 +814,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_Issue7737.md&value=---%0Auid%3A%20CSharp10.Issue7737%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L28", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L28", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.ParameterlessStructConstructors.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.ParameterlessStructConstructors.html.view.verified.json index 867dba80cbc..d57b8d6fc85 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.ParameterlessStructConstructors.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.ParameterlessStructConstructors.html.view.verified.json @@ -115,7 +115,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -177,7 +177,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_ParameterlessStructConstructors__ctor.md&value=---%0Auid%3A%20CSharp10.ParameterlessStructConstructors.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L15", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L15", "remarks": "", "conceptual": "", "implements": "", @@ -300,7 +300,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -318,7 +318,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_ParameterlessStructConstructors_X.md&value=---%0Auid%3A%20CSharp10.ParameterlessStructConstructors.X%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L11", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L11", "remarks": "", "conceptual": "", "implements": "", @@ -442,7 +442,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -504,7 +504,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_ParameterlessStructConstructors_Description.md&value=---%0Auid%3A%20CSharp10.ParameterlessStructConstructors.Description%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L13", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L13", "remarks": "", "conceptual": "", "implements": "", @@ -621,7 +621,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -683,7 +683,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_ParameterlessStructConstructors_Y.md&value=---%0Auid%3A%20CSharp10.ParameterlessStructConstructors.Y%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L12", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L12", "remarks": "", "conceptual": "", "implements": "", @@ -733,7 +733,7 @@ "type": "struct", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1219,7 +1219,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_ParameterlessStructConstructors.md&value=---%0Auid%3A%20CSharp10.ParameterlessStructConstructors%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L9", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L9", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.ReadOnlyRecordStruct.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.ReadOnlyRecordStruct.html.view.verified.json index 3f0dec316b7..87469ebc7b1 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.ReadOnlyRecordStruct.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.ReadOnlyRecordStruct.html.view.verified.json @@ -255,7 +255,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -317,7 +317,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_ReadOnlyRecordStruct__ctor_System_Double_System_Double_System_Double_.md&value=---%0Auid%3A%20CSharp10.ReadOnlyRecordStruct.%23ctor(System.Double%2CSystem.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L3", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L3", "remarks": "", "conceptual": "", "implements": "", @@ -441,7 +441,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -503,7 +503,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_ReadOnlyRecordStruct_X.md&value=---%0Auid%3A%20CSharp10.ReadOnlyRecordStruct.X%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L3", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L3", "remarks": "", "conceptual": "", "implements": "", @@ -620,7 +620,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -682,7 +682,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_ReadOnlyRecordStruct_Y.md&value=---%0Auid%3A%20CSharp10.ReadOnlyRecordStruct.Y%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L3", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L3", "remarks": "", "conceptual": "", "implements": "", @@ -799,7 +799,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -861,7 +861,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_ReadOnlyRecordStruct_Z.md&value=---%0Auid%3A%20CSharp10.ReadOnlyRecordStruct.Z%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L3", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L3", "remarks": "", "conceptual": "", "implements": "", @@ -911,7 +911,7 @@ "type": "struct", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1443,7 +1443,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_ReadOnlyRecordStruct.md&value=---%0Auid%3A%20CSharp10.ReadOnlyRecordStruct%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L3", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L3", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.RecordClass.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.RecordClass.html.view.verified.json index 98cebf3290f..3a3cdf14e07 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.RecordClass.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.RecordClass.html.view.verified.json @@ -209,7 +209,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -271,7 +271,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_RecordClass__ctor_System_String_System_String_.md&value=---%0Auid%3A%20CSharp10.RecordClass.%23ctor(System.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L7", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L7", "remarks": "", "conceptual": "", "implements": "", @@ -395,7 +395,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -457,7 +457,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_RecordClass_FirstName.md&value=---%0Auid%3A%20CSharp10.RecordClass.FirstName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L7", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L7", "remarks": "", "conceptual": "", "implements": "", @@ -574,7 +574,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -636,7 +636,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_RecordClass_LastName.md&value=---%0Auid%3A%20CSharp10.RecordClass.LastName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L7", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L7", "remarks": "", "conceptual": "", "implements": "", @@ -686,7 +686,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1319,7 +1319,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_RecordClass.md&value=---%0Auid%3A%20CSharp10.RecordClass%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L7", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L7", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.RecordStruct.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.RecordStruct.html.view.verified.json index 5bf7b3bae50..8465b7dea6b 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.RecordStruct.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp10.RecordStruct.html.view.verified.json @@ -209,7 +209,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -271,7 +271,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_RecordStruct__ctor_System_DateTime_System_Double_.md&value=---%0Auid%3A%20CSharp10.RecordStruct.%23ctor(System.DateTime%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L5", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L5", "remarks": "", "conceptual": "", "implements": "", @@ -395,7 +395,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -457,7 +457,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_RecordStruct_Measurement.md&value=---%0Auid%3A%20CSharp10.RecordStruct.Measurement%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L5", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L5", "remarks": "", "conceptual": "", "implements": "", @@ -574,7 +574,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -636,7 +636,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_RecordStruct_TakenAt.md&value=---%0Auid%3A%20CSharp10.RecordStruct.TakenAt%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L5", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L5", "remarks": "", "conceptual": "", "implements": "", @@ -686,7 +686,7 @@ "type": "struct", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp10.cs", + "path": "samples/csharp/src/CSharp10.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1218,7 +1218,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp10_RecordStruct.md&value=---%0Auid%3A%20CSharp10.RecordStruct%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp10.cs/#L5", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp10.cs/#L5", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.CheckedUserDefinedOperators-1.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.CheckedUserDefinedOperators-1.html.view.verified.json index f2b30a23b56..2cdf0a222ab 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.CheckedUserDefinedOperators-1.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.CheckedUserDefinedOperators-1.html.view.verified.json @@ -257,7 +257,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -315,7 +315,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_CheckedUserDefinedOperators_1_op_Addition__0__0_.md&value=---%0Auid%3A%20CSharp11.CheckedUserDefinedOperators%601.op_Addition(%600%2C%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L29", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L29", "remarks": "", "conceptual": "", "implements": "", @@ -527,7 +527,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -585,7 +585,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_CheckedUserDefinedOperators_1_op_CheckedAddition__0__0_.md&value=---%0Auid%3A%20CSharp11.CheckedUserDefinedOperators%601.op_CheckedAddition(%600%2C%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L38", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L38", "remarks": "", "conceptual": "", "implements": "", @@ -750,7 +750,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -808,7 +808,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_CheckedUserDefinedOperators_1_op_CheckedDecrement__0_.md&value=---%0Auid%3A%20CSharp11.CheckedUserDefinedOperators%601.op_CheckedDecrement(%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L36", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L36", "remarks": "", "conceptual": "", "implements": "", @@ -1020,7 +1020,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1078,7 +1078,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_CheckedUserDefinedOperators_1_op_CheckedDivision__0__0_.md&value=---%0Auid%3A%20CSharp11.CheckedUserDefinedOperators%601.op_CheckedDivision(%600%2C%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L41", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L41", "remarks": "", "conceptual": "", "implements": "", @@ -1242,7 +1242,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1300,7 +1300,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_CheckedUserDefinedOperators_1_op_CheckedExplicit__0__System_Int32.md&value=---%0Auid%3A%20CSharp11.CheckedUserDefinedOperators%601.op_CheckedExplicit(%600)~System.Int32%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L42", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L42", "remarks": "", "conceptual": "", "implements": "", @@ -1465,7 +1465,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1523,7 +1523,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_CheckedUserDefinedOperators_1_op_CheckedIncrement__0_.md&value=---%0Auid%3A%20CSharp11.CheckedUserDefinedOperators%601.op_CheckedIncrement(%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L35", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L35", "remarks": "", "conceptual": "", "implements": "", @@ -1735,7 +1735,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1793,7 +1793,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_CheckedUserDefinedOperators_1_op_CheckedMultiply__0__0_.md&value=---%0Auid%3A%20CSharp11.CheckedUserDefinedOperators%601.op_CheckedMultiply(%600%2C%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L40", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L40", "remarks": "", "conceptual": "", "implements": "", @@ -2005,7 +2005,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -2063,7 +2063,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_CheckedUserDefinedOperators_1_op_CheckedSubtraction__0__0_.md&value=---%0Auid%3A%20CSharp11.CheckedUserDefinedOperators%601.op_CheckedSubtraction(%600%2C%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L39", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L39", "remarks": "", "conceptual": "", "implements": "", @@ -2228,7 +2228,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -2286,7 +2286,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_CheckedUserDefinedOperators_1_op_CheckedUnaryNegation__0_.md&value=---%0Auid%3A%20CSharp11.CheckedUserDefinedOperators%601.op_CheckedUnaryNegation(%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L37", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L37", "remarks": "", "conceptual": "", "implements": "", @@ -2451,7 +2451,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -2509,7 +2509,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_CheckedUserDefinedOperators_1_op_Decrement__0_.md&value=---%0Auid%3A%20CSharp11.CheckedUserDefinedOperators%601.op_Decrement(%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L27", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L27", "remarks": "", "conceptual": "", "implements": "", @@ -2721,7 +2721,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -2779,7 +2779,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_CheckedUserDefinedOperators_1_op_Division__0__0_.md&value=---%0Auid%3A%20CSharp11.CheckedUserDefinedOperators%601.op_Division(%600%2C%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L32", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L32", "remarks": "", "conceptual": "", "implements": "", @@ -2943,7 +2943,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -3001,7 +3001,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_CheckedUserDefinedOperators_1_op_Explicit__0__System_Int32.md&value=---%0Auid%3A%20CSharp11.CheckedUserDefinedOperators%601.op_Explicit(%600)~System.Int32%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L33", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L33", "remarks": "", "conceptual": "", "implements": "", @@ -3166,7 +3166,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -3224,7 +3224,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_CheckedUserDefinedOperators_1_op_Increment__0_.md&value=---%0Auid%3A%20CSharp11.CheckedUserDefinedOperators%601.op_Increment(%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L26", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L26", "remarks": "", "conceptual": "", "implements": "", @@ -3436,7 +3436,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -3494,7 +3494,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_CheckedUserDefinedOperators_1_op_Multiply__0__0_.md&value=---%0Auid%3A%20CSharp11.CheckedUserDefinedOperators%601.op_Multiply(%600%2C%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L31", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L31", "remarks": "", "conceptual": "", "implements": "", @@ -3706,7 +3706,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -3764,7 +3764,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_CheckedUserDefinedOperators_1_op_Subtraction__0__0_.md&value=---%0Auid%3A%20CSharp11.CheckedUserDefinedOperators%601.op_Subtraction(%600%2C%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L30", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L30", "remarks": "", "conceptual": "", "implements": "", @@ -3929,7 +3929,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -3987,7 +3987,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_CheckedUserDefinedOperators_1_op_UnaryNegation__0_.md&value=---%0Auid%3A%20CSharp11.CheckedUserDefinedOperators%601.op_UnaryNegation(%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L28", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L28", "remarks": "", "conceptual": "", "implements": "", @@ -4037,7 +4037,7 @@ "type": "interface", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -4232,7 +4232,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_CheckedUserDefinedOperators_1.md&value=---%0Auid%3A%20CSharp11.CheckedUserDefinedOperators%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L24", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L24", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.RequiredModifier.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.RequiredModifier.html.view.verified.json index 95fd7276cdb..2de28bfb576 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.RequiredModifier.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.RequiredModifier.html.view.verified.json @@ -162,7 +162,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -224,7 +224,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_RequiredModifier_FirstName.md&value=---%0Auid%3A%20CSharp11.RequiredModifier.FirstName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L47", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L47", "remarks": "", "conceptual": "", "implements": "", @@ -341,7 +341,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -403,7 +403,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_RequiredModifier_LastName.md&value=---%0Auid%3A%20CSharp11.RequiredModifier.LastName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L49", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L49", "remarks": "", "conceptual": "", "implements": "", @@ -520,7 +520,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -582,7 +582,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_RequiredModifier_MiddleName.md&value=---%0Auid%3A%20CSharp11.RequiredModifier.MiddleName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L48", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L48", "remarks": "", "conceptual": "", "implements": "", @@ -632,7 +632,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1219,7 +1219,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_RequiredModifier.md&value=---%0Auid%3A%20CSharp11.RequiredModifier%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L45", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L45", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.ScopedModifier.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.ScopedModifier.html.view.verified.json index 74afb0ad805..15363781887 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.ScopedModifier.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.ScopedModifier.html.view.verified.json @@ -209,7 +209,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -271,7 +271,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_ScopedModifier_CreateSpan_System_Int32__.md&value=---%0Auid%3A%20CSharp11.ScopedModifier.CreateSpan(System.Int32%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L59", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L59", "remarks": "", "conceptual": "", "implements": "", @@ -321,7 +321,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -908,7 +908,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_ScopedModifier.md&value=---%0Auid%3A%20CSharp11.ScopedModifier%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L57", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L57", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.StaticAbstractMembersInInterfaces.IGetNext-1.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.StaticAbstractMembersInInterfaces.IGetNext-1.html.view.verified.json index 2f3973369b5..95fda752753 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.StaticAbstractMembersInInterfaces.IGetNext-1.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.StaticAbstractMembersInInterfaces.IGetNext-1.html.view.verified.json @@ -210,7 +210,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -268,7 +268,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_StaticAbstractMembersInInterfaces_IGetNext_1_op_Increment__0_.md&value=---%0Auid%3A%20CSharp11.StaticAbstractMembersInInterfaces.IGetNext%601.op_Increment(%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L7", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L7", "remarks": "", "conceptual": "", "implements": "", @@ -318,7 +318,7 @@ "type": "interface", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -513,7 +513,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_StaticAbstractMembersInInterfaces_IGetNext_1.md&value=---%0Auid%3A%20CSharp11.StaticAbstractMembersInInterfaces.IGetNext%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L5", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L5", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.html.view.verified.json index d13cbc9fe02..5a9362db457 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.html.view.verified.json @@ -115,7 +115,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -177,7 +177,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_StaticAbstractMembersInInterfaces_RepeatSequence__ctor.md&value=---%0Auid%3A%20CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L15", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L15", "remarks": "", "conceptual": "", "implements": "", @@ -300,7 +300,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -318,7 +318,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_StaticAbstractMembersInInterfaces_RepeatSequence_Text.md&value=---%0Auid%3A%20CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.Text%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L13", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L13", "remarks": "", "conceptual": "", "implements": "", @@ -441,7 +441,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -547,7 +547,7 @@ "summary": "

Returns the fully qualified type name of this instance.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_StaticAbstractMembersInInterfaces_RepeatSequence_ToString.md&value=---%0Auid%3A%20CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.ToString%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L20", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L20", "remarks": "", "conceptual": "", "implements": "", @@ -716,7 +716,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -821,7 +821,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_StaticAbstractMembersInInterfaces_RepeatSequence_op_Increment_CSharp11_StaticAbstractMembersInInterfaces_RepeatSequence_.md&value=---%0Auid%3A%20CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.op_Increment(CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L17", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L17", "remarks": "", "conceptual": "", "seealso": null, @@ -869,7 +869,7 @@ "type": "struct", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1352,7 +1352,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_StaticAbstractMembersInInterfaces_RepeatSequence.md&value=---%0Auid%3A%20CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L10", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L10", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.StaticAbstractMembersInInterfaces.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.StaticAbstractMembersInInterfaces.html.view.verified.json index a45531b2589..3c9e68ab6e6 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.StaticAbstractMembersInInterfaces.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp11.StaticAbstractMembersInInterfaces.html.view.verified.json @@ -87,7 +87,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp11.cs", + "path": "samples/csharp/src/CSharp11.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -674,7 +674,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp11_StaticAbstractMembersInInterfaces.md&value=---%0Auid%3A%20CSharp11.StaticAbstractMembersInInterfaces%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp11.cs/#L3", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp11.cs/#L3", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.CollectionExpressions.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.CollectionExpressions.html.view.verified.json index 451495e962a..ab469e784dc 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.CollectionExpressions.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.CollectionExpressions.html.view.verified.json @@ -161,7 +161,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -179,7 +179,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_CollectionExpressions_a.md&value=---%0Auid%3A%20CSharp12.CollectionExpressions.a%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L53", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L53", "remarks": "", "conceptual": "", "implements": "", @@ -295,7 +295,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -313,7 +313,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_CollectionExpressions_twoD.md&value=---%0Auid%3A%20CSharp12.CollectionExpressions.twoD%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L57", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L57", "remarks": "", "conceptual": "", "implements": "", @@ -438,7 +438,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -500,7 +500,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_CollectionExpressions_b.md&value=---%0Auid%3A%20CSharp12.CollectionExpressions.b%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L55", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L55", "remarks": "", "conceptual": "", "implements": "", @@ -550,7 +550,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1137,7 +1137,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_CollectionExpressions.md&value=---%0Auid%3A%20CSharp12.CollectionExpressions%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L51", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L51", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.DefaultLambdaParameters.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.DefaultLambdaParameters.html.view.verified.json index 99cc5becc4d..c5a2b4271c6 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.DefaultLambdaParameters.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.DefaultLambdaParameters.html.view.verified.json @@ -115,7 +115,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -177,7 +177,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_DefaultLambdaParameters_Foo.md&value=---%0Auid%3A%20CSharp12.DefaultLambdaParameters.Foo%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L62", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L62", "remarks": "", "conceptual": "", "implements": "", @@ -227,7 +227,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -814,7 +814,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_DefaultLambdaParameters.md&value=---%0Auid%3A%20CSharp12.DefaultLambdaParameters%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L60", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L60", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.InlineArrays.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.InlineArrays.html.view.verified.json index bca559d3f5b..d26a3855565 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.InlineArrays.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.InlineArrays.html.view.verified.json @@ -87,7 +87,7 @@ "type": "struct", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -573,7 +573,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_InlineArrays.md&value=---%0Auid%3A%20CSharp12.InlineArrays%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L74", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L74", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.PrimaryConstructors.BankAccount.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.PrimaryConstructors.BankAccount.html.view.verified.json index e40e1d35c2b..9b4a3a74fd2 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.PrimaryConstructors.BankAccount.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.PrimaryConstructors.BankAccount.html.view.verified.json @@ -209,7 +209,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -271,7 +271,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_PrimaryConstructors_BankAccount__ctor_System_String_System_String_.md&value=---%0Auid%3A%20CSharp12.PrimaryConstructors.BankAccount.%23ctor(System.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L13", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L13", "remarks": "", "conceptual": "", "implements": "", @@ -395,7 +395,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -457,7 +457,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_PrimaryConstructors_BankAccount_AccountID.md&value=---%0Auid%3A%20CSharp12.PrimaryConstructors.BankAccount.AccountID%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L15", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L15", "remarks": "", "conceptual": "", "implements": "", @@ -574,7 +574,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -636,7 +636,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_PrimaryConstructors_BankAccount_Owner.md&value=---%0Auid%3A%20CSharp12.PrimaryConstructors.BankAccount.Owner%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L16", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L16", "remarks": "", "conceptual": "", "implements": "", @@ -759,7 +759,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -865,7 +865,7 @@ "summary": "

Returns a string that represents the current object.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_PrimaryConstructors_BankAccount_ToString.md&value=---%0Auid%3A%20CSharp12.PrimaryConstructors.BankAccount.ToString%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L18", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L18", "remarks": "", "conceptual": "", "implements": "", @@ -914,7 +914,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1470,7 +1470,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_PrimaryConstructors_BankAccount.md&value=---%0Auid%3A%20CSharp12.PrimaryConstructors.BankAccount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L13", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L13", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.PrimaryConstructors.CheckAccount.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.PrimaryConstructors.CheckAccount.html.view.verified.json index 17c9b2d8f07..5a0134882a7 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.PrimaryConstructors.CheckAccount.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.PrimaryConstructors.CheckAccount.html.view.verified.json @@ -255,7 +255,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -317,7 +317,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_PrimaryConstructors_CheckAccount__ctor_System_String_System_String_System_Decimal_.md&value=---%0Auid%3A%20CSharp12.PrimaryConstructors.CheckAccount.%23ctor(System.String%2CSystem.String%2CSystem.Decimal)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L21", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L21", "remarks": "", "conceptual": "", "implements": "", @@ -441,7 +441,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -503,7 +503,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_PrimaryConstructors_CheckAccount_CurrentBalance.md&value=---%0Auid%3A%20CSharp12.PrimaryConstructors.CheckAccount.CurrentBalance%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L23", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L23", "remarks": "", "conceptual": "", "implements": "", @@ -628,7 +628,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -690,7 +690,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_PrimaryConstructors_CheckAccount_Deposit_System_Decimal_.md&value=---%0Auid%3A%20CSharp12.PrimaryConstructors.CheckAccount.Deposit(System.Decimal)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L25", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L25", "remarks": "", "conceptual": "", "implements": "", @@ -806,7 +806,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -912,7 +912,7 @@ "summary": "

Returns a string that represents the current object.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_PrimaryConstructors_CheckAccount_ToString.md&value=---%0Auid%3A%20CSharp12.PrimaryConstructors.CheckAccount.ToString%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L47", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L47", "remarks": "", "conceptual": "", "implements": "", @@ -1029,7 +1029,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1091,7 +1091,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_PrimaryConstructors_CheckAccount_Withdrawal_System_Decimal_.md&value=---%0Auid%3A%20CSharp12.PrimaryConstructors.CheckAccount.Withdrawal(System.Decimal)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L34", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L34", "remarks": "", "conceptual": "", "implements": "", @@ -1141,7 +1141,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1830,7 +1830,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_PrimaryConstructors_CheckAccount.md&value=---%0Auid%3A%20CSharp12.PrimaryConstructors.CheckAccount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L21", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L21", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.PrimaryConstructors.Distance.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.PrimaryConstructors.Distance.html.view.verified.json index 475853887b9..2dab4002369 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.PrimaryConstructors.Distance.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.PrimaryConstructors.Distance.html.view.verified.json @@ -209,7 +209,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -271,7 +271,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_PrimaryConstructors_Distance__ctor_System_Double_System_Double_.md&value=---%0Auid%3A%20CSharp12.PrimaryConstructors.Distance.%23ctor(System.Double%2CSystem.Double)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L7", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L7", "remarks": "", "conceptual": "", "implements": "", @@ -394,7 +394,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -412,7 +412,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_PrimaryConstructors_Distance_Direction.md&value=---%0Auid%3A%20CSharp12.PrimaryConstructors.Distance.Direction%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L10", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L10", "remarks": "", "conceptual": "", "implements": "", @@ -528,7 +528,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -546,7 +546,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_PrimaryConstructors_Distance_Magnitude.md&value=---%0Auid%3A%20CSharp12.PrimaryConstructors.Distance.Magnitude%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L9", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L9", "remarks": "", "conceptual": "", "implements": "", @@ -596,7 +596,7 @@ "type": "struct", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1082,7 +1082,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_PrimaryConstructors_Distance.md&value=---%0Auid%3A%20CSharp12.PrimaryConstructors.Distance%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L7", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L7", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.PrimaryConstructors.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.PrimaryConstructors.html.view.verified.json index b5ac0247070..211c6495b54 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.PrimaryConstructors.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp12.PrimaryConstructors.html.view.verified.json @@ -87,7 +87,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp12.cs", + "path": "samples/csharp/src/CSharp12.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -674,7 +674,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp12_PrimaryConstructors.md&value=---%0Auid%3A%20CSharp12.PrimaryConstructors%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp12.cs/#L5", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp12.cs/#L5", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.DefaultInterfaceMembers.IA.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.DefaultInterfaceMembers.IA.html.view.verified.json index 08ad0b950a8..63aef583f4f 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.DefaultInterfaceMembers.IA.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.DefaultInterfaceMembers.IA.html.view.verified.json @@ -115,7 +115,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -177,7 +177,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_DefaultInterfaceMembers_IA_M.md&value=---%0Auid%3A%20CSharp8.DefaultInterfaceMembers.IA.M%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L51", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L51", "remarks": "", "conceptual": "", "implements": "", @@ -227,7 +227,7 @@ "type": "interface", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -417,7 +417,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_DefaultInterfaceMembers_IA.md&value=---%0Auid%3A%20CSharp8.DefaultInterfaceMembers.IA%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L49", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L49", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.DefaultInterfaceMembers.Nested.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.DefaultInterfaceMembers.Nested.html.view.verified.json index 114e5a89174..779d4159b7a 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.DefaultInterfaceMembers.Nested.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.DefaultInterfaceMembers.Nested.html.view.verified.json @@ -87,7 +87,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -674,7 +674,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_DefaultInterfaceMembers_Nested.md&value=---%0Auid%3A%20CSharp8.DefaultInterfaceMembers.Nested%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L41", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L41", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.DefaultInterfaceMembers.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.DefaultInterfaceMembers.html.view.verified.json index 356684e8656..508ba4fa79a 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.DefaultInterfaceMembers.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.DefaultInterfaceMembers.html.view.verified.json @@ -161,7 +161,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -179,7 +179,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_DefaultInterfaceMembers_GravitationalConstant.md&value=---%0Auid%3A%20CSharp8.DefaultInterfaceMembers.GravitationalConstant%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L31", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L31", "remarks": "", "conceptual": "", "implements": "", @@ -295,7 +295,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -313,7 +313,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_DefaultInterfaceMembers_X.md&value=---%0Auid%3A%20CSharp8.DefaultInterfaceMembers.X%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L30", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L30", "remarks": "", "conceptual": "", "implements": "", @@ -390,7 +390,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -452,7 +452,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_DefaultInterfaceMembers_DoSomething.md&value=---%0Auid%3A%20CSharp8.DefaultInterfaceMembers.DoSomething%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L46", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L46", "remarks": "", "conceptual": "", "implements": "", @@ -522,7 +522,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -584,7 +584,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_DefaultInterfaceMembers_DoSomethingElse.md&value=---%0Auid%3A%20CSharp8.DefaultInterfaceMembers.DoSomethingElse%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L47", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L47", "remarks": "", "conceptual": "", "implements": "", @@ -754,7 +754,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -812,7 +812,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_DefaultInterfaceMembers_op_UnaryPlus_CSharp8_DefaultInterfaceMembers_.md&value=---%0Auid%3A%20CSharp8.DefaultInterfaceMembers.op_UnaryPlus(CSharp8.DefaultInterfaceMembers)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L34", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L34", "remarks": "", "conceptual": "", "implements": "", @@ -862,7 +862,7 @@ "type": "interface", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1052,7 +1052,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_DefaultInterfaceMembers.md&value=---%0Auid%3A%20CSharp8.DefaultInterfaceMembers%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L28", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L28", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.DisposableRefStructs.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.DisposableRefStructs.html.view.verified.json index 516d83be10e..9a1e100713b 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.DisposableRefStructs.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.DisposableRefStructs.html.view.verified.json @@ -115,7 +115,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -177,7 +177,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_DisposableRefStructs_Dispose.md&value=---%0Auid%3A%20CSharp8.DisposableRefStructs.Dispose%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L57", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L57", "remarks": "", "conceptual": "", "implements": "", @@ -247,7 +247,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -309,7 +309,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_DisposableRefStructs_DoSomething.md&value=---%0Auid%3A%20CSharp8.DisposableRefStructs.DoSomething%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L61", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L61", "remarks": "", "conceptual": "", "implements": "", @@ -359,7 +359,7 @@ "type": "struct", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -845,7 +845,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_DisposableRefStructs.md&value=---%0Auid%3A%20CSharp8.DisposableRefStructs%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L55", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L55", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.Issue4007.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.Issue4007.html.view.verified.json index cc163e4d296..ed22730d1be 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.Issue4007.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.Issue4007.html.view.verified.json @@ -163,7 +163,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -225,7 +225,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_Issue4007_SomeMethod_System_Int32_.md&value=---%0Auid%3A%20CSharp8.Issue4007.SomeMethod(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L148", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L148", "remarks": "", "conceptual": "", "implements": "", @@ -295,7 +295,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -357,7 +357,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_Issue4007_SomeOtherMethod.md&value=---%0Auid%3A%20CSharp8.Issue4007.SomeOtherMethod%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L158", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L158", "remarks": "", "conceptual": "", "implements": "", @@ -407,7 +407,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -996,7 +996,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_Issue4007.md&value=---%0Auid%3A%20CSharp8.Issue4007%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L146", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L146", "remarks": "", "conceptual": "", "implements": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.Misc.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.Misc.html.view.verified.json index 3ed69f5aa2b..21235979939 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.Misc.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.Misc.html.view.verified.json @@ -160,7 +160,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -222,7 +222,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_Misc_AsynchronousStreams.md&value=---%0Auid%3A%20CSharp8.Misc.AsynchronousStreams%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L98", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L98", "remarks": "", "conceptual": "", "implements": "", @@ -338,7 +338,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -400,7 +400,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_Misc_GenerateSequence.md&value=---%0Auid%3A%20CSharp8.Misc.GenerateSequence%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L106", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L106", "remarks": "", "conceptual": "", "implements": "", @@ -470,7 +470,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -532,7 +532,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_Misc_IndicesAndRanges.md&value=---%0Auid%3A%20CSharp8.Misc.IndicesAndRanges%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L120", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L120", "remarks": "", "conceptual": "", "implements": "", @@ -695,7 +695,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -757,7 +757,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_Misc_IsExpression_System_DateTime_.md&value=---%0Auid%3A%20CSharp8.Misc.IsExpression(System.DateTime)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L78", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L78", "remarks": "", "conceptual": "", "implements": "", @@ -827,7 +827,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -889,7 +889,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_Misc_NullCoalescingAssignment.md&value=---%0Auid%3A%20CSharp8.Misc.NullCoalescingAssignment%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L128", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L128", "remarks": "", "conceptual": "", "implements": "", @@ -959,7 +959,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1021,7 +1021,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_Misc_StackallocInNestedExpressions.md&value=---%0Auid%3A%20CSharp8.Misc.StackallocInNestedExpressions%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L134", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L134", "remarks": "", "conceptual": "", "implements": "", @@ -1184,7 +1184,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1246,7 +1246,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_Misc_StaticLocalFunctions_System_Int32_.md&value=---%0Auid%3A%20CSharp8.Misc.StaticLocalFunctions(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L89", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L89", "remarks": "", "conceptual": "", "implements": "", @@ -1409,7 +1409,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1471,7 +1471,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_Misc_SwitchExpression_System_ConsoleColor_.md&value=---%0Auid%3A%20CSharp8.Misc.SwitchExpression(System.ConsoleColor)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L81", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L81", "remarks": "", "conceptual": "", "implements": "", @@ -1541,7 +1541,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1603,7 +1603,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_Misc_UsingDeclaration.md&value=---%0Auid%3A%20CSharp8.Misc.UsingDeclaration%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L115", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L115", "remarks": "", "conceptual": "", "implements": "", @@ -1653,7 +1653,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -2240,7 +2240,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_Misc.md&value=---%0Auid%3A%20CSharp8.Misc%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L76", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L76", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.NullableReferenceTypes.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.NullableReferenceTypes.html.view.verified.json index c4169a0672d..a5889441238 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.NullableReferenceTypes.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.NullableReferenceTypes.html.view.verified.json @@ -161,7 +161,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -179,7 +179,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_NullableReferenceTypes_Field.md&value=---%0Auid%3A%20CSharp8.NullableReferenceTypes.Field%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L71", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L71", "remarks": "", "conceptual": "", "implements": "", @@ -303,7 +303,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -365,7 +365,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_NullableReferenceTypes_Property.md&value=---%0Auid%3A%20CSharp8.NullableReferenceTypes.Property%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L69", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L69", "remarks": "", "conceptual": "", "implements": "", @@ -537,7 +537,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -599,7 +599,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_NullableReferenceTypes_DoSomething_System_Collections_Generic_List_System_String__.md&value=---%0Auid%3A%20CSharp8.NullableReferenceTypes.DoSomething(System.Collections.Generic.List%7BSystem.String%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L73", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L73", "remarks": "", "conceptual": "", "implements": "", @@ -649,7 +649,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1236,7 +1236,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_NullableReferenceTypes.md&value=---%0Auid%3A%20CSharp8.NullableReferenceTypes%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L67", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L67", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.ReadOnlyMembers.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.ReadOnlyMembers.html.view.verified.json index 269f9494666..900aa0cc060 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.ReadOnlyMembers.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp8.ReadOnlyMembers.html.view.verified.json @@ -162,7 +162,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -224,7 +224,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_ReadOnlyMembers_Counter.md&value=---%0Auid%3A%20CSharp8.ReadOnlyMembers.Counter%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L21", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L21", "remarks": "", "conceptual": "", "implements": "", @@ -341,7 +341,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -403,7 +403,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_ReadOnlyMembers_X.md&value=---%0Auid%3A%20CSharp8.ReadOnlyMembers.X%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L10", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L10", "remarks": "", "conceptual": "", "implements": "", @@ -520,7 +520,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -582,7 +582,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_ReadOnlyMembers_Y.md&value=---%0Auid%3A%20CSharp8.ReadOnlyMembers.Y%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L11", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L11", "remarks": "", "conceptual": "", "implements": "", @@ -704,7 +704,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -766,7 +766,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_ReadOnlyMembers_Sum.md&value=---%0Auid%3A%20CSharp8.ReadOnlyMembers.Sum%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L13", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L13", "remarks": "", "conceptual": "", "implements": "", @@ -882,7 +882,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -988,7 +988,7 @@ "summary": "

Returns the fully qualified type name of this instance.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_ReadOnlyMembers_ToString.md&value=---%0Auid%3A%20CSharp8.ReadOnlyMembers.ToString%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L18", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L18", "remarks": "", "conceptual": "", "implements": "", @@ -1037,7 +1037,7 @@ "type": "struct", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp8.cs", + "path": "samples/csharp/src/CSharp8.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1474,7 +1474,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp8_ReadOnlyMembers.md&value=---%0Auid%3A%20CSharp8.ReadOnlyMembers%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp8.cs/#L8", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp8.cs/#L8", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.FunctionPointers.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.FunctionPointers.html.view.verified.json index 936495d33df..da46e2d87f5 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.FunctionPointers.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.FunctionPointers.html.view.verified.json @@ -374,7 +374,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp9.cs", + "path": "samples/csharp/src/CSharp9.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -436,7 +436,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp9_FunctionPointers_Example_System_Action_System_Int32_______.md&value=---%0Auid%3A%20CSharp9.FunctionPointers.Example(System.Action%7BSystem.Int32%7D%2C%2C%2C%2C%2C)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp9.cs/#L30", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp9.cs/#L30", "remarks": "", "conceptual": "", "implements": "", @@ -486,7 +486,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp9.cs", + "path": "samples/csharp/src/CSharp9.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1073,7 +1073,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp9_FunctionPointers.md&value=---%0Auid%3A%20CSharp9.FunctionPointers%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp9.cs/#L28", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp9.cs/#L28", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.InitOnlySetters.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.InitOnlySetters.html.view.verified.json index f4aa74822a5..903b17d2fc2 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.InitOnlySetters.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.InitOnlySetters.html.view.verified.json @@ -162,7 +162,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp9.cs", + "path": "samples/csharp/src/CSharp9.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -224,7 +224,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp9_InitOnlySetters_PressureInMillibars.md&value=---%0Auid%3A%20CSharp9.InitOnlySetters.PressureInMillibars%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp9.cs/#L19", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp9.cs/#L19", "remarks": "", "conceptual": "", "implements": "", @@ -341,7 +341,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp9.cs", + "path": "samples/csharp/src/CSharp9.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -403,7 +403,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp9_InitOnlySetters_RecordedAt.md&value=---%0Auid%3A%20CSharp9.InitOnlySetters.RecordedAt%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp9.cs/#L17", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp9.cs/#L17", "remarks": "", "conceptual": "", "implements": "", @@ -520,7 +520,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp9.cs", + "path": "samples/csharp/src/CSharp9.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -582,7 +582,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp9_InitOnlySetters_TemperatureInCelsius.md&value=---%0Auid%3A%20CSharp9.InitOnlySetters.TemperatureInCelsius%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp9.cs/#L18", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp9.cs/#L18", "remarks": "", "conceptual": "", "implements": "", @@ -632,7 +632,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp9.cs", + "path": "samples/csharp/src/CSharp9.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1219,7 +1219,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp9_InitOnlySetters.md&value=---%0Auid%3A%20CSharp9.InitOnlySetters%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp9.cs/#L15", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp9.cs/#L15", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.NativeSizedIntegers.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.NativeSizedIntegers.html.view.verified.json index 7ca8840397c..87833ad46a3 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.NativeSizedIntegers.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.NativeSizedIntegers.html.view.verified.json @@ -161,7 +161,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp9.cs", + "path": "samples/csharp/src/CSharp9.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -179,7 +179,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp9_NativeSizedIntegers_X.md&value=---%0Auid%3A%20CSharp9.NativeSizedIntegers.X%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp9.cs/#L24", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp9.cs/#L24", "remarks": "", "conceptual": "", "implements": "", @@ -295,7 +295,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp9.cs", + "path": "samples/csharp/src/CSharp9.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -313,7 +313,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp9_NativeSizedIntegers_Y.md&value=---%0Auid%3A%20CSharp9.NativeSizedIntegers.Y%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp9.cs/#L25", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp9.cs/#L25", "remarks": "", "conceptual": "", "implements": "", @@ -363,7 +363,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp9.cs", + "path": "samples/csharp/src/CSharp9.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -950,7 +950,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp9_NativeSizedIntegers.md&value=---%0Auid%3A%20CSharp9.NativeSizedIntegers%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp9.cs/#L22", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp9.cs/#L22", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.RecordTypes.Person.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.RecordTypes.Person.html.view.verified.json index 1ff97c28202..aa8166f834d 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.RecordTypes.Person.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.RecordTypes.Person.html.view.verified.json @@ -209,7 +209,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp9.cs", + "path": "samples/csharp/src/CSharp9.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -271,7 +271,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp9_RecordTypes_Person__ctor_System_String_System_String_.md&value=---%0Auid%3A%20CSharp9.RecordTypes.Person.%23ctor(System.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp9.cs/#L10", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp9.cs/#L10", "remarks": "", "conceptual": "", "implements": "", @@ -395,7 +395,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp9.cs", + "path": "samples/csharp/src/CSharp9.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -457,7 +457,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp9_RecordTypes_Person_FirstName.md&value=---%0Auid%3A%20CSharp9.RecordTypes.Person.FirstName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp9.cs/#L10", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp9.cs/#L10", "remarks": "", "conceptual": "", "implements": "", @@ -574,7 +574,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp9.cs", + "path": "samples/csharp/src/CSharp9.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -636,7 +636,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp9_RecordTypes_Person_LastName.md&value=---%0Auid%3A%20CSharp9.RecordTypes.Person.LastName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp9.cs/#L10", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp9.cs/#L10", "remarks": "", "conceptual": "", "implements": "", @@ -686,7 +686,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp9.cs", + "path": "samples/csharp/src/CSharp9.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1337,7 +1337,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp9_RecordTypes_Person.md&value=---%0Auid%3A%20CSharp9.RecordTypes.Person%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp9.cs/#L10", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp9.cs/#L10", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.RecordTypes.Teacher.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.RecordTypes.Teacher.html.view.verified.json index 319a2188292..9f76ed253d4 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.RecordTypes.Teacher.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.RecordTypes.Teacher.html.view.verified.json @@ -255,7 +255,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp9.cs", + "path": "samples/csharp/src/CSharp9.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -317,7 +317,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp9_RecordTypes_Teacher__ctor_System_String_System_String_System_Int32_.md&value=---%0Auid%3A%20CSharp9.RecordTypes.Teacher.%23ctor(System.String%2CSystem.String%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp9.cs/#L12", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp9.cs/#L12", "remarks": "", "conceptual": "", "implements": "", @@ -441,7 +441,7 @@ }, "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp9.cs", + "path": "samples/csharp/src/CSharp9.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -503,7 +503,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp9_RecordTypes_Teacher_Grade.md&value=---%0Auid%3A%20CSharp9.RecordTypes.Teacher.Grade%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp9.cs/#L12", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp9.cs/#L12", "remarks": "", "conceptual": "", "implements": "", @@ -553,7 +553,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp9.cs", + "path": "samples/csharp/src/CSharp9.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1381,7 +1381,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp9_RecordTypes_Teacher.md&value=---%0Auid%3A%20CSharp9.RecordTypes.Teacher%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp9.cs/#L12", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp9.cs/#L12", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.RecordTypes.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.RecordTypes.html.view.verified.json index d88ba63f777..62daf27dedb 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.RecordTypes.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.CSharp.Windows/api/CSharp9.RecordTypes.html.view.verified.json @@ -87,7 +87,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\csharp\\src\\CSharp9.cs", + "path": "samples/csharp/src/CSharp9.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -674,7 +674,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CSharp9_RecordTypes.md&value=---%0Auid%3A%20CSharp9.RecordTypes%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\csharp\\src\\CSharp9.cs/#L8", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/csharp/src/CSharp9.cs/#L8", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.-ctor.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.-ctor.html.view.verified.json index 482bfbc60f9..78cb00b5cf5 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.-ctor.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.-ctor.html.view.verified.json @@ -68,7 +68,7 @@ }, "source": { "remote": { - "path": "samples\\extensions\\src\\ExampleClass.cs", + "path": "samples/extensions/src/ExampleClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -127,7 +127,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=MyExample_ExampleClass__ctor.md&value=---%0Auid%3A%20MyExample.ExampleClass.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\extensions\\src\\ExampleClass.cs/#L13", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/extensions/src/ExampleClass.cs/#L13", "remarks": "", "conceptual": "", "implements": "", @@ -177,7 +177,7 @@ "type": "constructor", "source": { "remote": { - "path": "samples\\extensions\\src\\ExampleClass.cs", + "path": "samples/extensions/src/ExampleClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -357,7 +357,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=MyExample_ExampleClass__ctor_.md&value=---%0Auid%3A%20MyExample.ExampleClass.%23ctor*%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\extensions\\src\\ExampleClass.cs/#L13", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/extensions/src/ExampleClass.cs/#L13", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.MyEvent.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.MyEvent.html.view.verified.json index a01441b9b9d..8ea37d992eb 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.MyEvent.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.MyEvent.html.view.verified.json @@ -54,7 +54,7 @@ "type": "event", "source": { "remote": { - "path": "samples\\extensions\\src\\ExampleClass.cs", + "path": "samples/extensions/src/ExampleClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -291,7 +291,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=MyExample_ExampleClass_MyEvent.md&value=---%0Auid%3A%20MyExample.ExampleClass.MyEvent%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\extensions\\src\\ExampleClass.cs/#L7", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/extensions/src/ExampleClass.cs/#L7", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.MyMethod.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.MyMethod.html.view.verified.json index 04cdb54984c..3e87d00b100 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.MyMethod.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.MyMethod.html.view.verified.json @@ -113,7 +113,7 @@ }, "source": { "remote": { - "path": "samples\\extensions\\src\\ExampleClass.cs", + "path": "samples/extensions/src/ExampleClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -172,7 +172,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=MyExample_ExampleClass_MyMethod.md&value=---%0Auid%3A%20MyExample.ExampleClass.MyMethod%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\extensions\\src\\ExampleClass.cs/#L18", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/extensions/src/ExampleClass.cs/#L18", "remarks": "", "conceptual": "", "implements": "", @@ -222,7 +222,7 @@ "type": "method", "source": { "remote": { - "path": "samples\\extensions\\src\\ExampleClass.cs", + "path": "samples/extensions/src/ExampleClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -402,7 +402,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=MyExample_ExampleClass_MyMethod_.md&value=---%0Auid%3A%20MyExample.ExampleClass.MyMethod*%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\extensions\\src\\ExampleClass.cs/#L18", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/extensions/src/ExampleClass.cs/#L18", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.MyProperty.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.MyProperty.html.view.verified.json index 4e894eae4c0..82c734ced87 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.MyProperty.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.MyProperty.html.view.verified.json @@ -115,7 +115,7 @@ }, "source": { "remote": { - "path": "samples\\extensions\\src\\ExampleClass.cs", + "path": "samples/extensions/src/ExampleClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -174,7 +174,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=MyExample_ExampleClass_MyProperty.md&value=---%0Auid%3A%20MyExample.ExampleClass.MyProperty%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\extensions\\src\\ExampleClass.cs/#L11", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/extensions/src/ExampleClass.cs/#L11", "remarks": "", "conceptual": "", "implements": "", @@ -224,7 +224,7 @@ "type": "property", "source": { "remote": { - "path": "samples\\extensions\\src\\ExampleClass.cs", + "path": "samples/extensions/src/ExampleClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -404,7 +404,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=MyExample_ExampleClass_MyProperty_.md&value=---%0Auid%3A%20MyExample.ExampleClass.MyProperty*%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\extensions\\src\\ExampleClass.cs/#L11", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/extensions/src/ExampleClass.cs/#L11", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.html.view.verified.json index 998c4991774..6de4ecaa67b 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/api/MyExample.ExampleClass.html.view.verified.json @@ -360,7 +360,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\extensions\\src\\ExampleClass.cs", + "path": "samples/extensions/src/ExampleClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -949,7 +949,7 @@ }, "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=MyExample_ExampleClass.md&value=---%0Auid%3A%20MyExample.ExampleClass%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\extensions\\src\\ExampleClass.cs/#L5", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/extensions/src/ExampleClass.cs/#L5", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/index.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/index.html.view.verified.json index 65afe5ef3dd..5341ee17951 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/index.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Extensions.Windows/index.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\extensions\\index.md", + "path": "samples/extensions/index.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "index.md", "documentation": { "remote": { - "path": "samples\\extensions\\index.md", + "path": "samples/extensions/index.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -117,5 +117,5 @@ "_shared": {} }, "_disableToc": true, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\extensions\\index.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/extensions/index.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromCSharpSourceCode.CSharp.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromCSharpSourceCode.CSharp.html.view.verified.json index 0c7429140e2..4600fe3041a 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromCSharpSourceCode.CSharp.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromCSharpSourceCode.CSharp.html.view.verified.json @@ -163,7 +163,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\csharp\\CSharp.cs", + "path": "samples/seed/dotnet/csharp/CSharp.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -222,7 +222,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromCSharpSourceCode_CSharp_Main_System_String___.md&value=---%0Auid%3A%20BuildFromCSharpSourceCode.CSharp.Main(System.String%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\csharp\\CSharp.cs/#L10", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/csharp/CSharp.cs/#L10", "remarks": "", "conceptual": "", "implements": "", @@ -272,7 +272,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\csharp\\CSharp.cs", + "path": "samples/seed/dotnet/csharp/CSharp.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -754,7 +754,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromCSharpSourceCode_CSharp.md&value=---%0Auid%3A%20BuildFromCSharpSourceCode.CSharp%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\csharp\\CSharp.cs/#L8", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/csharp/CSharp.cs/#L8", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.IIssue8948.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.IIssue8948.html.view.verified.json index 49d83538aa2..1482ac3ebd7 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.IIssue8948.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.IIssue8948.html.view.verified.json @@ -121,7 +121,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -184,7 +184,7 @@ "summary": "

Does nothing with generic type T.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_IIssue8948_DoNothing__1.md&value=---%0Auid%3A%20BuildFromProject.Class1.IIssue8948.DoNothing%60%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L139", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L139", "remarks": "", "conceptual": "", "implements": "", @@ -233,7 +233,7 @@ "type": "interface", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -321,7 +321,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_IIssue8948.md&value=---%0Auid%3A%20BuildFromProject.Class1.IIssue8948%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L133", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L133", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Issue8665.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Issue8665.html.view.verified.json index 86de4ab6ae1..76892f36d88 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Issue8665.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Issue8665.html.view.verified.json @@ -115,7 +115,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -177,7 +177,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue8665__ctor.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue8665.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L111", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L111", "remarks": "", "conceptual": "", "implements": "", @@ -295,7 +295,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -357,7 +357,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue8665__ctor_System_Int32_.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue8665.%23ctor(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L113", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L113", "remarks": "", "conceptual": "", "implements": "", @@ -521,7 +521,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -583,7 +583,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue8665__ctor_System_Int32_System_Char_.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue8665.%23ctor(System.Int32%2CSystem.Char)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L115", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L115", "remarks": "", "conceptual": "", "implements": "", @@ -793,7 +793,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -855,7 +855,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue8665__ctor_System_Int32_System_Char_System_String_.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue8665.%23ctor(System.Int32%2CSystem.Char%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L117", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L117", "remarks": "", "conceptual": "", "implements": "", @@ -979,7 +979,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1041,7 +1041,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue8665_Bar.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue8665.Bar%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L108", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L108", "remarks": "", "conceptual": "", "implements": "", @@ -1158,7 +1158,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1220,7 +1220,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue8665_Baz.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue8665.Baz%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L109", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L109", "remarks": "", "conceptual": "", "implements": "", @@ -1337,7 +1337,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1399,7 +1399,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue8665_Foo.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue8665.Foo%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L107", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L107", "remarks": "", "conceptual": "", "implements": "", @@ -1449,7 +1449,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1934,7 +1934,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue8665.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue8665%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L105", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L105", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Issue8696Attribute.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Issue8696Attribute.html.view.verified.json index f6328cadeff..1a183746de9 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Issue8696Attribute.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Issue8696Attribute.html.view.verified.json @@ -393,7 +393,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -455,7 +455,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue8696Attribute__ctor_System_String_System_Int32_System_Int32_System_String___System_Boolean_System_Type_.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue8696Attribute.%23ctor(System.String%2CSystem.Int32%2CSystem.Int32%2CSystem.String%5B%5D%2CSystem.Boolean%2CSystem.Type)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L127", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L127", "remarks": "", "conceptual": "", "implements": "", @@ -505,7 +505,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -2755,7 +2755,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue8696Attribute.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue8696Attribute%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L125", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L125", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Issue8948.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Issue8948.html.view.verified.json index a04c13a07e9..7b25cb50a1b 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Issue8948.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Issue8948.html.view.verified.json @@ -121,7 +121,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -229,7 +229,7 @@ "summary": "

Does nothing with generic type T.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue8948_DoNothing__1.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue8948.DoNothing%60%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L145", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L145", "remarks": "", "conceptual": "", "seealso": null, @@ -277,7 +277,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -807,7 +807,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue8948.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue8948%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L142", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L142", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Issue9260.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Issue9260.html.view.verified.json index 7fb2e6c783e..dad6f8b648b 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Issue9260.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Issue9260.html.view.verified.json @@ -161,7 +161,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -181,7 +181,7 @@ "summary": "

This is a regular enum value.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue9260_Value.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue9260.Value%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L172", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L172", "conceptual": "", "implements": "", "seealso": null, @@ -295,7 +295,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -322,7 +322,7 @@ "summary": "

This is old and unused. You shouldn't use it anymore.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue9260_OldAndUnusedValue.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue9260.OldAndUnusedValue%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L180", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L180", "conceptual": "", "implements": "", "seealso": null, @@ -436,7 +436,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -468,7 +468,7 @@ "summary": "

This is old and unused. You shouldn't use it anymore.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue9260_OldAndUnusedValue2.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue9260.OldAndUnusedValue2%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L189", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L189", "conceptual": "", "implements": "", "seealso": null, @@ -516,7 +516,7 @@ "type": "enum", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -604,7 +604,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue9260.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue9260%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L164", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L164", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Test-1.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Test-1.html.view.verified.json index 3c0682f4175..b156b93c39f 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Test-1.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.Test-1.html.view.verified.json @@ -87,7 +87,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -577,7 +577,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Test_1.md&value=---%0Auid%3A%20BuildFromProject.Class1.Test%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L5", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L5", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.html.view.verified.json index b2f791f413b..797fdaf6434 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Class1.html.view.verified.json @@ -115,7 +115,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -178,7 +178,7 @@ "summary": "

Pricing models are used to calculate theoretical option values

\n\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue1651.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue1651%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L32", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L32", "remarks": "", "conceptual": "", "implements": "", @@ -247,7 +247,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -310,7 +310,7 @@ "summary": "

IConfiguration related helper and extension routines.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue1887.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue1887%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L151", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L151", "remarks": "", "conceptual": "", "implements": "", @@ -379,7 +379,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -445,7 +445,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue2623.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue2623%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L77", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L77", "conceptual": "", "implements": "", "seealso": null, @@ -513,7 +513,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -577,7 +577,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue2723.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue2723%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L96", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L96", "conceptual": "", "implements": "", "seealso": null, @@ -645,7 +645,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -711,7 +711,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue4017.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue4017%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L55", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L55", "conceptual": "", "implements": "", "seealso": null, @@ -779,7 +779,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -843,7 +843,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue4392.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue4392%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L101", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L101", "conceptual": "", "implements": "", "seealso": null, @@ -911,7 +911,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -975,7 +975,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue7484.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue7484%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L42", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L42", "conceptual": "", "implements": "", "seealso": null, @@ -1048,7 +1048,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1110,7 +1110,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue8764__1.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue8764%60%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L103", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L103", "remarks": "", "conceptual": "", "implements": "", @@ -1180,7 +1180,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1339,7 +1339,7 @@ "summary": "

Test

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue896.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue896%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L19", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L19", "remarks": "", "conceptual": "", "implements": "", @@ -1452,7 +1452,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1515,7 +1515,7 @@ "summary": "

Calculates the determinant of a 3-dimensional matrix:

\n

\\(A = \\begin{vmatrix} a_{11} & a_{12} & a_{13} \\\\ a_{21} & a_{22} & a_{23} \\\\ a_{31} & a_{32} & a_{33} \\end{vmatrix}\\)

\n

Returns the smallest value:

\n

\\(\\left\\{\\begin{matrix}a, a<b \\\\ b, b>a\\\\ \\end{matrix} \\right.\\)

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_Issue9216.md&value=---%0Auid%3A%20BuildFromProject.Class1.Issue9216%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L162", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L162", "remarks": "", "conceptual": "", "implements": "", @@ -1584,7 +1584,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1693,7 +1693,7 @@ "summary": "

This method should do something...

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1_XmlCommentIncludeTag.md&value=---%0Auid%3A%20BuildFromProject.Class1.XmlCommentIncludeTag%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L11", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L11", "conceptual": "", "seealso": null, "id": "BuildFromProject_Class1_XmlCommentIncludeTag", @@ -1740,7 +1740,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Class1.cs", + "path": "samples/seed/dotnet/project/Project/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -2270,7 +2270,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Class1.md&value=---%0Auid%3A%20BuildFromProject.Class1%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Class1.cs/#L3", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Class1.cs/#L3", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.IInheritdoc.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.IInheritdoc.html.view.verified.json index 695b10e4580..b777f919ab5 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.IInheritdoc.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.IInheritdoc.html.view.verified.json @@ -115,7 +115,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -178,7 +178,7 @@ "summary": "

This method should do something...

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_IInheritdoc_Issue7629.md&value=---%0Auid%3A%20BuildFromProject.IInheritdoc.Issue7629%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L8", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L8", "remarks": "", "conceptual": "", "implements": "", @@ -227,7 +227,7 @@ "type": "interface", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -315,7 +315,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_IInheritdoc.md&value=---%0Auid%3A%20BuildFromProject.IInheritdoc%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L3", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L3", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue6366.Class1-1.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue6366.Class1-1.html.view.verified.json index 245d52c301e..48df759de7e 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue6366.Class1-1.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue6366.Class1-1.html.view.verified.json @@ -259,7 +259,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -322,7 +322,7 @@ "summary": "

This text inherited.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue6366_Class1_1_TestMethod1__0_System_Int32_.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue6366.Class1%601.TestMethod1(%600%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L102", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L102", "remarks": "", "conceptual": "", "implements": "", @@ -371,7 +371,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -879,7 +879,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue6366_Class1_1.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue6366.Class1%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L94", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L94", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue6366.Class2.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue6366.Class2.html.view.verified.json index 323dca2f8fc..ae3186b6819 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue6366.Class2.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue6366.Class2.html.view.verified.json @@ -257,7 +257,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -364,7 +364,7 @@ "summary": "

This text inherited.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue6366_Class2_TestMethod1_System_Boolean_System_Int32_.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue6366.Class2.TestMethod1(System.Boolean%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L108", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L108", "remarks": "", "conceptual": "", "implements": "", @@ -413,7 +413,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -948,7 +948,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue6366_Class2.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue6366.Class2%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L105", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L105", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue6366.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue6366.html.view.verified.json index d5caaf60b54..114111b5332 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue6366.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue6366.html.view.verified.json @@ -87,7 +87,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -572,7 +572,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue6366.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue6366%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L92", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L92", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue7035.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue7035.html.view.verified.json index 9dc2359f0bb..f3f8e3889f7 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue7035.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue7035.html.view.verified.json @@ -115,7 +115,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -178,7 +178,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue7035_A.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue7035.A%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L86", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L86", "remarks": "", "conceptual": "", "implements": "", @@ -247,7 +247,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -310,7 +310,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue7035_B.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue7035.B%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L89", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L89", "remarks": "", "conceptual": "", "implements": "", @@ -359,7 +359,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -844,7 +844,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue7035.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue7035%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L83", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L83", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue7484.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue7484.html.view.verified.json index dc3b73d27ad..51d5beb20d2 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue7484.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue7484.html.view.verified.json @@ -115,7 +115,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -178,7 +178,7 @@ "summary": "

This is a constructor to document.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue7484__ctor.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue7484.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L64", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L64", "remarks": "", "conceptual": "", "implements": "", @@ -301,7 +301,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -364,7 +364,7 @@ "summary": "

A string that could have something.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue7484_DoDad.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue7484.DoDad%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L69", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L69", "remarks": "", "conceptual": "", "implements": "", @@ -535,7 +535,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -599,7 +599,7 @@ "summary": "

Simple method to generate docs for.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue7484_BoolReturningMethod_System_Boolean_.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue7484.BoolReturningMethod(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L80", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L80", "conceptual": "", "implements": "", "seealso": null, @@ -647,7 +647,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1135,7 +1135,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue7484.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue7484%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L59", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L59", "conceptual": "", "implements": "", "seealso": null, diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue8101.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue8101.html.view.verified.json index fd6b2ab607f..2fab05b3214 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue8101.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue8101.html.view.verified.json @@ -352,7 +352,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -415,7 +415,7 @@ "summary": "

Create a new tween.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue8101_Tween_System_Int32_System_Int32_System_Single_System_Action_System_Int32__.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue8101.Tween(System.Int32%2CSystem.Int32%2CSystem.Single%2CSystem.Action%7BSystem.Int32%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L33", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L33", "remarks": "", "conceptual": "", "implements": "", @@ -721,7 +721,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -784,7 +784,7 @@ "summary": "

Create a new tween.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue8101_Tween_System_Single_System_Single_System_Single_System_Action_System_Single__.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue8101.Tween(System.Single%2CSystem.Single%2CSystem.Single%2CSystem.Action%7BSystem.Single%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L30", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L30", "remarks": "", "conceptual": "", "implements": "", @@ -833,7 +833,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1318,7 +1318,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue8101.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue8101%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L20", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L20", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue8129.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue8129.html.view.verified.json index 9b01cb41e5c..97086dddbe7 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue8129.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.Issue8129.html.view.verified.json @@ -163,7 +163,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -226,7 +226,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue8129__ctor_System_String_.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue8129.%23ctor(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L39", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L39", "remarks": "", "conceptual": "", "implements": "", @@ -275,7 +275,7 @@ "type": "struct", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -659,7 +659,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue8129.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue8129%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L36", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L36", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.html.view.verified.json index feb11fbbeda..efb724ebcd9 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Inheritdoc.html.view.verified.json @@ -115,7 +115,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -223,7 +223,7 @@ "summary": "

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Dispose.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Dispose%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L13", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L13", "remarks": "", "conceptual": "", "seealso": null, @@ -291,7 +291,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -354,7 +354,7 @@ "summary": "

This method should do something...

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue7628.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue7628%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L18", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L18", "remarks": "", "conceptual": "", "implements": "", @@ -423,7 +423,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -531,7 +531,7 @@ "summary": "

This method should do something...

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc_Issue7629.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc.Issue7629%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L15", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L15", "remarks": "", "conceptual": "", "seealso": null, @@ -579,7 +579,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs", + "path": "samples/seed/dotnet/project/Project/Inheritdoc.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1152,7 +1152,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Inheritdoc.md&value=---%0Auid%3A%20BuildFromProject.Inheritdoc%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Inheritdoc.cs/#L11", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Inheritdoc.cs/#L11", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Issue8540.A.A.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Issue8540.A.A.html.view.verified.json index 43ec0d86b94..3370e8a6e20 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Issue8540.A.A.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Issue8540.A.A.html.view.verified.json @@ -87,7 +87,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Namespace.cs", + "path": "samples/seed/dotnet/project/Project/Namespace.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -572,7 +572,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Issue8540_A_A.md&value=---%0Auid%3A%20BuildFromProject.Issue8540.A.A%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Namespace.cs/#L3", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Namespace.cs/#L3", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Issue8540.B.B.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Issue8540.B.B.html.view.verified.json index 66a185115fc..db23a0cf113 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Issue8540.B.B.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromProject.Issue8540.B.B.html.view.verified.json @@ -87,7 +87,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\project\\Project\\Namespace.cs", + "path": "samples/seed/dotnet/project/Project/Namespace.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -572,7 +572,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromProject_Issue8540_B_B.md&value=---%0Auid%3A%20BuildFromProject.Issue8540.B.B%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\project\\Project\\Namespace.cs/#L8", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/project/Project/Namespace.cs/#L8", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromVBSourceCode.BaseClass1.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromVBSourceCode.BaseClass1.html.view.verified.json index 6dd62028a2c..7a8415b1f6e 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromVBSourceCode.BaseClass1.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromVBSourceCode.BaseClass1.html.view.verified.json @@ -208,7 +208,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\vb\\Class1.vb", + "path": "samples/seed/dotnet/vb/Class1.vb", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -267,7 +267,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromVBSourceCode_BaseClass1_WithDeclarationKeyword_BuildFromVBSourceCode_Class1_.md&value=---%0Auid%3A%20BuildFromVBSourceCode.BaseClass1.WithDeclarationKeyword(BuildFromVBSourceCode.Class1)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\vb\\Class1.vb/#L46", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/vb/Class1.vb/#L46", "remarks": "", "conceptual": "", "implements": "", @@ -317,7 +317,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\vb\\Class1.vb", + "path": "samples/seed/dotnet/vb/Class1.vb", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -901,7 +901,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromVBSourceCode_BaseClass1.md&value=---%0Auid%3A%20BuildFromVBSourceCode.BaseClass1%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\vb\\Class1.vb/#L45", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/vb/Class1.vb/#L45", "remarks": "", "conceptual": "", "implements": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromVBSourceCode.Class1.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromVBSourceCode.Class1.html.view.verified.json index 863d994cc1d..039f4d4469f 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromVBSourceCode.Class1.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/BuildFromVBSourceCode.Class1.html.view.verified.json @@ -161,7 +161,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\vb\\Class1.vb", + "path": "samples/seed/dotnet/vb/Class1.vb", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -177,7 +177,7 @@ "summary": "

This is a Value type

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromVBSourceCode_Class1_ValueClass.md&value=---%0Auid%3A%20BuildFromVBSourceCode.Class1.ValueClass%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\vb\\Class1.vb/#L14", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/vb/Class1.vb/#L14", "remarks": "", "conceptual": "", "implements": "", @@ -300,7 +300,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\vb\\Class1.vb", + "path": "samples/seed/dotnet/vb/Class1.vb", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -375,7 +375,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromVBSourceCode_Class1_Keyword.md&value=---%0Auid%3A%20BuildFromVBSourceCode.Class1.Keyword%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\vb\\Class1.vb/#L16", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/vb/Class1.vb/#L16", "remarks": "", "conceptual": "", "implements": "", @@ -547,7 +547,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\vb\\Class1.vb", + "path": "samples/seed/dotnet/vb/Class1.vb", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -607,7 +607,7 @@ "summary": "

This is a Function

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromVBSourceCode_Class1_Value_System_String_.md&value=---%0Auid%3A%20BuildFromVBSourceCode.Class1.Value(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\vb\\Class1.vb/#L37", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/vb/Class1.vb/#L37", "remarks": "", "conceptual": "", "implements": "", @@ -769,7 +769,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\vb\\Class1.vb", + "path": "samples/seed/dotnet/vb/Class1.vb", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -872,7 +872,7 @@ "summary": "

What is Sub?

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromVBSourceCode_Class1_WithDeclarationKeyword_BuildFromVBSourceCode_Class1_.md&value=---%0Auid%3A%20BuildFromVBSourceCode.Class1.WithDeclarationKeyword(BuildFromVBSourceCode.Class1)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\vb\\Class1.vb/#L26", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/vb/Class1.vb/#L26", "remarks": "", "conceptual": "", "implements": "", @@ -921,7 +921,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\vb\\Class1.vb", + "path": "samples/seed/dotnet/vb/Class1.vb", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1503,7 +1503,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=BuildFromVBSourceCode_Class1.md&value=---%0Auid%3A%20BuildFromVBSourceCode.Class1%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\vb\\Class1.vb/#L6", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/vb/Class1.vb/#L6", "remarks": "", "conceptual": "", "implements": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Cat-2.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Cat-2.html.view.verified.json index 6c199fbb7f4..ffea1f590b4 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Cat-2.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Cat-2.html.view.verified.json @@ -115,7 +115,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -178,7 +178,7 @@ "summary": "

Default constructor.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Cat_2__ctor.md&value=---%0Auid%3A%20CatLibrary.Cat%602.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L123", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L123", "remarks": "", "conceptual": "", "implements": "", @@ -437,7 +437,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -500,7 +500,7 @@ "summary": "

It's a complex constructor. The parameter will have some attributes.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Cat_2__ctor_System_String_System_Int32__System_String_System_Boolean_.md&value=---%0Auid%3A%20CatLibrary.Cat%602.%23ctor(System.String%2CSystem.Int32%40%2CSystem.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L138", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L138", "remarks": "", "conceptual": "", "implements": "", @@ -619,7 +619,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -682,7 +682,7 @@ "summary": "

Constructor with one generic parameter.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Cat_2__ctor__0_.md&value=---%0Auid%3A%20CatLibrary.Cat%602.%23ctor(%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L129", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L129", "remarks": "", "conceptual": "", "implements": "", @@ -804,7 +804,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -840,7 +840,7 @@ "summary": "

Field with attribute.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Cat_2_isHealthy.md&value=---%0Auid%3A%20CatLibrary.Cat%602.isHealthy%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L235", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L235", "remarks": "", "conceptual": "", "implements": "", @@ -963,7 +963,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1033,7 +1033,7 @@ "summary": "

Hint cat's age.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Cat_2_Age.md&value=---%0Auid%3A%20CatLibrary.Cat%602.Age%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L214", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L214", "remarks": "", "conceptual": "", "implements": "", @@ -1198,7 +1198,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1261,7 +1261,7 @@ "summary": "

This is index property of Cat. You can see that the visibility is different between get and set method.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Cat_2_Item_System_String_.md&value=---%0Auid%3A%20CatLibrary.Cat%602.Item(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L205", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L205", "remarks": "", "conceptual": "", "implements": "", @@ -1377,7 +1377,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1485,7 +1485,7 @@ "summary": "

EII property.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Cat_2_Name.md&value=---%0Auid%3A%20CatLibrary.Cat%602.Name%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L259", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L259", "remarks": "", "conceptual": "", "seealso": null, @@ -1656,7 +1656,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1667,7 +1667,7 @@ }, "documentation": { "remote": { - "path": "samples\\seed\\specs\\Cat.CalculateFood.md", + "path": "samples/seed/specs/Cat.CalculateFood.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1777,8 +1777,8 @@ "type": "method", "summary": "

It's an overridden summary in markdown format

\n", "platform": null, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\specs\\Cat.CalculateFood.md/#L2", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L146", + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/specs/Cat.CalculateFood.md/#L2", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L146", "remarks": "", "implements": "", "seealso": null, @@ -1941,7 +1941,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -2047,7 +2047,7 @@ "summary": "

Override the method of Object.Equals(object obj).

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Cat_2_Equals_System_Object_.md&value=---%0Auid%3A%20CatLibrary.Cat%602.Equals(System.Object)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L166", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L166", "remarks": "", "conceptual": "", "implements": "", @@ -2258,7 +2258,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -2321,7 +2321,7 @@ "summary": "

It's an unsafe method.\nAs you see, catName is a pointer, so we need to add unsafe keyword.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Cat_2_GetTailLength_System_Int32__System_Object___.md&value=---%0Auid%3A%20CatLibrary.Cat%602.GetTailLength(System.Int32*%2CSystem.Object%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L175", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L175", "remarks": "", "conceptual": "", "implements": "", @@ -2535,7 +2535,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -2658,7 +2658,7 @@ "summary": "

This method have attribute above it.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Cat_2_Jump__0__1_System_Boolean__.md&value=---%0Auid%3A%20CatLibrary.Cat%602.Jump(%600%2C%601%2CSystem.Boolean%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L155", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L155", "remarks": "", "conceptual": "", "implements": "", @@ -2780,7 +2780,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -2811,7 +2811,7 @@ "summary": "

Eat event of this cat

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Cat_2_ownEat.md&value=---%0Auid%3A%20CatLibrary.Cat%602.ownEat%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L226", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L226", "remarks": "", "conceptual": "", "implements": "", @@ -3029,7 +3029,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -3088,7 +3088,7 @@ "summary": "

Addition operator of this class.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Cat_2_op_Addition_CatLibrary_Cat__0__1__System_Int32_.md&value=---%0Auid%3A%20CatLibrary.Cat%602.op_Addition(CatLibrary.Cat%7B%600%2C%601%7D%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L184", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L184", "remarks": "", "conceptual": "", "implements": "", @@ -3252,7 +3252,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -3311,7 +3311,7 @@ "summary": "

Expilicit operator of this class.

\n

It means this cat can evolve to change to Tom. Tom and Jerry.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Cat_2_op_Explicit_CatLibrary_Cat__0__1___CatLibrary_Tom.md&value=---%0Auid%3A%20CatLibrary.Cat%602.op_Explicit(CatLibrary.Cat%7B%600%2C%601%7D)~CatLibrary.Tom%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L197", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L197", "remarks": "", "conceptual": "", "implements": "", @@ -3519,7 +3519,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -3578,7 +3578,7 @@ "summary": "

Similar with operaotr +, refer to that topic.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Cat_2_op_Subtraction_CatLibrary_Cat__0__1__System_Int32_.md&value=---%0Auid%3A%20CatLibrary.Cat%602.op_Subtraction(CatLibrary.Cat%7B%600%2C%601%7D%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L189", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L189", "remarks": "", "conceptual": "", "implements": "", @@ -3627,7 +3627,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -3638,7 +3638,7 @@ }, "documentation": { "remote": { - "path": "samples\\seed\\specs\\Cat.md", + "path": "samples/seed/specs/Cat.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -4288,8 +4288,8 @@ "_tocPath": "api/toc.html", "_tocRel": "toc.html", "yamlmime": "ManagedReference", - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\specs\\Cat.md/#L2", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L113", + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/specs/Cat.md/#L2", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L113", "seealso": null, "id": "CatLibrary_Cat_2", "hideTitleType": false, diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.CatException-1.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.CatException-1.html.view.verified.json index 971be8c7407..390369be9cb 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.CatException-1.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.CatException-1.html.view.verified.json @@ -87,7 +87,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1211,7 +1211,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_CatException_1.md&value=---%0Auid%3A%20CatLibrary.CatException%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L321", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L321", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Complex-2.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Complex-2.html.view.verified.json index c3e6097a01e..9e9e39e1c57 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Complex-2.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Complex-2.html.view.verified.json @@ -87,7 +87,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -580,7 +580,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Complex_2.md&value=---%0Auid%3A%20CatLibrary.Complex%602%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L279", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L279", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.ColorType.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.ColorType.html.view.verified.json index 758990c8fb6..e2919dc199f 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.ColorType.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.ColorType.html.view.verified.json @@ -161,7 +161,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs", + "path": "samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -180,7 +180,7 @@ "summary": "

red

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Core_ContainersRefType_ColorType_Red.md&value=---%0Auid%3A%20CatLibrary.Core.ContainersRefType.ColorType.Red%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs/#L29", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs/#L29", "remarks": "", "conceptual": "", "implements": "", @@ -295,7 +295,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs", + "path": "samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -314,7 +314,7 @@ "summary": "

blue

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Core_ContainersRefType_ColorType_Blue.md&value=---%0Auid%3A%20CatLibrary.Core.ContainersRefType.ColorType.Blue%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs/#L33", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs/#L33", "remarks": "", "conceptual": "", "implements": "", @@ -429,7 +429,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs", + "path": "samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -448,7 +448,7 @@ "summary": "

yellow

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Core_ContainersRefType_ColorType_Yellow.md&value=---%0Auid%3A%20CatLibrary.Core.ContainersRefType.ColorType.Yellow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs/#L37", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs/#L37", "remarks": "", "conceptual": "", "implements": "", @@ -497,7 +497,7 @@ "type": "enum", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs", + "path": "samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -587,7 +587,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Core_ContainersRefType_ColorType.md&value=---%0Auid%3A%20CatLibrary.Core.ContainersRefType.ColorType%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs/#L24", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs/#L24", "remarks": "", "conceptual": "", "implements": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.html.view.verified.json index 3a7a29a2a6b..459160fd94a 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.html.view.verified.json @@ -87,7 +87,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs", + "path": "samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -572,7 +572,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Core_ContainersRefType_ContainersRefTypeChild.md&value=---%0Auid%3A%20CatLibrary.Core.ContainersRefType.ContainersRefTypeChild%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs/#L80", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs/#L80", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.html.view.verified.json index 782c9afd0b7..2a7190966e4 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.html.view.verified.json @@ -87,7 +87,7 @@ "type": "interface", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs", + "path": "samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -175,7 +175,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Core_ContainersRefType_ContainersRefTypeChildInterface.md&value=---%0Auid%3A%20CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs/#L74", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs/#L74", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.html.view.verified.json index 0f63898dbb5..0f3ec4beb31 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.html.view.verified.json @@ -87,7 +87,7 @@ "type": "delegate", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs", + "path": "samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -177,7 +177,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Core_ContainersRefType_ContainersRefTypeDelegate.md&value=---%0Auid%3A%20CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs/#L44", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs/#L44", "remarks": "", "conceptual": "", "implements": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.html.view.verified.json index a7a8acb97d2..28b503fa9a7 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ContainersRefType.html.view.verified.json @@ -161,7 +161,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs", + "path": "samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -180,7 +180,7 @@ "summary": "

ColorCount

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Core_ContainersRefType_ColorCount.md&value=---%0Auid%3A%20CatLibrary.Core.ContainersRefType.ColorCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs/#L18", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs/#L18", "remarks": "", "conceptual": "", "implements": "", @@ -303,7 +303,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs", + "path": "samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -366,7 +366,7 @@ "summary": "

GetColorCount

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Core_ContainersRefType_GetColorCount.md&value=---%0Auid%3A%20CatLibrary.Core.ContainersRefType.GetColorCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs/#L50", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs/#L50", "remarks": "", "conceptual": "", "implements": "", @@ -535,7 +535,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs", + "path": "samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -598,7 +598,7 @@ "summary": "

ContainersRefTypeNonRefMethod

\narray\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Core_ContainersRefType_ContainersRefTypeNonRefMethod_System_Object___.md&value=---%0Auid%3A%20CatLibrary.Core.ContainersRefType.ContainersRefTypeNonRefMethod(System.Object%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs/#L68", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs/#L68", "remarks": "", "conceptual": "", "implements": "", @@ -720,7 +720,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs", + "path": "samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -738,7 +738,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Core_ContainersRefType_ContainersRefTypeEventHandler.md&value=---%0Auid%3A%20CatLibrary.Core.ContainersRefType.ContainersRefTypeEventHandler%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs/#L86", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs/#L86", "remarks": "", "conceptual": "", "implements": "", @@ -788,7 +788,7 @@ "type": "struct", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs", + "path": "samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1274,7 +1274,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Core_ContainersRefType.md&value=---%0Auid%3A%20CatLibrary.Core.ContainersRefType%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs/#L12", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs/#L12", "remarks": "", "conceptual": "", "implements": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ExplicitLayoutClass.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ExplicitLayoutClass.html.view.verified.json index 22aa93beca5..22511770e72 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ExplicitLayoutClass.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.ExplicitLayoutClass.html.view.verified.json @@ -87,7 +87,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs", + "path": "samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -572,7 +572,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Core_ExplicitLayoutClass.md&value=---%0Auid%3A%20CatLibrary.Core.ExplicitLayoutClass%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs/#L94", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs/#L94", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.Issue231.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.Issue231.html.view.verified.json index 0cb449eee88..0ed6691189c 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.Issue231.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Core.Issue231.html.view.verified.json @@ -163,7 +163,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -225,7 +225,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Core_Issue231_Bar_CatLibrary_Core_ContainersRefType_.md&value=---%0Auid%3A%20CatLibrary.Core.Issue231.Bar(CatLibrary.Core.ContainersRefType)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L425", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L425", "remarks": "", "conceptual": "", "implements": "", @@ -343,7 +343,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs", + "path": "samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -405,7 +405,7 @@ "summary": "", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Core_Issue231_Foo_CatLibrary_Core_ContainersRefType_.md&value=---%0Auid%3A%20CatLibrary.Core.Issue231.Foo(CatLibrary.Core.ContainersRefType)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary.Core\\BaseClass.cs/#L105", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary.Core/BaseClass.cs/#L105", "remarks": "", "conceptual": "", "implements": "", @@ -455,7 +455,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -940,7 +940,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Core_Issue231.md&value=---%0Auid%3A%20CatLibrary.Core.Issue231%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L423", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L423", "summary": "", "remarks": "", "conceptual": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.FakeDelegate-1.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.FakeDelegate-1.html.view.verified.json index c24b6b3e343..958785be74b 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.FakeDelegate-1.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.FakeDelegate-1.html.view.verified.json @@ -87,7 +87,7 @@ "type": "delegate", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -372,7 +372,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_FakeDelegate_1.md&value=---%0Auid%3A%20CatLibrary.FakeDelegate%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L378", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L378", "remarks": "", "conceptual": "", "implements": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.IAnimal.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.IAnimal.html.view.verified.json index 395ffe26862..3a0595d0c7c 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.IAnimal.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.IAnimal.html.view.verified.json @@ -211,7 +211,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -274,7 +274,7 @@ "summary": "

Return specific number animal's name.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_IAnimal_Item_System_Int32_.md&value=---%0Auid%3A%20CatLibrary.IAnimal.Item(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L29", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L29", "remarks": "", "conceptual": "", "implements": "", @@ -390,7 +390,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -453,7 +453,7 @@ "summary": "

Name of Animal.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_IAnimal_Name.md&value=---%0Auid%3A%20CatLibrary.IAnimal.Name%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L22", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L22", "remarks": "", "conceptual": "", "implements": "", @@ -529,7 +529,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -592,7 +592,7 @@ "summary": "

Animal's eat method.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_IAnimal_Eat.md&value=---%0Auid%3A%20CatLibrary.IAnimal.Eat%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L34", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L34", "remarks": "", "conceptual": "", "implements": "", @@ -710,7 +710,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -773,7 +773,7 @@ "summary": "

Feed the animal with some food

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_IAnimal_Eat_System_String_.md&value=---%0Auid%3A%20CatLibrary.IAnimal.Eat(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L48", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L48", "remarks": "", "conceptual": "", "implements": "", @@ -898,7 +898,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -961,7 +961,7 @@ "summary": "

Overload method of eat. This define the animal eat by which tool.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_IAnimal_Eat__1___0_.md&value=---%0Auid%3A%20CatLibrary.IAnimal.Eat%60%601(%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L41", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L41", "remarks": "", "conceptual": "", "implements": "", @@ -1010,7 +1010,7 @@ "type": "interface", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1021,7 +1021,7 @@ }, "documentation": { "remote": { - "path": "samples\\seed\\specs\\CatLibrary.IAnimal.md", + "path": "samples/seed/specs/CatLibrary.IAnimal.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1111,8 +1111,8 @@ "_tocPath": "api/toc.html", "_tocRel": "toc.html", "yamlmime": "ManagedReference", - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\specs\\CatLibrary.IAnimal.md/#L2", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L16", + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/specs/CatLibrary.IAnimal.md/#L2", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L16", "implements": "", "seealso": null, "id": "CatLibrary_IAnimal", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.ICat.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.ICat.html.view.verified.json index 9b6fc441519..d9b19006711 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.ICat.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.ICat.html.view.verified.json @@ -161,7 +161,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -180,7 +180,7 @@ "summary": "

eat event of cat. Every cat must implement this event.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_ICat_eat.md&value=---%0Auid%3A%20CatLibrary.ICat.eat%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L60", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L60", "remarks": "", "conceptual": "", "implements": "", @@ -229,7 +229,7 @@ "type": "interface", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -676,7 +676,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_ICat.md&value=---%0Auid%3A%20CatLibrary.ICat%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L54", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L54", "remarks": "", "conceptual": "", "implements": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.ICatExtension.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.ICatExtension.html.view.verified.json index 32f63385912..b39d881623e 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.ICatExtension.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.ICatExtension.html.view.verified.json @@ -211,7 +211,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -274,7 +274,7 @@ "summary": "

Extension method to let cat play

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_ICatExtension_Play_CatLibrary_ICat_CatLibrary_Core_ContainersRefType_ColorType_.md&value=---%0Auid%3A%20CatLibrary.ICatExtension.Play(CatLibrary.ICat%2CCatLibrary.Core.ContainersRefType.ColorType)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L345", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L345", "remarks": "", "conceptual": "", "implements": "", @@ -439,7 +439,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -502,7 +502,7 @@ "summary": "

Extension method hint that how long the cat can sleep.

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_ICatExtension_Sleep_CatLibrary_ICat_System_Int64_.md&value=---%0Auid%3A%20CatLibrary.ICatExtension.Sleep(CatLibrary.ICat%2CSystem.Int64)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L338", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L338", "remarks": "", "conceptual": "", "implements": "", @@ -551,7 +551,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1038,7 +1038,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_ICatExtension.md&value=---%0Auid%3A%20CatLibrary.ICatExtension%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L331", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L331", "remarks": "", "conceptual": "", "implements": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.MRefDelegate-3.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.MRefDelegate-3.html.view.verified.json index 55d4bb412ba..5216d09948c 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.MRefDelegate-3.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.MRefDelegate-3.html.view.verified.json @@ -87,7 +87,7 @@ "type": "delegate", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -337,7 +337,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_MRefDelegate_3.md&value=---%0Auid%3A%20CatLibrary.MRefDelegate%603%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L365", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L365", "remarks": "", "conceptual": "", "implements": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.MRefNormalDelegate.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.MRefNormalDelegate.html.view.verified.json index 2073f48c6be..940c008f0be 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.MRefNormalDelegate.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.MRefNormalDelegate.html.view.verified.json @@ -87,7 +87,7 @@ "type": "delegate", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -274,7 +274,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_MRefNormalDelegate.md&value=---%0Auid%3A%20CatLibrary.MRefNormalDelegate%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L354", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L354", "remarks": "", "conceptual": "", "implements": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Tom.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Tom.html.view.verified.json index 5b1f55573a8..9c694d699cf 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Tom.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.Tom.html.view.verified.json @@ -260,7 +260,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -463,7 +463,7 @@ "summary": "

This is a Tom Method with complex type as return

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Tom_TomMethod_CatLibrary_Complex_CatLibrary_TomFromBaseClass_CatLibrary_TomFromBaseClass__System_Tuple_System_String_CatLibrary_Tom__.md&value=---%0Auid%3A%20CatLibrary.Tom.TomMethod(CatLibrary.Complex%7BCatLibrary.TomFromBaseClass%2CCatLibrary.TomFromBaseClass%7D%2CSystem.Tuple%7BSystem.String%2CCatLibrary.Tom%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L298", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L298", "remarks": "", "conceptual": "", "implements": "", @@ -512,7 +512,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1017,7 +1017,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_Tom.md&value=---%0Auid%3A%20CatLibrary.Tom%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L287", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L287", "remarks": "", "conceptual": "", "implements": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.TomFromBaseClass.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.TomFromBaseClass.html.view.verified.json index 0b527b9229d..9b15348f1dd 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.TomFromBaseClass.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/CatLibrary.TomFromBaseClass.html.view.verified.json @@ -164,7 +164,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -227,7 +227,7 @@ "summary": "

This is a #ctor with parameter

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_TomFromBaseClass__ctor_System_Int32_.md&value=---%0Auid%3A%20CatLibrary.TomFromBaseClass.%23ctor(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L314", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L314", "remarks": "", "conceptual": "", "implements": "", @@ -276,7 +276,7 @@ "type": "class", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -864,7 +864,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=CatLibrary_TomFromBaseClass.md&value=---%0Auid%3A%20CatLibrary.TomFromBaseClass%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L307", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L307", "remarks": "", "conceptual": "", "implements": "", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/MRef.Demo.Enumeration.ColorType.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/MRef.Demo.Enumeration.ColorType.html.view.verified.json index 885ab542559..6d2c2581a4d 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/MRef.Demo.Enumeration.ColorType.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/api/MRef.Demo.Enumeration.ColorType.html.view.verified.json @@ -161,7 +161,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -180,7 +180,7 @@ "summary": "

this color is red

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=MRef_Demo_Enumeration_ColorType_Red.md&value=---%0Auid%3A%20MRef.Demo.Enumeration.ColorType.Red%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L409", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L409", "remarks": "", "conceptual": "", "implements": "", @@ -295,7 +295,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -314,7 +314,7 @@ "summary": "

blue like river

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=MRef_Demo_Enumeration_ColorType_Blue.md&value=---%0Auid%3A%20MRef.Demo.Enumeration.ColorType.Blue%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L413", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L413", "remarks": "", "conceptual": "", "implements": "", @@ -429,7 +429,7 @@ }, "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -448,7 +448,7 @@ "summary": "

yellow comes from desert

\n", "platform": null, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=MRef_Demo_Enumeration_ColorType_Yellow.md&value=---%0Auid%3A%20MRef.Demo.Enumeration.ColorType.Yellow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L417", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L417", "remarks": "", "conceptual": "", "implements": "", @@ -497,7 +497,7 @@ "type": "enum", "source": { "remote": { - "path": "samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs", + "path": "samples/seed/dotnet/solution/CatLibrary/Class1.cs", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -637,7 +637,7 @@ "_tocRel": "toc.html", "yamlmime": "ManagedReference", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=MRef_Demo_Enumeration_ColorType.md&value=---%0Auid%3A%20MRef.Demo.Enumeration.ColorType%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\dotnet\\solution\\CatLibrary\\Class1.cs/#L404", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/dotnet/solution/CatLibrary/Class1.cs/#L404", "conceptual": "", "implements": "", "id": "MRef_Demo_Enumeration_ColorType", diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/articles/csharp_coding_standards.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/articles/csharp_coding_standards.html.view.verified.json index 51128d1c5f9..f0d552129b7 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/articles/csharp_coding_standards.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/articles/csharp_coding_standards.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\articles\\csharp_coding_standards.md", + "path": "samples/seed/articles/csharp_coding_standards.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "articles/csharp_coding_standards.md", "documentation": { "remote": { - "path": "samples\\seed\\articles\\csharp_coding_standards.md", + "path": "samples/seed/articles/csharp_coding_standards.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "articles/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\articles\\csharp_coding_standards.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/articles/csharp_coding_standards.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/articles/docfx_getting_started.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/articles/docfx_getting_started.html.view.verified.json index dae0d73544e..8fc8c08c9d0 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/articles/docfx_getting_started.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/articles/docfx_getting_started.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\articles\\docfx_getting_started.md", + "path": "samples/seed/articles/docfx_getting_started.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "articles/docfx_getting_started.md", "documentation": { "remote": { - "path": "samples\\seed\\articles\\docfx_getting_started.md", + "path": "samples/seed/articles/docfx_getting_started.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "articles/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\articles\\docfx_getting_started.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/articles/docfx_getting_started.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/articles/engineering_guidelines.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/articles/engineering_guidelines.html.view.verified.json index d4666922be7..f10cc0b2241 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/articles/engineering_guidelines.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/articles/engineering_guidelines.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\articles\\engineering_guidelines.md", + "path": "samples/seed/articles/engineering_guidelines.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "articles/engineering_guidelines.md", "documentation": { "remote": { - "path": "samples\\seed\\articles\\engineering_guidelines.md", + "path": "samples/seed/articles/engineering_guidelines.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "articles/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\articles\\engineering_guidelines.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/articles/engineering_guidelines.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/articles/markdown.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/articles/markdown.html.view.verified.json index d1b92103622..af80695b42e 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/articles/markdown.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/articles/markdown.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\articles\\markdown.md", + "path": "samples/seed/articles/markdown.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "articles/markdown.md", "documentation": { "remote": { - "path": "samples\\seed\\articles\\markdown.md", + "path": "samples/seed/articles/markdown.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "articles/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\articles\\markdown.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/articles/markdown.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/index.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/index.html.view.verified.json index a905865d43b..4d579d781a0 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/index.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/index.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\index.md", + "path": "samples/seed/index.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "index.md", "documentation": { "remote": { - "path": "samples\\seed\\index.md", + "path": "samples/seed/index.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -42,5 +42,5 @@ "_tocPath": "toc.html", "_tocRel": "toc.html", "_disableToc": true, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\index.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/index.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromAssembly.Class1.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromAssembly.Class1.html.view.verified.json index 7b87eac4465..3460ed10bef 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromAssembly.Class1.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromAssembly.Class1.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromAssembly.Class1.md", + "path": "samples/seed/obj/md/BuildFromAssembly.Class1.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromAssembly.Class1.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromAssembly.Class1.md", + "path": "samples/seed/obj/md/BuildFromAssembly.Class1.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromAssembly.Class1.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromAssembly.Class1.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromAssembly.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromAssembly.html.view.verified.json index c23ddf69c5f..172ef1bab26 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromAssembly.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromAssembly.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromAssembly.md", + "path": "samples/seed/obj/md/BuildFromAssembly.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromAssembly.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromAssembly.md", + "path": "samples/seed/obj/md/BuildFromAssembly.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromAssembly.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromAssembly.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromCSharpSourceCode.CSharp.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromCSharpSourceCode.CSharp.html.view.verified.json index 9cd13cb5b14..9ec4f6a5317 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromCSharpSourceCode.CSharp.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromCSharpSourceCode.CSharp.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromCSharpSourceCode.CSharp.md", + "path": "samples/seed/obj/md/BuildFromCSharpSourceCode.CSharp.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromCSharpSourceCode.CSharp.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromCSharpSourceCode.CSharp.md", + "path": "samples/seed/obj/md/BuildFromCSharpSourceCode.CSharp.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromCSharpSourceCode.CSharp.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromCSharpSourceCode.CSharp.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromCSharpSourceCode.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromCSharpSourceCode.html.view.verified.json index 32abcc236c8..2e0f2e5d4a5 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromCSharpSourceCode.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromCSharpSourceCode.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromCSharpSourceCode.md", + "path": "samples/seed/obj/md/BuildFromCSharpSourceCode.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromCSharpSourceCode.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromCSharpSourceCode.md", + "path": "samples/seed/obj/md/BuildFromCSharpSourceCode.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromCSharpSourceCode.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromCSharpSourceCode.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.IIssue8948.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.IIssue8948.html.view.verified.json index 79c0e5a2885..8b5f9a4cc0f 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.IIssue8948.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.IIssue8948.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Class1.IIssue8948.md", + "path": "samples/seed/obj/md/BuildFromProject.Class1.IIssue8948.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Class1.IIssue8948.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Class1.IIssue8948.md", + "path": "samples/seed/obj/md/BuildFromProject.Class1.IIssue8948.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Class1.IIssue8948.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Class1.IIssue8948.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Issue8665.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Issue8665.html.view.verified.json index 29122bc588a..8d58e3a9d8a 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Issue8665.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Issue8665.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Class1.Issue8665.md", + "path": "samples/seed/obj/md/BuildFromProject.Class1.Issue8665.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Class1.Issue8665.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Class1.Issue8665.md", + "path": "samples/seed/obj/md/BuildFromProject.Class1.Issue8665.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Class1.Issue8665.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Class1.Issue8665.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Issue8696Attribute.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Issue8696Attribute.html.view.verified.json index 8498f3e83b8..3a107de74a9 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Issue8696Attribute.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Issue8696Attribute.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Class1.Issue8696Attribute.md", + "path": "samples/seed/obj/md/BuildFromProject.Class1.Issue8696Attribute.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Class1.Issue8696Attribute.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Class1.Issue8696Attribute.md", + "path": "samples/seed/obj/md/BuildFromProject.Class1.Issue8696Attribute.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Class1.Issue8696Attribute.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Class1.Issue8696Attribute.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Issue8948.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Issue8948.html.view.verified.json index eca8f7bc8dc..1453367b38c 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Issue8948.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Issue8948.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Class1.Issue8948.md", + "path": "samples/seed/obj/md/BuildFromProject.Class1.Issue8948.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Class1.Issue8948.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Class1.Issue8948.md", + "path": "samples/seed/obj/md/BuildFromProject.Class1.Issue8948.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Class1.Issue8948.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Class1.Issue8948.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Issue9260.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Issue9260.html.view.verified.json index 5a533c9a381..9b3c9835a3f 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Issue9260.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Issue9260.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Class1.Issue9260.md", + "path": "samples/seed/obj/md/BuildFromProject.Class1.Issue9260.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Class1.Issue9260.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Class1.Issue9260.md", + "path": "samples/seed/obj/md/BuildFromProject.Class1.Issue9260.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Class1.Issue9260.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Class1.Issue9260.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Test-1.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Test-1.html.view.verified.json index ded9109962e..75148212e1b 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Test-1.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.Test-1.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Class1.Test-1.md", + "path": "samples/seed/obj/md/BuildFromProject.Class1.Test-1.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Class1.Test-1.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Class1.Test-1.md", + "path": "samples/seed/obj/md/BuildFromProject.Class1.Test-1.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Class1.Test-1.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Class1.Test-1.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.html.view.verified.json index c707f6d581e..212a4efd751 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Class1.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Class1.md", + "path": "samples/seed/obj/md/BuildFromProject.Class1.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Class1.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Class1.md", + "path": "samples/seed/obj/md/BuildFromProject.Class1.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Class1.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Class1.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.IInheritdoc.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.IInheritdoc.html.view.verified.json index 156338f826a..fc6eb4150fd 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.IInheritdoc.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.IInheritdoc.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.IInheritdoc.md", + "path": "samples/seed/obj/md/BuildFromProject.IInheritdoc.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.IInheritdoc.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.IInheritdoc.md", + "path": "samples/seed/obj/md/BuildFromProject.IInheritdoc.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.IInheritdoc.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.IInheritdoc.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue6366.Class1-1.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue6366.Class1-1.html.view.verified.json index 679323dbf72..996580fefd5 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue6366.Class1-1.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue6366.Class1-1.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue6366.Class1-1.md", + "path": "samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue6366.Class1-1.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Inheritdoc.Issue6366.Class1-1.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue6366.Class1-1.md", + "path": "samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue6366.Class1-1.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue6366.Class1-1.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue6366.Class1-1.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue6366.Class2.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue6366.Class2.html.view.verified.json index 53b9ab3e5be..db4ffc59f5b 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue6366.Class2.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue6366.Class2.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue6366.Class2.md", + "path": "samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue6366.Class2.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Inheritdoc.Issue6366.Class2.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue6366.Class2.md", + "path": "samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue6366.Class2.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue6366.Class2.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue6366.Class2.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue6366.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue6366.html.view.verified.json index 2b52dec1273..d3e5c2760ad 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue6366.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue6366.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue6366.md", + "path": "samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue6366.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Inheritdoc.Issue6366.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue6366.md", + "path": "samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue6366.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue6366.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue6366.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue7035.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue7035.html.view.verified.json index 80ff803f3da..d9eadb5a71e 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue7035.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue7035.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue7035.md", + "path": "samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue7035.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Inheritdoc.Issue7035.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue7035.md", + "path": "samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue7035.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue7035.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue7035.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue7484.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue7484.html.view.verified.json index 1653f216241..420ddeef522 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue7484.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue7484.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue7484.md", + "path": "samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue7484.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Inheritdoc.Issue7484.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue7484.md", + "path": "samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue7484.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue7484.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue7484.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue8101.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue8101.html.view.verified.json index ff2d4a2ea5e..b67bfc0e0b9 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue8101.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue8101.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue8101.md", + "path": "samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue8101.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Inheritdoc.Issue8101.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue8101.md", + "path": "samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue8101.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue8101.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue8101.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue8129.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue8129.html.view.verified.json index 4bbb0fa0993..4a5e3e7cc40 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue8129.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.Issue8129.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue8129.md", + "path": "samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue8129.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Inheritdoc.Issue8129.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue8129.md", + "path": "samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue8129.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.Issue8129.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Inheritdoc.Issue8129.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.html.view.verified.json index 8b49d3c7ddf..563d9a204a2 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Inheritdoc.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.md", + "path": "samples/seed/obj/md/BuildFromProject.Inheritdoc.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Inheritdoc.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.md", + "path": "samples/seed/obj/md/BuildFromProject.Inheritdoc.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Inheritdoc.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Inheritdoc.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.A.A.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.A.A.html.view.verified.json index 31bd3a2a802..39dbf7800a0 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.A.A.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.A.A.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Issue8540.A.A.md", + "path": "samples/seed/obj/md/BuildFromProject.Issue8540.A.A.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Issue8540.A.A.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Issue8540.A.A.md", + "path": "samples/seed/obj/md/BuildFromProject.Issue8540.A.A.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Issue8540.A.A.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Issue8540.A.A.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.A.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.A.html.view.verified.json index 0e35a069020..280899b2843 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.A.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.A.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Issue8540.A.md", + "path": "samples/seed/obj/md/BuildFromProject.Issue8540.A.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Issue8540.A.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Issue8540.A.md", + "path": "samples/seed/obj/md/BuildFromProject.Issue8540.A.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Issue8540.A.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Issue8540.A.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.B.B.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.B.B.html.view.verified.json index 9fec9c6494c..7188c8273ba 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.B.B.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.B.B.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Issue8540.B.B.md", + "path": "samples/seed/obj/md/BuildFromProject.Issue8540.B.B.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Issue8540.B.B.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Issue8540.B.B.md", + "path": "samples/seed/obj/md/BuildFromProject.Issue8540.B.B.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Issue8540.B.B.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Issue8540.B.B.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.B.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.B.html.view.verified.json index 5920d7b3a8f..542cca2d67f 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.B.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.B.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Issue8540.B.md", + "path": "samples/seed/obj/md/BuildFromProject.Issue8540.B.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Issue8540.B.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Issue8540.B.md", + "path": "samples/seed/obj/md/BuildFromProject.Issue8540.B.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Issue8540.B.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Issue8540.B.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.html.view.verified.json index b168a0bba93..ab347706e03 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.Issue8540.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Issue8540.md", + "path": "samples/seed/obj/md/BuildFromProject.Issue8540.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.Issue8540.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.Issue8540.md", + "path": "samples/seed/obj/md/BuildFromProject.Issue8540.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.Issue8540.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.Issue8540.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.html.view.verified.json index 517e9e1f9e3..2c22181c55b 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromProject.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.md", + "path": "samples/seed/obj/md/BuildFromProject.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromProject.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromProject.md", + "path": "samples/seed/obj/md/BuildFromProject.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromProject.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromProject.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromVBSourceCode.BaseClass1.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromVBSourceCode.BaseClass1.html.view.verified.json index 750f29a0c8c..8b2d906c020 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromVBSourceCode.BaseClass1.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromVBSourceCode.BaseClass1.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromVBSourceCode.BaseClass1.md", + "path": "samples/seed/obj/md/BuildFromVBSourceCode.BaseClass1.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromVBSourceCode.BaseClass1.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromVBSourceCode.BaseClass1.md", + "path": "samples/seed/obj/md/BuildFromVBSourceCode.BaseClass1.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromVBSourceCode.BaseClass1.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromVBSourceCode.BaseClass1.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromVBSourceCode.Class1.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromVBSourceCode.Class1.html.view.verified.json index 6689963206d..3abe6f36b33 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromVBSourceCode.Class1.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromVBSourceCode.Class1.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromVBSourceCode.Class1.md", + "path": "samples/seed/obj/md/BuildFromVBSourceCode.Class1.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromVBSourceCode.Class1.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromVBSourceCode.Class1.md", + "path": "samples/seed/obj/md/BuildFromVBSourceCode.Class1.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromVBSourceCode.Class1.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromVBSourceCode.Class1.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromVBSourceCode.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromVBSourceCode.html.view.verified.json index 466321e6bc7..7a7bdefb751 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromVBSourceCode.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/BuildFromVBSourceCode.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromVBSourceCode.md", + "path": "samples/seed/obj/md/BuildFromVBSourceCode.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/BuildFromVBSourceCode.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\BuildFromVBSourceCode.md", + "path": "samples/seed/obj/md/BuildFromVBSourceCode.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\BuildFromVBSourceCode.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/BuildFromVBSourceCode.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Cat-2.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Cat-2.html.view.verified.json index 1ec426dcd2e..c92d698c4cd 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Cat-2.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Cat-2.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Cat-2.md", + "path": "samples/seed/obj/md/CatLibrary.Cat-2.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.Cat-2.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Cat-2.md", + "path": "samples/seed/obj/md/CatLibrary.Cat-2.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.Cat-2.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.Cat-2.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.CatException-1.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.CatException-1.html.view.verified.json index 751aaa4e354..88d3713aa3a 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.CatException-1.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.CatException-1.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.CatException-1.md", + "path": "samples/seed/obj/md/CatLibrary.CatException-1.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.CatException-1.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.CatException-1.md", + "path": "samples/seed/obj/md/CatLibrary.CatException-1.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.CatException-1.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.CatException-1.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Complex-2.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Complex-2.html.view.verified.json index 9d162f872e5..2c4868b3d49 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Complex-2.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Complex-2.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Complex-2.md", + "path": "samples/seed/obj/md/CatLibrary.Complex-2.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.Complex-2.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Complex-2.md", + "path": "samples/seed/obj/md/CatLibrary.Complex-2.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.Complex-2.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.Complex-2.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.ColorType.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.ColorType.html.view.verified.json index f88cc364d37..c7a8593df73 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.ColorType.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.ColorType.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Core.ContainersRefType.ColorType.md", + "path": "samples/seed/obj/md/CatLibrary.Core.ContainersRefType.ColorType.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.Core.ContainersRefType.ColorType.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Core.ContainersRefType.ColorType.md", + "path": "samples/seed/obj/md/CatLibrary.Core.ContainersRefType.ColorType.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.Core.ContainersRefType.ColorType.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.Core.ContainersRefType.ColorType.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.html.view.verified.json index 155d6bae457..8f433185839 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.md", + "path": "samples/seed/obj/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.md", + "path": "samples/seed/obj/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeChild.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.html.view.verified.json index 83571770c73..5f2aa86a0cb 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.md", + "path": "samples/seed/obj/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.md", + "path": "samples/seed/obj/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeChildInterface.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.html.view.verified.json index da72a12c75a..56a6e3e7458 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.md", + "path": "samples/seed/obj/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.md", + "path": "samples/seed/obj/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.Core.ContainersRefType.ContainersRefTypeDelegate.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.html.view.verified.json index a3cc52f2f48..ef925b4ddc7 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ContainersRefType.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Core.ContainersRefType.md", + "path": "samples/seed/obj/md/CatLibrary.Core.ContainersRefType.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.Core.ContainersRefType.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Core.ContainersRefType.md", + "path": "samples/seed/obj/md/CatLibrary.Core.ContainersRefType.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.Core.ContainersRefType.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.Core.ContainersRefType.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ExplicitLayoutClass.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ExplicitLayoutClass.html.view.verified.json index 1f420b06ebc..2981ae4cf33 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ExplicitLayoutClass.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.ExplicitLayoutClass.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Core.ExplicitLayoutClass.md", + "path": "samples/seed/obj/md/CatLibrary.Core.ExplicitLayoutClass.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.Core.ExplicitLayoutClass.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Core.ExplicitLayoutClass.md", + "path": "samples/seed/obj/md/CatLibrary.Core.ExplicitLayoutClass.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.Core.ExplicitLayoutClass.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.Core.ExplicitLayoutClass.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.Issue231.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.Issue231.html.view.verified.json index c207d225247..27308492b4a 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.Issue231.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.Issue231.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Core.Issue231.md", + "path": "samples/seed/obj/md/CatLibrary.Core.Issue231.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.Core.Issue231.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Core.Issue231.md", + "path": "samples/seed/obj/md/CatLibrary.Core.Issue231.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.Core.Issue231.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.Core.Issue231.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.html.view.verified.json index ff219fe68b8..050422408e8 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Core.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Core.md", + "path": "samples/seed/obj/md/CatLibrary.Core.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.Core.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Core.md", + "path": "samples/seed/obj/md/CatLibrary.Core.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.Core.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.Core.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.FakeDelegate-1.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.FakeDelegate-1.html.view.verified.json index 65f5c977c30..3958d1abcd6 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.FakeDelegate-1.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.FakeDelegate-1.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.FakeDelegate-1.md", + "path": "samples/seed/obj/md/CatLibrary.FakeDelegate-1.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.FakeDelegate-1.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.FakeDelegate-1.md", + "path": "samples/seed/obj/md/CatLibrary.FakeDelegate-1.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.FakeDelegate-1.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.FakeDelegate-1.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.IAnimal.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.IAnimal.html.view.verified.json index cdc9e5e6af2..3f9c8fa7f7d 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.IAnimal.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.IAnimal.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.IAnimal.md", + "path": "samples/seed/obj/md/CatLibrary.IAnimal.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.IAnimal.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.IAnimal.md", + "path": "samples/seed/obj/md/CatLibrary.IAnimal.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.IAnimal.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.IAnimal.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.ICat.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.ICat.html.view.verified.json index 5077f0be00d..46932c10f8d 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.ICat.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.ICat.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.ICat.md", + "path": "samples/seed/obj/md/CatLibrary.ICat.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.ICat.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.ICat.md", + "path": "samples/seed/obj/md/CatLibrary.ICat.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.ICat.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.ICat.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.ICatExtension.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.ICatExtension.html.view.verified.json index 14ab34a56cf..ad81b31f828 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.ICatExtension.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.ICatExtension.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.ICatExtension.md", + "path": "samples/seed/obj/md/CatLibrary.ICatExtension.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.ICatExtension.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.ICatExtension.md", + "path": "samples/seed/obj/md/CatLibrary.ICatExtension.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.ICatExtension.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.ICatExtension.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.MRefDelegate-3.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.MRefDelegate-3.html.view.verified.json index 639fc3fcab1..d62222fd450 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.MRefDelegate-3.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.MRefDelegate-3.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.MRefDelegate-3.md", + "path": "samples/seed/obj/md/CatLibrary.MRefDelegate-3.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.MRefDelegate-3.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.MRefDelegate-3.md", + "path": "samples/seed/obj/md/CatLibrary.MRefDelegate-3.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.MRefDelegate-3.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.MRefDelegate-3.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.MRefNormalDelegate.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.MRefNormalDelegate.html.view.verified.json index 7797b3b662e..ec163bb35d4 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.MRefNormalDelegate.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.MRefNormalDelegate.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.MRefNormalDelegate.md", + "path": "samples/seed/obj/md/CatLibrary.MRefNormalDelegate.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.MRefNormalDelegate.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.MRefNormalDelegate.md", + "path": "samples/seed/obj/md/CatLibrary.MRefNormalDelegate.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.MRefNormalDelegate.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.MRefNormalDelegate.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Tom.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Tom.html.view.verified.json index 56f095fc0ad..077f376c266 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Tom.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.Tom.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Tom.md", + "path": "samples/seed/obj/md/CatLibrary.Tom.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.Tom.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.Tom.md", + "path": "samples/seed/obj/md/CatLibrary.Tom.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.Tom.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.Tom.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.TomFromBaseClass.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.TomFromBaseClass.html.view.verified.json index 64ba6aafd16..e7514970b84 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.TomFromBaseClass.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.TomFromBaseClass.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.TomFromBaseClass.md", + "path": "samples/seed/obj/md/CatLibrary.TomFromBaseClass.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.TomFromBaseClass.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.TomFromBaseClass.md", + "path": "samples/seed/obj/md/CatLibrary.TomFromBaseClass.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.TomFromBaseClass.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.TomFromBaseClass.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.html.view.verified.json index a4237aa89b2..74cb0f5c686 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/CatLibrary.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.md", + "path": "samples/seed/obj/md/CatLibrary.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/CatLibrary.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\CatLibrary.md", + "path": "samples/seed/obj/md/CatLibrary.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\CatLibrary.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/CatLibrary.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/MRef.Demo.Enumeration.ColorType.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/MRef.Demo.Enumeration.ColorType.html.view.verified.json index 4a61efe7fe3..0c144267283 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/MRef.Demo.Enumeration.ColorType.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/MRef.Demo.Enumeration.ColorType.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\MRef.Demo.Enumeration.ColorType.md", + "path": "samples/seed/obj/md/MRef.Demo.Enumeration.ColorType.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/MRef.Demo.Enumeration.ColorType.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\MRef.Demo.Enumeration.ColorType.md", + "path": "samples/seed/obj/md/MRef.Demo.Enumeration.ColorType.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\MRef.Demo.Enumeration.ColorType.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/MRef.Demo.Enumeration.ColorType.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/MRef.Demo.Enumeration.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/MRef.Demo.Enumeration.html.view.verified.json index ccd4a2459c1..aff2ed61a9a 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/MRef.Demo.Enumeration.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/MRef.Demo.Enumeration.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\MRef.Demo.Enumeration.md", + "path": "samples/seed/obj/md/MRef.Demo.Enumeration.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/MRef.Demo.Enumeration.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\MRef.Demo.Enumeration.md", + "path": "samples/seed/obj/md/MRef.Demo.Enumeration.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\MRef.Demo.Enumeration.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/MRef.Demo.Enumeration.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/MRef.Demo.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/MRef.Demo.html.view.verified.json index 82b2cb08b96..8938bbb442f 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/MRef.Demo.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/MRef.Demo.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\MRef.Demo.md", + "path": "samples/seed/obj/md/MRef.Demo.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/MRef.Demo.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\MRef.Demo.md", + "path": "samples/seed/obj/md/MRef.Demo.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\MRef.Demo.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/MRef.Demo.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/MRef.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/MRef.html.view.verified.json index 66aded25713..7f9a4494831 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/MRef.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/md/MRef.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\obj\\md\\MRef.md", + "path": "samples/seed/obj/md/MRef.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "obj/md/MRef.md", "documentation": { "remote": { - "path": "samples\\seed\\obj\\md\\MRef.md", + "path": "samples/seed/obj/md/MRef.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "md/toc.html", "_tocRel": "toc.html", "_disableToc": false, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\obj\\md\\MRef.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/obj/md/MRef.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/pdf.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/pdf.html.view.verified.json index a57e528fe01..0df344592b7 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/pdf.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/pdf.html.view.verified.json @@ -3,7 +3,7 @@ "type": "Conceptual", "source": { "remote": { - "path": "samples\\seed\\pdf.md", + "path": "samples/seed/pdf.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -13,7 +13,7 @@ "path": "pdf.md", "documentation": { "remote": { - "path": "samples\\seed\\pdf.md", + "path": "samples/seed/pdf.md", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -38,5 +38,5 @@ "_tocPath": "toc.html", "_tocRel": "toc.html", "_disableToc": true, - "docurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\pdf.md/#L1" + "docurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/pdf.md/#L1" } \ No newline at end of file diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/restapi/contacts.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/restapi/contacts.html.view.verified.json index db22398f9fd..53a2b849b94 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/restapi/contacts.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/restapi/contacts.html.view.verified.json @@ -38,7 +38,7 @@ "summary": "

You can get a collection of contacts from your tenant.

\n", "source": { "remote": { - "path": "samples\\seed\\restapi\\contacts_swagger2.json", + "path": "samples/seed/restapi/contacts_swagger2.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -46,7 +46,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=graph_windows_net_myorganization_Contacts_1_6_get_contacts.md&value=---%0Auid%3A%20graph.windows.net%2Fmyorganization%2FContacts%2F1.6%2Fget%20contacts%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\contacts_swagger2.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/contacts_swagger2.json/#L1", "conceptual": "", "footer": "", "remarks": "" @@ -95,7 +95,7 @@ "summary": "

Get a contact by using the object ID.

\n", "source": { "remote": { - "path": "samples\\seed\\restapi\\contacts_swagger2.json", + "path": "samples/seed/restapi/contacts_swagger2.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -103,7 +103,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=graph_windows_net_myorganization_Contacts_1_6_get_contact_by_id.md&value=---%0Auid%3A%20graph.windows.net%2Fmyorganization%2FContacts%2F1.6%2Fget%20contact%20by%20id%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\contacts_swagger2.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/contacts_swagger2.json/#L1", "conceptual": "", "footer": "", "remarks": "" @@ -398,7 +398,7 @@ "summary": "

Change a contact's properties.

\n", "source": { "remote": { - "path": "samples\\seed\\restapi\\contacts_swagger2.json", + "path": "samples/seed/restapi/contacts_swagger2.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -406,7 +406,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=graph_windows_net_myorganization_Contacts_1_6_update_contact.md&value=---%0Auid%3A%20graph.windows.net%2Fmyorganization%2FContacts%2F1.6%2Fupdate%20contact%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\contacts_swagger2.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/contacts_swagger2.json/#L1", "conceptual": "", "footer": "", "remarks": "" @@ -449,7 +449,7 @@ "summary": "

Delete a contact.

\n", "source": { "remote": { - "path": "samples\\seed\\restapi\\contacts_swagger2.json", + "path": "samples/seed/restapi/contacts_swagger2.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -457,7 +457,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=graph_windows_net_myorganization_Contacts_1_6_delete_contact.md&value=---%0Auid%3A%20graph.windows.net%2Fmyorganization%2FContacts%2F1.6%2Fdelete%20contact%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\contacts_swagger2.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/contacts_swagger2.json/#L1", "conceptual": "", "footer": "", "remarks": "" @@ -516,7 +516,7 @@ "summary": "

Get a link to the contact's manager.

\n", "source": { "remote": { - "path": "samples\\seed\\restapi\\contacts_swagger2.json", + "path": "samples/seed/restapi/contacts_swagger2.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -524,7 +524,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=graph_windows_net_myorganization_Contacts_1_6_get_contact_manager_link.md&value=---%0Auid%3A%20graph.windows.net%2Fmyorganization%2FContacts%2F1.6%2Fget%20contact%20manager%20link%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\contacts_swagger2.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/contacts_swagger2.json/#L1", "conceptual": "", "footer": "", "remarks": "" @@ -588,7 +588,7 @@ "summary": "

Update the contact's manager

\n", "source": { "remote": { - "path": "samples\\seed\\restapi\\contacts_swagger2.json", + "path": "samples/seed/restapi/contacts_swagger2.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -596,7 +596,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=graph_windows_net_myorganization_Contacts_1_6_update_contact_manager.md&value=---%0Auid%3A%20graph.windows.net%2Fmyorganization%2FContacts%2F1.6%2Fupdate%20contact%20manager%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\contacts_swagger2.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/contacts_swagger2.json/#L1", "conceptual": "", "footer": "", "remarks": "" @@ -639,7 +639,7 @@ "summary": "

Delete the contact's manager.

\n", "source": { "remote": { - "path": "samples\\seed\\restapi\\contacts_swagger2.json", + "path": "samples/seed/restapi/contacts_swagger2.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -647,7 +647,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=graph_windows_net_myorganization_Contacts_1_6_delete_contact_manager_by_id.md&value=---%0Auid%3A%20graph.windows.net%2Fmyorganization%2FContacts%2F1.6%2Fdelete%20contact%20manager%20by%20id%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\contacts_swagger2.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/contacts_swagger2.json/#L1", "conceptual": "", "footer": "", "remarks": "" @@ -696,7 +696,7 @@ "summary": "

Get a links to the contact's direct reports.

\n", "source": { "remote": { - "path": "samples\\seed\\restapi\\contacts_swagger2.json", + "path": "samples/seed/restapi/contacts_swagger2.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -704,7 +704,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=graph_windows_net_myorganization_Contacts_1_6_get_contact_direct_reports_links.md&value=---%0Auid%3A%20graph.windows.net%2Fmyorganization%2FContacts%2F1.6%2Fget%20contact%20direct%20reports%20links%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\contacts_swagger2.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/contacts_swagger2.json/#L1", "conceptual": "", "footer": "", "remarks": "" @@ -753,7 +753,7 @@ "summary": "

Get a links to the contact's direct group and directory role memberships.

\n", "source": { "remote": { - "path": "samples\\seed\\restapi\\contacts_swagger2.json", + "path": "samples/seed/restapi/contacts_swagger2.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -761,7 +761,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=graph_windows_net_myorganization_Contacts_1_6_get_contact_memberOf_links.md&value=---%0Auid%3A%20graph.windows.net%2Fmyorganization%2FContacts%2F1.6%2Fget%20contact%20memberOf%20links%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\contacts_swagger2.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/contacts_swagger2.json/#L1", "conceptual": "", "footer": "", "remarks": "" @@ -777,7 +777,7 @@ "documentType": "RestApi", "source": { "remote": { - "path": "samples\\seed\\restapi\\contacts_swagger2.json", + "path": "samples/seed/restapi/contacts_swagger2.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -801,7 +801,7 @@ "_jsonPath": "contacts.swagger.json", "title": "Contacts", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=graph_windows_net_myorganization_Contacts_1_6.md&value=---%0Auid%3A%20graph.windows.net%2Fmyorganization%2FContacts%2F1.6%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\contacts_swagger2.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/contacts_swagger2.json/#L1", "definitions": [ { "properties": [ diff --git a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/restapi/petstore.html.view.verified.json b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/restapi/petstore.html.view.verified.json index d84667bf468..41f785e7897 100644 --- a/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/restapi/petstore.html.view.verified.json +++ b/test/docfx.Snapshot.Tests/SamplesTest.Seed.Windows/restapi/petstore.html.view.verified.json @@ -181,7 +181,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -190,7 +190,7 @@ }, "footer": "\n
\n

NOTE: Add pet only when you needs.

\n
\n", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_addPet.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FaddPet%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "remarks": "", "includedInTags": true @@ -372,7 +372,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -380,7 +380,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_updatePet.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FupdatePet%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -525,7 +525,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -533,7 +533,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_findPetsByStatus.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FfindPetsByStatus%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -673,7 +673,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -681,7 +681,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_findPetsByTags.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FfindPetsByTags%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -738,7 +738,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -746,7 +746,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_deletePet.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FdeletePet%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -924,7 +924,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -932,7 +932,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_getPetById.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FgetPetById%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -996,7 +996,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1004,7 +1004,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_updatePetWithForm.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FupdatePetWithForm%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -1097,7 +1097,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1105,7 +1105,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_uploadFile.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FuploadFile%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -1291,7 +1291,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1300,7 +1300,7 @@ }, "footer": "\n
\n

NOTE: Add pet only when you needs.

\n
\n", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_addPet.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FaddPet%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "remarks": "", "includedInTags": true @@ -1340,7 +1340,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1348,7 +1348,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_getInventory.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FgetInventory%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -1515,7 +1515,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1523,7 +1523,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_placeOrder.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FplaceOrder%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -1567,7 +1567,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1575,7 +1575,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_deleteOrder.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FdeleteOrder%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -1687,7 +1687,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1695,7 +1695,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_getOrderById.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FgetOrderById%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -1813,7 +1813,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1821,7 +1821,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_createUser.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FcreateUser%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -1900,7 +1900,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1908,7 +1908,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_createUsersWithArrayInput.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FcreateUsersWithArrayInput%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -1987,7 +1987,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -1995,7 +1995,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_createUsersWithListInput.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FcreateUsersWithListInput%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -2059,7 +2059,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -2067,7 +2067,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_loginUser.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FloginUser%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -2097,7 +2097,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -2105,7 +2105,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_logoutUser.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FlogoutUser%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -2147,7 +2147,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -2155,7 +2155,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_deleteUser.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FdeleteUser%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -2270,7 +2270,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -2278,7 +2278,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_getUserByName.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FgetUserByName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "", @@ -2398,7 +2398,7 @@ ], "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -2406,7 +2406,7 @@ "endLine": 0.0 }, "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0_updateUser.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%2FupdateUser%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "conceptual": "", "footer": "", "remarks": "" @@ -2443,7 +2443,7 @@ "documentType": "RestApi", "source": { "remote": { - "path": "samples\\seed\\restapi\\petstore.swagger.json", + "path": "samples/seed/restapi/petstore.swagger.json", "branch": "main", "repo": "https://github.com/dotnet/docfx" }, @@ -2468,7 +2468,7 @@ "_tocRel": "toc.html", "_jsonPath": "petstore.swagger.json", "docurl": "https://github.com/dotnet/docfx/new/main/apiSpec/new?filename=petstore_swagger_io_v2_Swagger_Petstore_1_0_0.md&value=---%0Auid%3A%20petstore.swagger.io%2Fv2%2FSwagger%20Petstore%2F1.0.0%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A", - "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples\\seed\\restapi\\petstore.swagger.json/#L1", + "sourceurl": "https://github.com/dotnet/docfx/blob/main/samples/seed/restapi/petstore.swagger.json/#L1", "isTagLayout": true, "definitions": [ {