EFDM.Core 0.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package EFDM.Core --version 0.1.2                
NuGet\Install-Package EFDM.Core -Version 0.1.2                
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="EFDM.Core" Version="0.1.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EFDM.Core --version 0.1.2                
#r "nuget: EFDM.Core, 0.1.2"                
#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.
// Install EFDM.Core as a Cake Addin
#addin nuget:?package=EFDM.Core&version=0.1.2

// Install EFDM.Core as a Cake Tool
#tool nuget:?package=EFDM.Core&version=0.1.2                

Entity framework data manager

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

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.8.1 89 12/19/2024
0.8.0 131 8/15/2024
0.7.15 133 5/15/2024
0.7.14 114 5/14/2024
0.7.13 277 11/30/2023
0.7.12 192 9/12/2023
0.7.11 155 9/11/2023
0.7.10 161 8/25/2023
0.7.9 190 6/29/2023
0.7.8 176 6/29/2023
0.7.7 189 6/19/2023
0.7.6 186 6/6/2023
0.7.5 214 5/2/2023
0.7.4 216 4/26/2023
0.7.3 304 2/16/2023
0.7.2 295 2/15/2023
0.7.1 297 2/15/2023
0.7.0 318 2/2/2023
0.6.13 398 10/31/2022
0.6.12 450 9/13/2022
0.6.11 424 9/13/2022
0.6.10 456 8/10/2022
0.6.9 471 8/1/2022
0.6.8 512 3/23/2022
0.6.6 453 3/23/2022
0.6.5 444 3/21/2022
0.6.4 454 2/16/2022
0.6.0 437 2/9/2022
0.1.4 302 12/29/2021
0.1.3 305 12/29/2021
0.1.2 289 12/28/2021
0.1.1 284 12/27/2021
0.1.0 300 12/22/2021

Change IDomainService to support params array -> Add(params TModel[] models)