NextGenSoftware.OASIS.API.DNA 2.0.0

dotnet add package NextGenSoftware.OASIS.API.DNA --version 2.0.0
                    
NuGet\Install-Package NextGenSoftware.OASIS.API.DNA -Version 2.0.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="NextGenSoftware.OASIS.API.DNA" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NextGenSoftware.OASIS.API.DNA" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="NextGenSoftware.OASIS.API.DNA" />
                    
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 NextGenSoftware.OASIS.API.DNA --version 2.0.0
                    
#r "nuget: NextGenSoftware.OASIS.API.DNA, 2.0.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.
#:package NextGenSoftware.OASIS.API.DNA@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NextGenSoftware.OASIS.API.DNA&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=NextGenSoftware.OASIS.API.DNA&version=2.0.0
                    
Install as a Cake Tool

NextGen Software WEB4 OASIS API DNA.

This module is responsible for loading and managing the OASISDNA.json config file. This is where all of the settings for the ONODE are kept such as settings for each OASIS Provider configured for that ONODE, which ones to use for auto-replication, auto-loadbalance, auto-failover, email, authentication, security, error handling, encryption, logging settings etc.

NOTE: This module is not intended to be used standalone, it is simply a dependency for the OASIS.API.Native.Integrated.EndPoint module/package and is the recommended way to use the OASIS API along with the REST API below.

Initial Release targeting OASIS API v2.3.1 (Current LIVE REST version): https://api.oasisweb4.one

Full documentation and source code can be found here: https://github.com/NextGenSoftwareUK/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK

Make sure you check out the Overview and Benefits Of Building On The WEB 4 OASIS API sections above! 😃 Thank you!

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (12)

Showing the top 5 NuGet packages that depend on NextGenSoftware.OASIS.API.DNA:

Package Downloads
NextGenSoftware.OASIS.API.Core

This is the heart of the OASIS and contains the core OASIS Engine, architecture, managers, interfaces, helpers, holons/objects, object model, enums, etc. It can be used directly in projects/apps if needed (you can use any of the Managers) but it is highly recommended you use the OASIS.API.Native.Integrated.EndPoint or REST API instead.

NextGenSoftware.OASIS.OASISBootLoader

Responsible for Booting The OASIS & managing the various OASIS Providers. Used by various OASIS Packages such as OASIS.API.Integrated.Native.EndPoint, STAR & others.

NextGenSoftware.OASIS.API.Providers.IPFSOASIS

WEB4 OASIS API IPFS OASIS Provider is one of the many WEB2/WEB3 providers that plug in and integtate into the OASIS.

NextGenSoftware.OASIS.API.Providers.HoloWebOASIS

HoloWeb OASIS Provider — connects the OASIS API to Holochain via the HoloWeb browser-accessible WebSocket conductor endpoint, enabling web-browser-hosted Holochain apps.

NextGenSoftware.OASIS.Web6.Core

The Core (Business Logic Layer) for WEB6 - the AI abstraction layer of the OASIS Omniverse. Provides a unified interface across AI providers (OpenAI, Anthropic, Ollama and more), hosts the OASIS MCP Server integration, and enables AI-augmented avatar interactions, quest generation and holonic reasoning.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0 0 7/12/2026
1.0.6 1,846 2/3/2023
1.0.5 425 2/3/2023
1.0.4 443 1/19/2023
1.0.3 1,266 1/4/2023
1.0.2 2,134 8/30/2022
1.0.1 3,211 8/30/2022
1.0.0 3,005 8/30/2022

- Initial NuGet release as part of the OASIS Omniverse Reboot and Rebrand under oasisomniverse.one.
- Upgraded to .NET 10 — latest runtime with improved performance and language features.
- Full integration with OASIS API Core v2.0.0, WEB6-WEB10 layers, ONET, FAHRN, HyperDrive v2, and OASIS MCP Server.
- Security-hardened: CORS, JWT, and NuGet vulnerability remediation.
- Many misc improvements.
- Multiple bug fixes.