DoradoDossier 0.1.3
Dorado Dossier is a 'Work in Progress' project that aspires to be a documentation & reporting library, leveraging the power and familiarity of the .NET Razor Engine that allows developers to create dynamically generated documents with minimal effort.
N.B: This project is in the very early stages of research & development and is not ready for use in production environments.
Usage examples can be found at:
https://github.com/Anitorious/DoradoDossier
Install-Package DoradoDossier -Version 0.1.3
dotnet add package DoradoDossier --version 0.1.3
<PackageReference Include="DoradoDossier" Version="0.1.3" />
paket add DoradoDossier --version 0.1.3
Release Notes
V 0.1.3
Introduced Dossier Configuration
Introduced Trusted Rendering Modus
Dossier Instantiation no longer requires a type, but all methods that belong to the object do
Renamed IQueryDossier<T> to ISubject<T>
Default Subject Handler amended from "Dossier" to "Subject"
Razor Engine Templates now compiled with full trust by default
Renamed Dorado Namespace
Dependencies
-
.NETFramework 4.0
- RazorEngine (>= 3.7.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.