SaxonHE11NetXQuery 11.4.0-alpha1

This is a prerelease version of SaxonHE11NetXQuery.
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global SaxonHE11NetXQuery --version 11.4.0-alpha1
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 SaxonHE11NetXQuery --version 11.4.0-alpha1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SaxonHE11NetXQuery&version=11.4.0-alpha1&prerelease
nuke :add-package SaxonHE11NetXQuery --version 11.4.0-alpha1

Thin .NET 6 console app/dotnet tool around IKVM cross-compiled .NET version of Saxon-HE 11.4 Java

This tool is a .NET 6 console app/a dotnet tool providing a thin .NET 6 wrapper around an IKVM cross-compiled version of Saxon HE 11.4 Java to run XQuery 3.1.

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 11 Java XSLT 3.0, XQuery 3.1 and XPath 3.1 library in .NET 6 code.

Please understand that this is my own experiment, it uses the official Saxon HE 11 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.

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

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 XQuery 3.1 with .NET 6, 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 runtime is installed; however, the https://github.com/ikvm-revived/ikvm-maven does seem to work on a Mac, so in experiments of your own you will probably be restricted to develop and build on Windows.

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 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. 
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
11.6.0 1,760 8/24/2023
11.5.0 3,109 2/9/2023
11.4.1 2,044 2/1/2023
11.4.0 3,099 11/2/2022
11.4.0-alpha1 288 9/13/2022

Initial alpha release.