![]() |
VOOZH | about |
dotnet add package Mostlylucid.LucidRAG.CodeSummarizer.Mermaid.Jint --version 2.7.5
NuGet\Install-Package Mostlylucid.LucidRAG.CodeSummarizer.Mermaid.Jint -Version 2.7.5
<PackageReference Include="Mostlylucid.LucidRAG.CodeSummarizer.Mermaid.Jint" Version="2.7.5" />
<PackageVersion Include="Mostlylucid.LucidRAG.CodeSummarizer.Mermaid.Jint" Version="2.7.5" />Directory.Packages.props
<PackageReference Include="Mostlylucid.LucidRAG.CodeSummarizer.Mermaid.Jint" />Project file
paket add Mostlylucid.LucidRAG.CodeSummarizer.Mermaid.Jint --version 2.7.5
#r "nuget: Mostlylucid.LucidRAG.CodeSummarizer.Mermaid.Jint, 2.7.5"
#:package Mostlylucid.LucidRAG.CodeSummarizer.Mermaid.Jint@2.7.5
#addin nuget:?package=Mostlylucid.LucidRAG.CodeSummarizer.Mermaid.Jint&version=2.7.5Install as a Cake Addin
#tool nuget:?package=Mostlylucid.LucidRAG.CodeSummarizer.Mermaid.Jint&version=2.7.5Install as a Cake Tool
100% spec-conformant Mermaid diagram parsing using Jint (pure .NET JavaScript interpreter) running mermaid.js in-process. Drop-in replacement for the regex-based MermaidParser with automatic fallback.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. 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. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.7.5 | 113 | 3/30/2026 |
| 2.7.4 | 108 | 3/30/2026 |
| 2.7.3 | 109 | 3/30/2026 |
| 2.7.1 | 124 | 3/29/2026 |
| 2.7.0 | 107 | 3/29/2026 |
| 2.6.0 | 107 | 3/29/2026 |
| 2.5.0-alpha0 | 109 | 2/10/2026 |
| 2.1.0 | 121 | 2/9/2026 |
| 2.1.0-preview2 | 107 | 2/9/2026 |
| 2.0.1-rc0 | 105 | 2/9/2026 |
| 1.1.1 | 126 | 2/4/2026 |
| 1.0.0 | 120 | 2/4/2026 |
| 1.0.0-rc6 | 110 | 2/4/2026 |
| 1.0.0-rc5 | 113 | 2/3/2026 |
| 1.0.0-rc4 | 113 | 2/3/2026 |
| 1.0.0-rc2 | 112 | 2/3/2026 |
| 1.0.0-alpha4 | 119 | 2/2/2026 |
Initial release: Jint-based mermaid.js parser for 100% spec-conformant diagram parsing.
- Runs mermaid.js in-process via Jint (pure .NET JavaScript interpreter)
- Thread-safe engine pooling for concurrent parsing
- Automatic fallback to regex parser on failure
- Drop-in replacement: call AddMermaidJintParser() after AddCodeSummarizer()