SaxonHE12NetIXslt 12.4.8.8

dotnet tool install --global SaxonHE12NetIXslt --version 12.4.8.8
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 SaxonHE12NetIXslt --version 12.4.8.8
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SaxonHE12NetIXslt&version=12.4.8.8
nuke :add-package SaxonHE12NetIXslt --version 12.4.8.8

Thin .NET 6/8 console app/dotnet tool around IKVM cross-compiled .NET version of Saxon-HE 12.4 Java, extended with CoffeeSacks 3.2.6 Invisible XML extension

This tool is a .NET 6/8 console app/a dotnet tool providing a thin .NET 6/8 wrapper around an IKVM cross-compiled version of Saxon HE 12.4 Java to perform XSLT 3.0 transformations.

This is one of the sample projects outlining my successful attempt to apply https://github.com/ikvm-revived/ikvm and https://github.com/ikvm-revived/ikvm-maven to use the open-source Saxon HE 12.4 Java XSLT 3.0, XQuery 3.1 and XPath 3.1 library in .NET 6/8 code, in this case additionally adding a also cross-compiled Java library CoffeeSacks 3.2.0 for Invisible XML support.

Please understand that this is my own experiment, it uses the official Saxon HE 12.4 release from Maven, but the integration with IKVM and IKVM Maven is an experimental work of my own, not in any way an officially tested and supported product by Saxonica, the company that has produced Saxon.

Feel free to use to try and use it under the Mozilla Public License 2.0.

The releases can be found later on NuGet.

Understand that this is work in progress and kind of experimental, I don't have access to a complete test suite of unit tests to rigorously test this, I nevertheless feel it can be useful for folks to at least know about this option to run XSLT 3.0 with .NET 6 or later, without depending on the so far commercial only SaxonCS from Saxonica.

Known issues: I have created the project with VS 2022 Community Edition on Windows, apps built that way could be deployed and run successfully under Linux or Mac where the dotnet .NET 6/8 runtime is installed; by now, the latest https://github.com/ikvm-revived/ikvm-maven seems to work on a Mac, so in experiments of your own you should be able to develop and build on Windows and MacOS.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 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. 
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
12.4.8.8 261 4/18/2024
12.4.8.8-pre.1 178 3/28/2024
12.4.7.5 392 3/27/2024
12.4.3.2 1,317 11/30/2023
12.3.8.7 1,258 11/10/2023
12.3.3.2 1,689 8/5/2023
12.3.3 1,830 7/30/2023
12.2.1 1,076 5/2/2023
12.1.0.3 1,311 4/15/2023
12.1.0.2 923 4/13/2023
12.1.0 1,022 4/12/2023

This is the first release using Saxon HE 12.4 and CoffeeSacks 3.2.6, using IKVM.Maven.Sdk 1.6.9 and IKVM 8.8.0 for .NET 6 and .NET 8