Microsoft.DocAsCode.Metadata.ManagedReference.Roslyn
2.61.0
Prefix Reserved
dotnet add package Microsoft.DocAsCode.Metadata.ManagedReference.Roslyn --version 2.61.0
NuGet\Install-Package Microsoft.DocAsCode.Metadata.ManagedReference.Roslyn -Version 2.61.0
<PackageReference Include="Microsoft.DocAsCode.Metadata.ManagedReference.Roslyn" Version="2.61.0" />
paket add Microsoft.DocAsCode.Metadata.ManagedReference.Roslyn --version 2.61.0
#r "nuget: Microsoft.DocAsCode.Metadata.ManagedReference.Roslyn, 2.61.0"
// Install Microsoft.DocAsCode.Metadata.ManagedReference.Roslyn as a Cake Addin #addin nuget:?package=Microsoft.DocAsCode.Metadata.ManagedReference.Roslyn&version=2.61.0 // Install Microsoft.DocAsCode.Metadata.ManagedReference.Roslyn as a Cake Tool #tool nuget:?package=Microsoft.DocAsCode.Metadata.ManagedReference.Roslyn&version=2.61.0
Build your docs with docfx
Build your technical documentation site with docfx, with landing pages, markdown, API reference docs for .NET, REST API and more.
⚠️⚠️⚠️ NOTICE ⚠️⚠️⚠️
- For Microsoft Learn users, the open source version of docfx will NOT be maintained to support Microsoft Learn content. For Microsoft Learn feature requests, bug reports and other support ticks, use internal channels such as the Learn Platform Support Channel.
- V3 branch has been privatized to support Microsoft Learn, the development of V3 branch in the public is officially stopped.
Getting Started
Install docfx as a global tool:
dotnet tool install -g docfx
Create and start a website locally:
docfx init -q docfx docfx_project\docfx.json --serve
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 Visual Studio 2022 (Community or higher) 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
- Run
dotnet build
to build the project or use Visual Studio to builddocfx.sln
. - Run
dotnet test
to test the project or use Visual Studio test explorer.
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. Release versioning follows Semantic Versioning.
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 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Microsoft.CodeAnalysis (>= 4.4.0)
- Microsoft.CodeAnalysis.Common (>= 4.4.0)
- Microsoft.CodeAnalysis.CSharp (>= 4.4.0)
- Microsoft.CodeAnalysis.CSharp.Features (>= 4.4.0)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 4.4.0)
- Microsoft.CodeAnalysis.VisualBasic (>= 4.4.0)
- Microsoft.CodeAnalysis.VisualBasic.Features (>= 4.4.0)
- Microsoft.CodeAnalysis.VisualBasic.Workspaces (>= 4.4.0)
- Microsoft.CodeAnalysis.Workspaces.Common (>= 4.4.0)
- Microsoft.CodeAnalysis.Workspaces.MSBuild (>= 4.4.0)
- Microsoft.DocAsCode.Common (>= 2.61.0)
- Microsoft.DocAsCode.DataContracts.Common (>= 2.61.0)
- Microsoft.DocAsCode.DataContracts.ManagedReference (>= 2.61.0)
- Microsoft.DocAsCode.Metadata.ManagedReference.Common (>= 2.61.0)
- Microsoft.DocAsCode.Plugins (>= 2.61.0)
- Microsoft.DocAsCode.YamlSerialization (>= 2.61.0)
- NuGet.Packaging.Core (>= 6.4.0)
- NuGet.ProjectModel (>= 6.4.0)
-
net7.0
- Microsoft.CodeAnalysis (>= 4.4.0)
- Microsoft.CodeAnalysis.Common (>= 4.4.0)
- Microsoft.CodeAnalysis.CSharp (>= 4.4.0)
- Microsoft.CodeAnalysis.CSharp.Features (>= 4.4.0)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 4.4.0)
- Microsoft.CodeAnalysis.VisualBasic (>= 4.4.0)
- Microsoft.CodeAnalysis.VisualBasic.Features (>= 4.4.0)
- Microsoft.CodeAnalysis.VisualBasic.Workspaces (>= 4.4.0)
- Microsoft.CodeAnalysis.Workspaces.Common (>= 4.4.0)
- Microsoft.CodeAnalysis.Workspaces.MSBuild (>= 4.4.0)
- Microsoft.DocAsCode.Common (>= 2.61.0)
- Microsoft.DocAsCode.DataContracts.Common (>= 2.61.0)
- Microsoft.DocAsCode.DataContracts.ManagedReference (>= 2.61.0)
- Microsoft.DocAsCode.Metadata.ManagedReference.Common (>= 2.61.0)
- Microsoft.DocAsCode.Plugins (>= 2.61.0)
- Microsoft.DocAsCode.YamlSerialization (>= 2.61.0)
- NuGet.Packaging.Core (>= 6.4.0)
- NuGet.ProjectModel (>= 6.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.DocAsCode.Metadata.ManagedReference.Roslyn:
Package | Downloads |
---|---|
Microsoft.DocAsCode.Metadata.ManagedReference
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.61.0 | 2,934 | 1/30/2023 | |
2.60.2 | 907 | 1/20/2023 | |
2.60.1 | 502 | 1/18/2023 | |
2.60.0 | 982 | 1/13/2023 | |
2.60.0-preview.2 | 151 | 12/25/2022 | |
2.59.4 | 6,526 | 9/7/2022 | |
2.59.3 | 1,073 | 7/6/2022 | |
2.59.2 | 985 | 4/11/2022 | |
2.59.1 | 652 | 3/31/2022 | |
2.59.0 | 960 | 1/19/2022 | |
2.58.9 | 639 | 11/4/2021 | |
2.58.8 | 473 | 11/1/2021 | |
2.58.5 | 469 | 10/26/2021 | |
2.58.4 | 539 | 9/14/2021 | |
2.58.3 | 469 | 9/7/2021 | |
2.58.2 | 490 | 8/24/2021 | |
2.58.1 | 468 | 8/23/2021 | |
2.58.0 | 694 | 6/9/2021 | |
2.57.2 | 607 | 4/14/2021 | |
2.57.1 | 484 | 4/13/2021 | |
2.57.0 | 495 | 4/9/2021 | |
2.56.7 | 1,626 | 3/2/2021 | |
2.56.6 | 1,380 | 12/10/2020 | |
2.56.5 | 586 | 11/10/2020 | |
2.56.4 | 591 | 10/20/2020 | |
2.56.3 | 600 | 10/12/2020 | |
2.56.2 | 777 | 7/27/2020 | |
2.56.1 | 633 | 7/6/2020 | |
2.56.0 | 685 | 6/29/2020 | |
2.55.0 | 733 | 6/12/2020 | |
2.53.1 | 684 | 5/11/2020 | |
2.52.0 | 850 | 4/13/2020 | |
2.51.0 | 849 | 3/20/2020 | |
2.50.0 | 885 | 3/2/2020 | |
2.49.0 | 704 | 2/17/2020 | |
2.48.1 | 1,849 | 1/13/2020 | |
2.48.0 | 1,035 | 12/9/2019 | |
2.47.0 | 1,011 | 10/31/2019 | |
2.46.0 | 981 | 10/14/2019 | |
2.45.1 | 1,036 | 9/15/2019 | |
2.45.0 | 939 | 8/25/2019 | |
2.44.0 | 988 | 8/2/2019 | |
2.43.2 | 1,308 | 7/2/2019 | |
2.43.1 | 820 | 6/14/2019 | |
2.42.4 | 1,754 | 5/24/2019 | |
2.42.3 | 12,824 | 5/13/2019 | |
2.42.2 | 787 | 5/10/2019 | |
2.42.0 | 852 | 4/22/2019 | |
2.41.0 | 1,186 | 3/29/2019 | |
2.40.12 | 838 | 3/11/2019 | |
2.40.11 | 986 | 2/16/2019 | |
2.40.10 | 909 | 2/1/2019 | |
2.40.9 | 896 | 1/31/2019 | |
2.40.8 | 843 | 1/25/2019 | |
2.40.7 | 917 | 1/4/2019 | |
2.40.5 | 891 | 12/19/2018 | |
2.40.4 | 981 | 11/26/2018 | |
2.40.2 | 976 | 11/7/2018 | |
2.40.1 | 953 | 10/29/2018 | |
2.40.0 | 940 | 10/12/2018 | |
2.39.2 | 1,975 | 9/9/2018 | |
2.39.1 | 2,316 | 9/4/2018 | |
2.39.0 | 1,291 | 9/2/2018 | |
2.38.1 | 5,559 | 8/16/2018 | |
2.38.0 | 1,176 | 8/13/2018 | |
2.37.2 | 1,090 | 7/31/2018 | |
2.37.1 | 1,067 | 7/31/2018 | |
2.36.2 | 1,230 | 6/13/2018 | |
2.36.1 | 1,076 | 5/25/2018 | |
2.36.0 | 1,114 | 5/21/2018 | |
2.36.0-alpha-0159-g25e5900b4 | 983 | 4/26/2018 | |
2.35.4 | 1,265 | 5/2/2018 | |
2.35.3 | 1,255 | 5/2/2018 | |
2.35.0-alpha-0153-g6da267dd4 | 1,007 | 4/26/2018 |