Rxmxnx.JNetInterface.Core 0.9.0

dotnet add package Rxmxnx.JNetInterface.Core --version 0.9.0
                    
NuGet\Install-Package Rxmxnx.JNetInterface.Core -Version 0.9.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="Rxmxnx.JNetInterface.Core" Version="0.9.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rxmxnx.JNetInterface.Core" Version="0.9.0" />
                    
Directory.Packages.props
<PackageReference Include="Rxmxnx.JNetInterface.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Rxmxnx.JNetInterface.Core --version 0.9.0
                    
#r "nuget: Rxmxnx.JNetInterface.Core, 0.9.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.
#addin nuget:?package=Rxmxnx.JNetInterface.Core&version=0.9.0
                    
Install Rxmxnx.JNetInterface.Core as a Cake Addin
#tool nuget:?package=Rxmxnx.JNetInterface.Core&version=0.9.0
                    
Install Rxmxnx.JNetInterface.Core as a Cake Tool

Quality Gate Status Bugs Coverage Lines of Code Reliability Rating Maintainability Rating Security Rating


Description

Rxmxnx.JNetInterface.Core is a package that provides essential base classes and abstractions for working with JNI in .NET. It is designed for scenarios where direct dependency on a JVM is not required or desirable.

Usage

This package is automatically included as a dependency of the main Rxmxnx.JNetInterface package. However, it can be explicitly installed when a real JNI implementation is not needed. For example, it allows developers to write .NET JNI code while keeping it isolated from unmanaged or native interop.

API Access Restrictions

While Rxmxnx.JNetInterface.Core exposes the necessary APIs for developing JNI-based code in .NET, some APIs are intentionally restricted to prevent unauthorized access to critical functionality. Currently, only Rxmxnx.JNetInterface, which facilitates interoperability between .NET and the JVM, has access to these restricted APIs.

JNI Proxies

Rxmxnx.JNetInterface.Core includes specialized types that enable unit testing without requiring a JVM, making it easier to develop and test JNI-based .NET applications in isolated environments.


Documentation

API documentation can be found in the source code in documentation comments.

Learn more from README on GitHub.


License

This project is licensed under the MIT License.

Product Compatible and additional computed target framework versions.
.NET 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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Rxmxnx.JNetInterface.Core:

Package Downloads
Rxmxnx.JNetInterface

Rxmxnx.JNetInterface provides an implementation of the Java Native Interface and Invocation API for use within the .NET ecosystem.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.0 150 3/20/2025