NuDom.Core 1.0.0-beta.12

This is a prerelease version of NuDom.Core.
dotnet add package NuDom.Core --version 1.0.0-beta.12
                    
NuGet\Install-Package NuDom.Core -Version 1.0.0-beta.12
                    
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="NuDom.Core" Version="1.0.0-beta.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NuDom.Core" Version="1.0.0-beta.12" />
                    
Directory.Packages.props
<PackageReference Include="NuDom.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 NuDom.Core --version 1.0.0-beta.12
                    
#r "nuget: NuDom.Core, 1.0.0-beta.12"
                    
#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 NuDom.Core@1.0.0-beta.12
                    
#: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=NuDom.Core&version=1.0.0-beta.12&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=NuDom.Core&version=1.0.0-beta.12&prerelease
                    
Install as a Cake Tool

NuDom.Core

Core runtime library for NuDom-generated DataMiner DOM models.

Overview

NuDom.Core provides the runtime foundation for type-safe DOM models generated by the NuDom source generator. It handles querying, validation, serialization, and caching so generated code stays minimal and focused on your domain model.

Key Capabilities

  • Type-safe LINQ queries with automatic server-side filter translation
  • Built-in validation powered by FluentValidation
  • Configurable caching to reduce redundant DataMiner calls
  • Navigation properties with lazy loading and eager loading support
  • Pagination for large result sets

Requirements

  • .NET Framework 4.8
  • DataMiner 10.5+

SDK Dependencies

Package Minimum Version
Skyline.DataMiner.Utils.DOM 10.5.2.4
Skyline.DataMiner.Core.SRM 2.0.4

Installation

This package is installed automatically when using the NuDom source generator. To install manually:

dotnet add package NuDom.Core

License

Copyright © 2026 Zamberetta. All rights reserved. See the LICENSE file included in this package for details.

Third-party licenses are documented in the THIRD-PARTY-NOTICES.txt file included in this package.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-beta.12 62 4/5/2026
1.0.0-beta.11 47 4/2/2026
1.0.0-beta.10 64 3/14/2026
1.0.0-beta.9 104 3/3/2026
1.0.0-beta.8 58 2/27/2026
1.0.0-beta.7 55 2/27/2026
1.0.0-beta.6 51 2/27/2026
1.0.0-beta.5 64 2/26/2026
1.0.0-beta.4 57 2/25/2026
1.0.0-beta.3 49 2/24/2026
1.0.0-beta.2 46 2/24/2026
1.0.0-beta.1 51 2/24/2026