PdfTemplating.XslFO.Razor.AspNetCoreMvc 3.1.0

dotnet add package PdfTemplating.XslFO.Razor.AspNetCoreMvc --version 3.1.0
NuGet\Install-Package PdfTemplating.XslFO.Razor.AspNetCoreMvc -Version 3.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PdfTemplating.XslFO.Razor.AspNetCoreMvc" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PdfTemplating.XslFO.Razor.AspNetCoreMvc --version 3.1.0
#r "nuget: PdfTemplating.XslFO.Razor.AspNetCoreMvc, 3.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PdfTemplating.XslFO.Razor.AspNetCoreMvc as a Cake Addin
#addin nuget:?package=PdfTemplating.XslFO.Razor.AspNetCoreMvc&version=3.1.0

// Install PdfTemplating.XslFO.Razor.AspNetCoreMvc as a Cake Tool
#tool nuget:?package=PdfTemplating.XslFO.Razor.AspNetCoreMvc&version=3.1.0

This is a C#.Net solution that provides the capability to easily generate PDF documents with a templating approach using Razor MVC templates; as opposed to extremely complex code based approaches most libraries provide. It's based on the Xsl-FO standard for rendering robust paged media outputs as PDF Documents.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.0 2,180 6/25/2022
3.0.0 456 6/24/2022
1.0.0 477 5/23/2022

- Breaking Namespace changes for CustomExtensions to reduce risk of conflicts.

Prior Release Notes
- Updated to sync with new v3.0 Common and new v3 due to breaking changes.
- Code cleanup and simplifcation; small breaking change to no longer need Generic type.
- Initial relase of fully functioning Razor Template Renderer for Asp.NET Core; generally mirroring functionality fo the original Asp.NET MVC (legacy) version but now fully Async along with a few deviations necessiated by .NET Core best practices.
- Strongly encouraged use of de-coupled Templating and Rendering processes via ApacheFOP.Serverless; therefore sample projects for .NET Core no longer implement legacy Fonet; which likely has issues in non-Windows environements.