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" />
<PackageReference Include="ExeDCommon.DataEntity" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=ExeDCommon.DataEntity&version=0.9.3-preview&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.
-
net8.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.9)
- Newtonsoft.Json (>= 13.0.4)
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 |