NextGenSoftware.OASIS.API.Core
2.0.0
dotnet add package NextGenSoftware.OASIS.API.Core --version 2.0.0
NuGet\Install-Package NextGenSoftware.OASIS.API.Core -Version 2.0.0
<PackageReference Include="NextGenSoftware.OASIS.API.Core" Version="2.0.0" />
<PackageVersion Include="NextGenSoftware.OASIS.API.Core" Version="2.0.0" />
<PackageReference Include="NextGenSoftware.OASIS.API.Core" />
paket add NextGenSoftware.OASIS.API.Core --version 2.0.0
#r "nuget: NextGenSoftware.OASIS.API.Core, 2.0.0"
#:package NextGenSoftware.OASIS.API.Core@2.0.0
#addin nuget:?package=NextGenSoftware.OASIS.API.Core&version=2.0.0
#tool nuget:?package=NextGenSoftware.OASIS.API.Core&version=2.0.0
NextGen Software WEB4 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.
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 | Versions 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. |
-
net10.0
- AutoMapper (>= 16.2.0)
- BCrypt.Net-Next (>= 4.0.2)
- Cryptography.ECDSA.Secp256K1 (>= 1.1.3)
- MailKit (>= 4.17.0)
- Microsoft.Data.SqlClient (>= 5.2.2)
- NBitcoin (>= 9.0.3)
- Newtonsoft.Json (>= 13.0.1)
- NextGenSoftware.OASIS.API.DNA (>= 2.0.0)
- NextGenSoftware.OASIS.Common (>= 2.0.0)
- NLog (>= 4.7.9)
- Resend (>= 0.5.1)
- Rijndael256.Core (>= 3.2.5)
- System.IdentityModel.Tokens.Jwt (>= 6.35.0)
NuGet packages (73)
Showing the top 5 NuGet packages that depend on NextGenSoftware.OASIS.API.Core:
| Package | Downloads |
|---|---|
|
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.Native.Integrated.EndPoint
The OASIS API Native Integrated EndPoint. To be used to integrate the OASIS API directly into target applications (including Unity) instead of using the existing REST API. Can be used for offline/poor connection use cases, etc. This version will also of course be faster than the REST API. This version also contains some functionality not currently implemented in the REST API. |
|
|
NextGenSoftware.OASIS.API.Providers.SOLANAOASIS
WEB4 OASIS API SOLANA OASIS Provider is one of the many WEB2/WEB3 providers that plug in and integtate into the OASIS. |
|
|
NextGenSoftware.OASIS.API.COSMIC
This module is the COSMIC API to WEB5 STAR ODK (OASIS Developer Kit) Omniverse Interoperable Metaverse Low Code Generator. This is built on top of the WEB4 OASIS API. This is currently a WIP and not intended to be used directly, please use OASIS.API.Core.Native.Integrated.EndPoint instead or the REST API. |
|
|
NextGenSoftware.OASIS.API.Providers.EthereumOASIS
WEB4 OASIS API Ethereum OASIS Provider is one of the many WEB2/WEB3 providers that plug in and integtate into the OASIS. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- OASIS Omniverse Reboot and Rebrand: major ecosystem relaunch under oasisomniverse.one after ~3 years of deep development.
- Added WEB6 (The AI Layer) with full LLM routing via FAHRN — supports OpenAI, Anthropic Claude, Cohere, HuggingFace, and Azure OpenAI.
- Added WEB7 (The Spatial/AR Layer), WEB8 (The Holographic Layer), WEB9 (The Neural Layer), and WEB10 (The Omniversal Layer) decentralised API tiers.
- Added ONET P2P network with FAHRN (Federated Adaptive Holonic Routing Network) and HolonicBraid mesh routing.
- Added OASIS HyperDrive v2 with DHT-based distributed storage and replication.
- Added OASIS MCP Server for seamless WEB4-WEB10 tool integration.
- Full implementation of all remaining provider interface stubs across all ~55 OASIS Providers.
- Security overhaul: CORS hardening (open/pluggable API policy), JWT validation fixes, NuGet vulnerability remediation across all projects.
- Fixed GetKarmaAsync returning 0: now falls back to AvatarDetail.Karma when in-memory cache is empty.
- Auto-creates AvatarDetail on first karma award if it does not exist yet.
- Fixed MongoDB holon save always inserting instead of updating for REST clients.
- Fixed circular reference serialisation causing truncated JSON in loadHolon responses.
- Fixed null max_tokens causing 400 errors across OpenAI, Cohere, AzureOpenAI, and HuggingFace providers.
- JWT middleware now skips silently on invalid tokens; AuthorizeAttribute handles the decision.
- PreferOpenServ, EnableFAHRN, EnableHolonicBraid, and ApiKeys added to OASIS_DNA.json.
- Added optional returnUrl parameter to forgot-password endpoint.
- Made OldPassword optional in ResetPassword (not required when using a reset token).
- Changed license to GNU Affero General Public License v3 (AGPL3).
- Numerous bug fixes, stability improvements, and performance enhancements.
- Upgraded all projects to .NET 10 — the latest LTS runtime with improved performance, lower memory footprint, and new language features.
- Miscellaneous stability improvements and internal refactoring across all layers.
- Improved async/await patterns and cancellation token propagation throughout.
- Better null safety and nullable reference type annotations.
- Refined logging output for easier diagnostics.
- Various minor bug fixes identified during the WEB6-10 integration testing phase.
- Many misc improvements.
- Multiple bug fixes.