![]() |
VOOZH | about |
dotnet add package Metalama.Extensions.HtmlWriter --version 2026.1.18
NuGet\Install-Package Metalama.Extensions.HtmlWriter -Version 2026.1.18
<PackageReference Include="Metalama.Extensions.HtmlWriter" Version="2026.1.18" />
<PackageVersion Include="Metalama.Extensions.HtmlWriter" Version="2026.1.18" />Directory.Packages.props
<PackageReference Include="Metalama.Extensions.HtmlWriter" />Project file
paket add Metalama.Extensions.HtmlWriter --version 2026.1.18
#r "nuget: Metalama.Extensions.HtmlWriter, 2026.1.18"
#:package Metalama.Extensions.HtmlWriter@2026.1.18
#addin nuget:?package=Metalama.Extensions.HtmlWriter&version=2026.1.18Install as a Cake Addin
#tool nuget:?package=Metalama.Extensions.HtmlWriter&version=2026.1.18Install as a Cake Tool
This package provides optional HTML code writing functionality for Metalama.
Add a reference to this package in your project:
<PackageReference Include="Metalama.Extensions.HtmlWriter" />
When this package is referenced, Metalama can generate HTML output files showing the source code with syntax highlighting and diff visualization. This is useful for:
Enable HTML output in your project by setting the WriteHtml MSBuild property:
<PropertyGroup>
<MetalamaWriteHtml>true</MetalamaWriteHtml>
</PropertyGroup>
Enable HTML output in aspect tests by adding a metalamaTests.json file to your test project:
{
"WriteInputHtml": true,
"WriteOutputHtml": true
}
Without this package, the WriteHtml feature and related test options will throw an error with a message indicating that the package needs to be installed.
Learn more about Target Frameworks and .NET Standard.
Showing the top 1 NuGet packages that depend on Metalama.Extensions.HtmlWriter:
| Package | Downloads |
|---|---|
|
Metalama.Documentation.QuickStart
Contains trivial aspects used in Metalama's getting started documentation. Do not use in production code. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2026.1.18 | 130 | 6/10/2026 |
| 2026.1.17 | 108 | 6/5/2026 |
| 2026.1.16 | 116 | 6/3/2026 |
| 2026.1.15-rc | 112 | 5/15/2026 |
| 2026.1.14-rc | 114 | 5/13/2026 |
| 2026.1.13-preview | 126 | 5/13/2026 |
| 2026.1.12-preview | 120 | 5/12/2026 |
| 2026.1.11-preview | 123 | 5/6/2026 |
| 2026.1.10-preview | 121 | 4/29/2026 |
| 2026.1.9-preview | 134 | 4/17/2026 |
| 2026.1.8-preview | 134 | 4/13/2026 |
| 2026.1.7-preview | 136 | 3/31/2026 |
| 2026.1.6-preview | 237 | 3/28/2026 |
| 2026.1.5-preview | 155 | 3/26/2026 |
| 2026.1.4-preview | 153 | 3/22/2026 |
| 2026.1.3-preview | 184 | 3/7/2026 |
| 2026.1.2-preview | 154 | 2/11/2026 |
| 2026.1.1-preview | 196 | 2/5/2026 |
| 2026.1.0-preview | 148 | 2/1/2026 |