diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5ac8ab33..b9ef2183 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -68,9 +68,9 @@ jobs: - name: Build documentation run: | - choco install docfx + # choco install docfx cd src\Documentation - docfx + ..\..\docfx\docfx - uses: actions/upload-artifact@v2 with: diff --git a/.github/workflows/pullrequest.yaml b/.github/workflows/pullrequest.yaml index e669bcf4..1b17c2f3 100644 --- a/.github/workflows/pullrequest.yaml +++ b/.github/workflows/pullrequest.yaml @@ -34,6 +34,6 @@ jobs: - name: Build documentation run: | - choco install docfx + # choco install docfx cd src\Documentation - docfx + ..\..\docfx\docfx diff --git a/docfx/AutoMapper.dll b/docfx/AutoMapper.dll new file mode 100644 index 00000000..7e4d08c7 Binary files /dev/null and b/docfx/AutoMapper.dll differ diff --git a/docfx/CommandLine.dll b/docfx/CommandLine.dll new file mode 100644 index 00000000..18c31ba9 Binary files /dev/null and b/docfx/CommandLine.dll differ diff --git a/docfx/DotLiquid.dll b/docfx/DotLiquid.dll new file mode 100644 index 00000000..5622c34d Binary files /dev/null and b/docfx/DotLiquid.dll differ diff --git a/docfx/Dotnet.ProjInfo.Helpers.dll b/docfx/Dotnet.ProjInfo.Helpers.dll new file mode 100644 index 00000000..7910e5f8 Binary files /dev/null and b/docfx/Dotnet.ProjInfo.Helpers.dll differ diff --git a/docfx/Dotnet.ProjInfo.dll b/docfx/Dotnet.ProjInfo.dll new file mode 100644 index 00000000..69aa38c8 Binary files /dev/null and b/docfx/Dotnet.ProjInfo.dll differ diff --git a/docfx/FSharp.Compiler.Service.MSBuild.v12.dll b/docfx/FSharp.Compiler.Service.MSBuild.v12.dll new file mode 100644 index 00000000..841d585f Binary files /dev/null and b/docfx/FSharp.Compiler.Service.MSBuild.v12.dll differ diff --git a/docfx/FSharp.Compiler.Service.dll b/docfx/FSharp.Compiler.Service.dll new file mode 100644 index 00000000..3e200b34 Binary files /dev/null and b/docfx/FSharp.Compiler.Service.dll differ diff --git a/docfx/FSharp.Core.dll b/docfx/FSharp.Core.dll new file mode 100644 index 00000000..0d90a165 Binary files /dev/null and b/docfx/FSharp.Core.dll differ diff --git a/docfx/HtmlAgilityPack.dll b/docfx/HtmlAgilityPack.dll new file mode 100644 index 00000000..6615bb64 Binary files /dev/null and b/docfx/HtmlAgilityPack.dll differ diff --git a/docfx/Humanizer.dll b/docfx/Humanizer.dll new file mode 100644 index 00000000..1011cdfc Binary files /dev/null and b/docfx/Humanizer.dll differ diff --git a/docfx/Jint.dll b/docfx/Jint.dll new file mode 100644 index 00000000..03e60819 Binary files /dev/null and b/docfx/Jint.dll differ diff --git a/docfx/LICENSE b/docfx/LICENSE new file mode 100644 index 00000000..5ae193c9 --- /dev/null +++ b/docfx/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Microsoft Corporation + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/docfx/Markdig.dll b/docfx/Markdig.dll new file mode 100644 index 00000000..fcf75753 Binary files /dev/null and b/docfx/Markdig.dll differ diff --git a/docfx/Microsoft.Bcl.AsyncInterfaces.dll b/docfx/Microsoft.Bcl.AsyncInterfaces.dll new file mode 100644 index 00000000..abe9406c Binary files /dev/null and b/docfx/Microsoft.Bcl.AsyncInterfaces.dll differ diff --git a/docfx/Microsoft.Build.Locator.dll b/docfx/Microsoft.Build.Locator.dll new file mode 100644 index 00000000..ba834988 Binary files /dev/null and b/docfx/Microsoft.Build.Locator.dll differ diff --git a/docfx/Microsoft.CodeAnalysis.AnalyzerUtilities.dll b/docfx/Microsoft.CodeAnalysis.AnalyzerUtilities.dll new file mode 100644 index 00000000..e070bd55 Binary files /dev/null and b/docfx/Microsoft.CodeAnalysis.AnalyzerUtilities.dll differ diff --git a/docfx/Microsoft.CodeAnalysis.CSharp.Features.dll b/docfx/Microsoft.CodeAnalysis.CSharp.Features.dll new file mode 100644 index 00000000..24a071ea Binary files /dev/null and b/docfx/Microsoft.CodeAnalysis.CSharp.Features.dll differ diff --git a/docfx/Microsoft.CodeAnalysis.CSharp.Workspaces.dll b/docfx/Microsoft.CodeAnalysis.CSharp.Workspaces.dll new file mode 100644 index 00000000..e41af676 Binary files /dev/null and b/docfx/Microsoft.CodeAnalysis.CSharp.Workspaces.dll differ diff --git a/docfx/Microsoft.CodeAnalysis.CSharp.dll b/docfx/Microsoft.CodeAnalysis.CSharp.dll new file mode 100644 index 00000000..9f4c8fa2 Binary files /dev/null and b/docfx/Microsoft.CodeAnalysis.CSharp.dll differ diff --git a/docfx/Microsoft.CodeAnalysis.Features.dll b/docfx/Microsoft.CodeAnalysis.Features.dll new file mode 100644 index 00000000..18736e67 Binary files /dev/null and b/docfx/Microsoft.CodeAnalysis.Features.dll differ diff --git a/docfx/Microsoft.CodeAnalysis.VisualBasic.Features.dll b/docfx/Microsoft.CodeAnalysis.VisualBasic.Features.dll new file mode 100644 index 00000000..7e0b44e0 Binary files /dev/null and b/docfx/Microsoft.CodeAnalysis.VisualBasic.Features.dll differ diff --git a/docfx/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll b/docfx/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll new file mode 100644 index 00000000..405907fc Binary files /dev/null and b/docfx/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll differ diff --git a/docfx/Microsoft.CodeAnalysis.VisualBasic.dll b/docfx/Microsoft.CodeAnalysis.VisualBasic.dll new file mode 100644 index 00000000..1a79d541 Binary files /dev/null and b/docfx/Microsoft.CodeAnalysis.VisualBasic.dll differ diff --git a/docfx/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll b/docfx/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll new file mode 100644 index 00000000..e700dc26 Binary files /dev/null and b/docfx/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll differ diff --git a/docfx/Microsoft.CodeAnalysis.Workspaces.dll b/docfx/Microsoft.CodeAnalysis.Workspaces.dll new file mode 100644 index 00000000..55a2ffc4 Binary files /dev/null and b/docfx/Microsoft.CodeAnalysis.Workspaces.dll differ diff --git a/docfx/Microsoft.CodeAnalysis.dll b/docfx/Microsoft.CodeAnalysis.dll new file mode 100644 index 00000000..5108b792 Binary files /dev/null and b/docfx/Microsoft.CodeAnalysis.dll differ diff --git a/docfx/Microsoft.DiaSymReader.dll b/docfx/Microsoft.DiaSymReader.dll new file mode 100644 index 00000000..de427a50 Binary files /dev/null and b/docfx/Microsoft.DiaSymReader.dll differ diff --git a/docfx/Microsoft.DocAsCode.Build.Common.dll b/docfx/Microsoft.DocAsCode.Build.Common.dll new file mode 100644 index 00000000..7c5fbc60 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Build.Common.dll differ diff --git a/docfx/Microsoft.DocAsCode.Build.ConceptualDocuments.dll b/docfx/Microsoft.DocAsCode.Build.ConceptualDocuments.dll new file mode 100644 index 00000000..a84446bf Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Build.ConceptualDocuments.dll differ diff --git a/docfx/Microsoft.DocAsCode.Build.Engine.dll b/docfx/Microsoft.DocAsCode.Build.Engine.dll new file mode 100644 index 00000000..14277026 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Build.Engine.dll differ diff --git a/docfx/Microsoft.DocAsCode.Build.ManagedReference.dll b/docfx/Microsoft.DocAsCode.Build.ManagedReference.dll new file mode 100644 index 00000000..2e348445 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Build.ManagedReference.dll differ diff --git a/docfx/Microsoft.DocAsCode.Build.OverwriteDocuments.dll b/docfx/Microsoft.DocAsCode.Build.OverwriteDocuments.dll new file mode 100644 index 00000000..e960c4c1 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Build.OverwriteDocuments.dll differ diff --git a/docfx/Microsoft.DocAsCode.Build.ResourceFiles.dll b/docfx/Microsoft.DocAsCode.Build.ResourceFiles.dll new file mode 100644 index 00000000..07869ae2 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Build.ResourceFiles.dll differ diff --git a/docfx/Microsoft.DocAsCode.Build.RestApi.dll b/docfx/Microsoft.DocAsCode.Build.RestApi.dll new file mode 100644 index 00000000..622edc43 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Build.RestApi.dll differ diff --git a/docfx/Microsoft.DocAsCode.Build.SchemaDriven.dll b/docfx/Microsoft.DocAsCode.Build.SchemaDriven.dll new file mode 100644 index 00000000..f699338c Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Build.SchemaDriven.dll differ diff --git a/docfx/Microsoft.DocAsCode.Build.TableOfContents.dll b/docfx/Microsoft.DocAsCode.Build.TableOfContents.dll new file mode 100644 index 00000000..cc73c0b3 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Build.TableOfContents.dll differ diff --git a/docfx/Microsoft.DocAsCode.Build.UniversalReference.dll b/docfx/Microsoft.DocAsCode.Build.UniversalReference.dll new file mode 100644 index 00000000..9cf6fae7 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Build.UniversalReference.dll differ diff --git a/docfx/Microsoft.DocAsCode.Common.dll b/docfx/Microsoft.DocAsCode.Common.dll new file mode 100644 index 00000000..f876af5f Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Common.dll differ diff --git a/docfx/Microsoft.DocAsCode.DataContracts.Common.dll b/docfx/Microsoft.DocAsCode.DataContracts.Common.dll new file mode 100644 index 00000000..0db5ceff Binary files /dev/null and b/docfx/Microsoft.DocAsCode.DataContracts.Common.dll differ diff --git a/docfx/Microsoft.DocAsCode.DataContracts.ManagedReference.dll b/docfx/Microsoft.DocAsCode.DataContracts.ManagedReference.dll new file mode 100644 index 00000000..04ea5834 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.DataContracts.ManagedReference.dll differ diff --git a/docfx/Microsoft.DocAsCode.DataContracts.RestApi.dll b/docfx/Microsoft.DocAsCode.DataContracts.RestApi.dll new file mode 100644 index 00000000..f9a0ee30 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.DataContracts.RestApi.dll differ diff --git a/docfx/Microsoft.DocAsCode.DataContracts.UniversalReference.dll b/docfx/Microsoft.DocAsCode.DataContracts.UniversalReference.dll new file mode 100644 index 00000000..e9496a23 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.DataContracts.UniversalReference.dll differ diff --git a/docfx/Microsoft.DocAsCode.Dfm.dll b/docfx/Microsoft.DocAsCode.Dfm.dll new file mode 100644 index 00000000..987c8753 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Dfm.dll differ diff --git a/docfx/Microsoft.DocAsCode.Glob.dll b/docfx/Microsoft.DocAsCode.Glob.dll new file mode 100644 index 00000000..5a30f1e5 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Glob.dll differ diff --git a/docfx/Microsoft.DocAsCode.HtmlToPdf.dll b/docfx/Microsoft.DocAsCode.HtmlToPdf.dll new file mode 100644 index 00000000..22e6b553 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.HtmlToPdf.dll differ diff --git a/docfx/Microsoft.DocAsCode.MarkdigEngine.Extensions.dll b/docfx/Microsoft.DocAsCode.MarkdigEngine.Extensions.dll new file mode 100644 index 00000000..0ee98061 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.MarkdigEngine.Extensions.dll differ diff --git a/docfx/Microsoft.DocAsCode.MarkdigEngine.Validators.dll b/docfx/Microsoft.DocAsCode.MarkdigEngine.Validators.dll new file mode 100644 index 00000000..c50a1c29 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.MarkdigEngine.Validators.dll differ diff --git a/docfx/Microsoft.DocAsCode.MarkdigEngine.dll b/docfx/Microsoft.DocAsCode.MarkdigEngine.dll new file mode 100644 index 00000000..b84f2ab7 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.MarkdigEngine.dll differ diff --git a/docfx/Microsoft.DocAsCode.MarkdownLite.dll b/docfx/Microsoft.DocAsCode.MarkdownLite.dll new file mode 100644 index 00000000..ab3229da Binary files /dev/null and b/docfx/Microsoft.DocAsCode.MarkdownLite.dll differ diff --git a/docfx/Microsoft.DocAsCode.Metadata.ManagedReference.Common.dll b/docfx/Microsoft.DocAsCode.Metadata.ManagedReference.Common.dll new file mode 100644 index 00000000..394b1f37 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Metadata.ManagedReference.Common.dll differ diff --git a/docfx/Microsoft.DocAsCode.Metadata.ManagedReference.FSharp.dll b/docfx/Microsoft.DocAsCode.Metadata.ManagedReference.FSharp.dll new file mode 100644 index 00000000..e8cdc740 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Metadata.ManagedReference.FSharp.dll differ diff --git a/docfx/Microsoft.DocAsCode.Metadata.ManagedReference.Roslyn.dll b/docfx/Microsoft.DocAsCode.Metadata.ManagedReference.Roslyn.dll new file mode 100644 index 00000000..f5c2743e Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Metadata.ManagedReference.Roslyn.dll differ diff --git a/docfx/Microsoft.DocAsCode.Metadata.ManagedReference.dll b/docfx/Microsoft.DocAsCode.Metadata.ManagedReference.dll new file mode 100644 index 00000000..e8b54996 Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Metadata.ManagedReference.dll differ diff --git a/docfx/Microsoft.DocAsCode.Plugins.dll b/docfx/Microsoft.DocAsCode.Plugins.dll new file mode 100644 index 00000000..66839b6c Binary files /dev/null and b/docfx/Microsoft.DocAsCode.Plugins.dll differ diff --git a/docfx/Microsoft.DocAsCode.YamlSerialization.dll b/docfx/Microsoft.DocAsCode.YamlSerialization.dll new file mode 100644 index 00000000..308ceb7d Binary files /dev/null and b/docfx/Microsoft.DocAsCode.YamlSerialization.dll differ diff --git a/docfx/Microsoft.Owin.Diagnostics.dll b/docfx/Microsoft.Owin.Diagnostics.dll new file mode 100644 index 00000000..3a71fdc8 Binary files /dev/null and b/docfx/Microsoft.Owin.Diagnostics.dll differ diff --git a/docfx/Microsoft.Owin.FileSystems.dll b/docfx/Microsoft.Owin.FileSystems.dll new file mode 100644 index 00000000..fc9e3c5d Binary files /dev/null and b/docfx/Microsoft.Owin.FileSystems.dll differ diff --git a/docfx/Microsoft.Owin.Host.HttpListener.dll b/docfx/Microsoft.Owin.Host.HttpListener.dll new file mode 100644 index 00000000..b8a01c13 Binary files /dev/null and b/docfx/Microsoft.Owin.Host.HttpListener.dll differ diff --git a/docfx/Microsoft.Owin.Hosting.dll b/docfx/Microsoft.Owin.Hosting.dll new file mode 100644 index 00000000..4117061e Binary files /dev/null and b/docfx/Microsoft.Owin.Hosting.dll differ diff --git a/docfx/Microsoft.Owin.StaticFiles.dll b/docfx/Microsoft.Owin.StaticFiles.dll new file mode 100644 index 00000000..8a2fb3f8 Binary files /dev/null and b/docfx/Microsoft.Owin.StaticFiles.dll differ diff --git a/docfx/Microsoft.Owin.dll b/docfx/Microsoft.Owin.dll new file mode 100644 index 00000000..3c1174d8 Binary files /dev/null and b/docfx/Microsoft.Owin.dll differ diff --git a/docfx/Microsoft.VisualStudio.RemoteControl.dll b/docfx/Microsoft.VisualStudio.RemoteControl.dll new file mode 100644 index 00000000..17d35f91 Binary files /dev/null and b/docfx/Microsoft.VisualStudio.RemoteControl.dll differ diff --git a/docfx/Microsoft.VisualStudio.Utilities.Internal.dll b/docfx/Microsoft.VisualStudio.Utilities.Internal.dll new file mode 100644 index 00000000..c95c3743 Binary files /dev/null and b/docfx/Microsoft.VisualStudio.Utilities.Internal.dll differ diff --git a/docfx/Newtonsoft.Json.Schema.dll b/docfx/Newtonsoft.Json.Schema.dll new file mode 100644 index 00000000..5955b631 Binary files /dev/null and b/docfx/Newtonsoft.Json.Schema.dll differ diff --git a/docfx/Newtonsoft.Json.dll b/docfx/Newtonsoft.Json.dll new file mode 100644 index 00000000..e32e5878 Binary files /dev/null and b/docfx/Newtonsoft.Json.dll differ diff --git a/docfx/NuGet.Common.dll b/docfx/NuGet.Common.dll new file mode 100644 index 00000000..d0de1294 Binary files /dev/null and b/docfx/NuGet.Common.dll differ diff --git a/docfx/NuGet.Configuration.dll b/docfx/NuGet.Configuration.dll new file mode 100644 index 00000000..9ab13a1e Binary files /dev/null and b/docfx/NuGet.Configuration.dll differ diff --git a/docfx/NuGet.DependencyResolver.Core.dll b/docfx/NuGet.DependencyResolver.Core.dll new file mode 100644 index 00000000..6ec5f679 Binary files /dev/null and b/docfx/NuGet.DependencyResolver.Core.dll differ diff --git a/docfx/NuGet.Frameworks.dll b/docfx/NuGet.Frameworks.dll new file mode 100644 index 00000000..7003e2e4 Binary files /dev/null and b/docfx/NuGet.Frameworks.dll differ diff --git a/docfx/NuGet.LibraryModel.dll b/docfx/NuGet.LibraryModel.dll new file mode 100644 index 00000000..18d9f8d9 Binary files /dev/null and b/docfx/NuGet.LibraryModel.dll differ diff --git a/docfx/NuGet.Packaging.Core.Types.dll b/docfx/NuGet.Packaging.Core.Types.dll new file mode 100644 index 00000000..2df523f6 Binary files /dev/null and b/docfx/NuGet.Packaging.Core.Types.dll differ diff --git a/docfx/NuGet.Packaging.Core.dll b/docfx/NuGet.Packaging.Core.dll new file mode 100644 index 00000000..838015df Binary files /dev/null and b/docfx/NuGet.Packaging.Core.dll differ diff --git a/docfx/NuGet.Packaging.dll b/docfx/NuGet.Packaging.dll new file mode 100644 index 00000000..c8997cc1 Binary files /dev/null and b/docfx/NuGet.Packaging.dll differ diff --git a/docfx/NuGet.ProjectModel.dll b/docfx/NuGet.ProjectModel.dll new file mode 100644 index 00000000..65c58118 Binary files /dev/null and b/docfx/NuGet.ProjectModel.dll differ diff --git a/docfx/NuGet.Protocol.dll b/docfx/NuGet.Protocol.dll new file mode 100644 index 00000000..12c145c5 Binary files /dev/null and b/docfx/NuGet.Protocol.dll differ diff --git a/docfx/NuGet.Versioning.dll b/docfx/NuGet.Versioning.dll new file mode 100644 index 00000000..5df9752a Binary files /dev/null and b/docfx/NuGet.Versioning.dll differ diff --git a/docfx/Nustache.Core.dll b/docfx/Nustache.Core.dll new file mode 100644 index 00000000..08db0f22 Binary files /dev/null and b/docfx/Nustache.Core.dll differ diff --git a/docfx/Owin.dll b/docfx/Owin.dll new file mode 100644 index 00000000..7790e3c6 Binary files /dev/null and b/docfx/Owin.dll differ diff --git a/docfx/SQLitePCLRaw.core.dll b/docfx/SQLitePCLRaw.core.dll new file mode 100644 index 00000000..3c220b55 Binary files /dev/null and b/docfx/SQLitePCLRaw.core.dll differ diff --git a/docfx/System.Buffers.dll b/docfx/System.Buffers.dll new file mode 100644 index 00000000..f2d83c51 Binary files /dev/null and b/docfx/System.Buffers.dll differ diff --git a/docfx/System.Collections.Immutable.dll b/docfx/System.Collections.Immutable.dll new file mode 100644 index 00000000..f5513ca0 Binary files /dev/null and b/docfx/System.Collections.Immutable.dll differ diff --git a/docfx/System.Composition.AttributedModel.dll b/docfx/System.Composition.AttributedModel.dll new file mode 100644 index 00000000..4acc216e Binary files /dev/null and b/docfx/System.Composition.AttributedModel.dll differ diff --git a/docfx/System.Composition.Convention.dll b/docfx/System.Composition.Convention.dll new file mode 100644 index 00000000..ef3669bb Binary files /dev/null and b/docfx/System.Composition.Convention.dll differ diff --git a/docfx/System.Composition.Hosting.dll b/docfx/System.Composition.Hosting.dll new file mode 100644 index 00000000..a446fe6e Binary files /dev/null and b/docfx/System.Composition.Hosting.dll differ diff --git a/docfx/System.Composition.Runtime.dll b/docfx/System.Composition.Runtime.dll new file mode 100644 index 00000000..a05bfe9c Binary files /dev/null and b/docfx/System.Composition.Runtime.dll differ diff --git a/docfx/System.Composition.TypedParts.dll b/docfx/System.Composition.TypedParts.dll new file mode 100644 index 00000000..cfae95d0 Binary files /dev/null and b/docfx/System.Composition.TypedParts.dll differ diff --git a/docfx/System.IO.Pipelines.dll b/docfx/System.IO.Pipelines.dll new file mode 100644 index 00000000..dab6a7a2 Binary files /dev/null and b/docfx/System.IO.Pipelines.dll differ diff --git a/docfx/System.Memory.dll b/docfx/System.Memory.dll new file mode 100644 index 00000000..46171997 Binary files /dev/null and b/docfx/System.Memory.dll differ diff --git a/docfx/System.Numerics.Vectors.dll b/docfx/System.Numerics.Vectors.dll new file mode 100644 index 00000000..08659724 Binary files /dev/null and b/docfx/System.Numerics.Vectors.dll differ diff --git a/docfx/System.Reflection.Metadata.dll b/docfx/System.Reflection.Metadata.dll new file mode 100644 index 00000000..550e118c Binary files /dev/null and b/docfx/System.Reflection.Metadata.dll differ diff --git a/docfx/System.Runtime.CompilerServices.Unsafe.dll b/docfx/System.Runtime.CompilerServices.Unsafe.dll new file mode 100644 index 00000000..1908d925 Binary files /dev/null and b/docfx/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/docfx/System.Text.Encoding.CodePages.dll b/docfx/System.Text.Encoding.CodePages.dll new file mode 100644 index 00000000..d0f7adf9 Binary files /dev/null and b/docfx/System.Text.Encoding.CodePages.dll differ diff --git a/docfx/System.Threading.Tasks.Dataflow.dll b/docfx/System.Threading.Tasks.Dataflow.dll new file mode 100644 index 00000000..7567471e Binary files /dev/null and b/docfx/System.Threading.Tasks.Dataflow.dll differ diff --git a/docfx/System.Threading.Tasks.Extensions.dll b/docfx/System.Threading.Tasks.Extensions.dll new file mode 100644 index 00000000..eeec9285 Binary files /dev/null and b/docfx/System.Threading.Tasks.Extensions.dll differ diff --git a/docfx/System.ValueTuple.dll b/docfx/System.ValueTuple.dll new file mode 100644 index 00000000..4ce28fde Binary files /dev/null and b/docfx/System.ValueTuple.dll differ diff --git a/docfx/YamlDotNet.dll b/docfx/YamlDotNet.dll new file mode 100644 index 00000000..d0066835 Binary files /dev/null and b/docfx/YamlDotNet.dll differ diff --git a/docfx/docfx.exe b/docfx/docfx.exe new file mode 100644 index 00000000..e41cd208 Binary files /dev/null and b/docfx/docfx.exe differ diff --git a/docfx/docfx.exe.config b/docfx/docfx.exe.config new file mode 100644 index 00000000..39562704 --- /dev/null +++ b/docfx/docfx.exe.config @@ -0,0 +1,130 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docfx/itextsharp.dll b/docfx/itextsharp.dll new file mode 100644 index 00000000..8db04dfc Binary files /dev/null and b/docfx/itextsharp.dll differ