Illuminate 0.8.1

dotnet tool install --global Illuminate --version 0.8.1
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Illuminate --version 0.8.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Illuminate&version=0.8.1
                    
nuke :add-package Illuminate --version 0.8.1
                    

About

A .NET Core Global Tool to transform documentation into a rich, interactive, example first experience.

The CLI tool takes care of reading the compiled .dll, extracting the xml-doc documentation and generating the necessary files to be consumed by the Illuminate.Razor library.

How to Use

Install as a .NET Core Global Tool:

dotnet tool install Illuminate --global --prerelease

Run the tool

Illuminate generate --source /path/to/source/*/MyAssemblies.*.dll --output /path/to/output/latest --allowoverwrite
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.8.1 200 10/3/2025
0.8.0 323 2/23/2025