ExeDCommon.DataEntity 0.9.3-preview

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

ExeDCommon.DataEntity

Common data entity abstractions and models for the ExeD platform.

Install

Install-Package ExeDCommon.DataEntity -Version 0.8.2-preview

Or with .NET CLI:

dotnet add package ExeDCommon.DataEntity --version 0.8.2-preview

Features

  • Strongly-typed entity base models
  • Shared value objects
  • Serialization friendly
  • SourceLink + symbols (PDB + snupkg) for step-into debugging without cloning repo

Debug Experience

This package publishes:

  • Portable PDB inside the .nupkg
  • Separate .snupkg symbols package
  • SourceLink metadata pointing to GitHub

If you enable Visual Studio / Rider setting: "Enable Source Link support" and allow symbol/server loading, you can F11 into the library code without manually downloading the repository.

Usage

// Example placeholder (replace with real usage when API is defined)
// using ExeDCommon.DataEntity;
// var customer = new CustomerEntity { Id = 1 };

Versioning

Preview versions prior to 1.0.0 may introduce breaking changes.

Contributing

Issues and PRs welcome.

License

MIT. See LICENSE file.

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 was computed.  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.  net10.0 was computed.  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

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
0.9.3-preview 142 10/13/2025
0.9.2-preview 136 10/13/2025
0.9.1-preview 129 10/5/2025
0.9.0-preview 131 10/5/2025
0.8.5-preview 123 10/5/2025
0.8.4-preview 122 10/5/2025