Soenneker.Extensions.Entities
4.0.253
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Soenneker.Extensions.Entities --version 4.0.253
NuGet\Install-Package Soenneker.Extensions.Entities -Version 4.0.253
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="Soenneker.Extensions.Entities" Version="4.0.253" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Extensions.Entities" Version="4.0.253" />
<PackageReference Include="Soenneker.Extensions.Entities" />
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 Soenneker.Extensions.Entities --version 4.0.253
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Extensions.Entities, 4.0.253"
#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 Soenneker.Extensions.Entities@4.0.253
#: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=Soenneker.Extensions.Entities&version=4.0.253
#tool nuget:?package=Soenneker.Extensions.Entities&version=4.0.253
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.Extensions.Entities
A collection of helpful Entities extension methods.
Installation
dotnet add package Soenneker.Extensions.Entities
Quick start
using Soenneker.Extensions.Entities;
// Given an existing T named entity:
var result = entity.ToDocumentId();
Common operations
ToDocumentId()- Shorthand for SplitId on the Id of the entity. Returns will not return the partitionKey unless it's the same as the documentId.ToPartitionKey()- Splits the entity's compound ID and returns its partition-key component.
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Soenneker.Entities.Entity (>= 4.0.695)
- Soenneker.Extensions.String (>= 4.0.724)
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 |
|---|---|---|
| 4.0.287 | 133 | 9/16/2026 |
| 4.0.286 | 95 | 9/16/2026 |
| 4.0.285 | 85 | 9/16/2026 |
| 4.0.284 | 89 | 9/15/2026 |
| 4.0.282 | 97 | 9/13/2026 |
| 4.0.281 | 91 | 9/13/2026 |
| 4.0.280 | 89 | 9/13/2026 |
| 4.0.279 | 100 | 9/13/2026 |
| 4.0.278 | 92 | 9/12/2026 |
| 4.0.277 | 98 | 9/12/2026 |
| 4.0.276 | 91 | 9/12/2026 |
| 4.0.275 | 121 | 9/9/2026 |
| 4.0.274 | 92 | 9/8/2026 |
| 4.0.273 | 113 | 9/8/2026 |
| 4.0.272 | 109 | 9/7/2026 |
| 4.0.271 | 99 | 9/7/2026 |
| 4.0.270 | 95 | 9/7/2026 |
| 4.0.269 | 98 | 9/7/2026 |
| 4.0.268 | 134 | 9/5/2026 |
| 4.0.253 | 102 | 8/29/2026 |
Loading failed
Update dependency Soenneker.Extensions.String to 4.0.724 (#625)