FclEx.EfCore 2.2.8

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

FclEx.EfCore

Entity Framework Core helpers for FclEx.

What Is Included

  • Query helpers for EF Core IQueryable and DbContext workflows.
  • Update and change-application helpers.
  • Soft-delete helpers and entity-state utilities.
  • Relational schema helpers.
  • SSH tunnel helpers for database access during local or integration workflows.
  • Test-model and test-data conveniences used by EF-oriented tests.

Usage Notes

  • This package targets net8.0, net9.0, and net10.0.
  • It depends on Microsoft.EntityFrameworkCore.Relational and FclEx.Core.
  • Keep provider-specific SQL behavior in application code or provider-specific packages.
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 is compatible.  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 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.

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
2.2.8 103 6/13/2026
2.2.6 107 6/8/2026
2.2.5 109 6/5/2026
2.2.4 89 6/5/2026
2.2.3 152 5/27/2026
2.2.2 113 5/26/2026
2.2.1 122 5/23/2026
2.2.0 130 5/13/2026
2.1.5 93 5/11/2026
2.1.4 132 4/18/2026
2.1.3 155 4/6/2026
2.1.2 119 4/6/2026
2.1.1 167 4/2/2026
2.1.0 104 4/1/2026
2.0.9 118 3/18/2026
2.0.8 129 3/16/2026
2.0.7 119 3/16/2026
2.0.6 118 3/16/2026
2.0.5 111 3/15/2026
1.0.0 97 5/14/2026
Loading failed