MySvc.Framework.Domain.Core 8.1.0

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

MySvc Framework Domain Core with enhanced Specification pattern support including null-safe extension methods and method overloads

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 (3)

Showing the top 3 NuGet packages that depend on MySvc.Framework.Domain.Core:

Package Downloads
MySvc.Framework.Infrastructure.IntegrationEventService

Package Description

MySvc.Framework.Infrastructure.Data.MongoDB

Package Description

MySvc.Framework.IS4.Domain

IdentityServer4 Domain

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.1.0 26 9/7/2025
8.0.9 26 9/7/2025
8.0.8 32 9/6/2025
8.0.7 35 9/6/2025
8.0.6 34 9/6/2025
8.0.5 36 9/6/2025
8.0.4 35 9/6/2025
8.0.3 38 9/6/2025
8.0.2 108 9/5/2025
8.0.1 107 9/4/2025
8.0.1-beta7 118 9/4/2025
8.0.1-beta21 108 9/4/2025
8.0.1-beta15 105 9/4/2025
8.0.1-beta14 105 9/4/2025
8.0.1-beta13 102 9/4/2025
8.0.0-beta6 95 6/21/2025
8.0.0-beta5 122 6/16/2025
8.0.0-beta4 119 6/15/2025
8.0.0-beta3 87 10/6/2024
8.0.0-beta2 71 10/6/2024
8.0.0-beta1 70 10/4/2024
6.0.3-beta1 103 3/14/2024
6.0.2-beta9 116 1/16/2024
6.0.2-beta8 172 11/15/2023
6.0.2-beta7 87 11/14/2023
6.0.2-beta6 122 10/20/2023
6.0.2-beta5 165 4/26/2023
6.0.2-beta4 181 2/2/2023
6.0.2-beta3 167 2/2/2023
6.0.2-beta2 187 1/27/2023
6.0.2-beta10 80 3/14/2024
6.0.2-beta1 176 12/20/2022
6.0.1-beta9 166 12/20/2022
6.0.1-beta8 161 12/20/2022
6.0.1-beta7 156 12/20/2022
6.0.1-beta6 164 12/20/2022
6.0.1-beta5 176 10/28/2022
6.0.1-beta4 172 10/28/2022
6.0.1-beta3 164 10/28/2022
6.0.1-beta2 182 10/27/2022
6.0.1-beta11 169 12/20/2022
6.0.1-beta10 162 12/20/2022
6.0.1-beta1 234 2/15/2022
6.0.0-beta9 220 2/15/2022
6.0.0-beta8 231 1/21/2022
6.0.0-beta7 229 1/21/2022
6.0.0-beta6 232 1/17/2022
6.0.0-beta10 225 2/15/2022

Added null-safe Specification extension methods with Expression and ISpecification overloads. Fixed AndSpecification null parameter bug.