VOOZH about

URL: https://www.nuget.org/packages/Microsoft.DocAsCode.Dfm/

⇱ NuGet Gallery | Microsoft.DocAsCode.Dfm 2.63.1




Microsoft.DocAsCode.Dfm 2.63.1

Prefix Reserved
dotnet add package Microsoft.DocAsCode.Dfm --version 2.63.1
 
 
NuGet\Install-Package Microsoft.DocAsCode.Dfm -Version 2.63.1
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.DocAsCode.Dfm" Version="2.63.1" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.DocAsCode.Dfm" Version="2.63.1" />
 
Directory.Packages.props
<PackageReference Include="Microsoft.DocAsCode.Dfm" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.DocAsCode.Dfm --version 2.63.1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.DocAsCode.Dfm, 2.63.1"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.DocAsCode.Dfm@2.63.1
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.DocAsCode.Dfm&version=2.63.1
 
Install as a Cake Addin
#tool nuget:?package=Microsoft.DocAsCode.Dfm&version=2.63.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Build your docs with docfx

👁 NuGet
👁 Help Wanted
👁 Gitter

Build your technical documentation site with docfx, with landing pages, markdown, API reference docs for .NET, REST API and more.

⚠️⚠️⚠️ NOTICE ⚠️⚠️⚠️

Getting Started

  1. Install docfx as a global tool:

    dotnet tool install -g docfx
    
  2. Create and start a website locally:

    docfx init -q
    docfx docfx_project\docfx.json --serve
    
  3. Go to https://localhost:8080 to see the sample site.

For more information, refer to Getting Started.

Contributing

Use Discussions for questions and general discussions. Use Issues to report bugs and proposing features.

We welcome code contributions through pull requests, issues tagged as help-wanted are good candidate to start contributing code.

Prerequisites

  • Install and make sure you have the latest updates.
  • Install .NET Core SDK 6.x and 7.x.
  • Install NodeJS (16.x.x).
  • Optional: Install wkhtmltopdf on Windows to test PDF using choco install wkhtmltopdf.

Build and Test

  • Build site templates in templates directory:
    • Run npm install to restore npm dependencies.
    • Run npm run build to build the templates.
  • Run dotnet build to build the project or use Visual Studio to build docfx.sln.
  • Run dotnet test to test the project or use Visual Studio test explorer.
    • Run git lfs checkout to checkout files for snapshot testing

Branch and Release

The main branch is the default branch for pull requests and most other development activities. We occationally use feature/* branches for epic feature development.

Releases are based on a stable main branch commit using GitHub Releases. Use of Conventional Commit is encouraged.

Docfx is not released under a regular cadence, new versions arrive when maintainers see enough changes that warrant a new releases. Sometimes we use prereleases to dogfood breaking changes and get feedbacks from the community.

Roadmap

We use Milestones to communicate upcoming changes docfx:

  • Working Set are features being actively worked on. Not every features in this bucket will be committed in the next release but they reflect top of minds of maintainers in the upcoming period.

  • Backlog is a set of feature candidates for some future releases, but are not being actively worked on.

.NET Foundation

This project is supported by the .NET Foundation.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.

License

This project is licensed under the MIT License.

Product Versions Compatible and additional computed target framework versions.
.NET net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 is compatible.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Microsoft.DocAsCode.Dfm:

Package Downloads
Microsoft.DocAsCode.AzureMarkdownRewriters

Microsoft.DocAsCode.AzureMarkdownRewriters

Microsoft.DocAsCode.Build.MergeOverwrite

Package Description

Microsoft.DocAsCode.MarkdigMarkdownRewriters

Package Description

JeremyTCD.DocFx.Plugins.MimoMarkdown

A DocFx markdown rendering plugin. MimoMarkdown renders markdown specific to the Mimo documentation/blog theme.

JeremyTCD.DocFx.Plugins

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.63.1 4,831 3/21/2023 2.63.1 is deprecated because it is no longer maintained.
2.63.0 1,056 3/20/2023 2.63.0 is deprecated because it is no longer maintained.
2.62.2 1,255 3/7/2023 2.62.2 is deprecated because it is no longer maintained.
2.62.1 3,707 2/15/2023 2.62.1 is deprecated because it is no longer maintained.
2.62.0 1,078 2/14/2023 2.62.0 is deprecated because it is no longer maintained.
2.61.0 3,327 1/30/2023 2.61.0 is deprecated because it is no longer maintained.
2.60.2 1,895 1/20/2023 2.60.2 is deprecated because it is no longer maintained.
2.60.1 1,270 1/18/2023 2.60.1 is deprecated because it is no longer maintained.
2.60.0 1,908 1/13/2023 2.60.0 is deprecated because it is no longer maintained.
2.60.0-preview.2 325 12/25/2022 2.60.0-preview.2 is deprecated because it is no longer maintained.
2.60.0-preview.1 306 12/20/2022 2.60.0-preview.1 is deprecated because it is no longer maintained.
2.59.4 14,308 9/7/2022 2.59.4 is deprecated because it is no longer maintained.
2.59.3 2,601 7/6/2022 2.59.3 is deprecated because it is no longer maintained.
2.59.2 5,588 4/11/2022 2.59.2 is deprecated because it is no longer maintained.
2.59.1 1,783 3/31/2022 2.59.1 is deprecated because it is no longer maintained.
2.59.0 6,361 1/19/2022 2.59.0 is deprecated because it is no longer maintained.
2.58.9 1,195 11/4/2021 2.58.9 is deprecated because it is no longer maintained.
2.58.8 829 11/1/2021 2.58.8 is deprecated because it is no longer maintained.
2.58.5 805 10/26/2021 2.58.5 is deprecated because it is no longer maintained.
2.58.4 4,543 9/14/2021 2.58.4 is deprecated because it is no longer maintained.
Loading failed