GrayMint.Common.EntityFrameworkCore 2.1.258

There is a newer version of this package available.
See the version list below for details.
dotnet add package GrayMint.Common.EntityFrameworkCore --version 2.1.258
                    
NuGet\Install-Package GrayMint.Common.EntityFrameworkCore -Version 2.1.258
                    
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="GrayMint.Common.EntityFrameworkCore" Version="2.1.258" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GrayMint.Common.EntityFrameworkCore" Version="2.1.258" />
                    
Directory.Packages.props
<PackageReference Include="GrayMint.Common.EntityFrameworkCore" />
                    
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 GrayMint.Common.EntityFrameworkCore --version 2.1.258
                    
#r "nuget: GrayMint.Common.EntityFrameworkCore, 2.1.258"
                    
#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 GrayMint.Common.EntityFrameworkCore@2.1.258
                    
#: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=GrayMint.Common.EntityFrameworkCore&version=2.1.258
                    
Install as a Cake Addin
#tool nuget:?package=GrayMint.Common.EntityFrameworkCore&version=2.1.258
                    
Install as a Cake Tool

GrayMint.Common

Common utilities shared across GrayMint projects, published to nuget.org.

Package Description
GrayMint.Common General utilities (async helpers, jobs, API client base).
GrayMint.Common.AspNetCore Startup skeleton and utilities for ASP.NET Core apps.
GrayMint.Common.EntityFrameworkCore Utilities for EF Core projects.
GrayMint.Common.Swagger NSwag / OpenAPI utilities.

All packages share a single version, sourced from pub/PubVersion.json.

Repo layout

  • src/ — the packable libraries. One shared version and package metadata via src/Directory.Build.props; a csproj declares only its Description, TargetFramework, and references.
  • tests/ — unit tests (GrayMint.Common.Test) and a sample host (TestWebApp). Never packed.
  • pub/ — versioning and update scripts (Invoke-VersionBump.ps1, lib/Update-NugetPackages.ps1); pub/PubVersion.json is the version source of truth.
  • .github/workflows/ — CI: every push to main builds, tests, bumps the version, and publishes to nuget.org; a daily job updates all NuGet dependencies to the latest versions and republishes when tests pass. Failures notify by email; nothing ships when tests fail.

Some classes (ApiClients/*, Exceptions/*, Jobs/*, Generics/*, Extensions/TaskExtensions.cs, Utils/AsyncLock.cs, Utils/FastDateTime.cs, Utils/TestUtil.cs) are exact copies shared with an upstream toolkit — only their namespaces differ. Update them by re-copying from the source (Update-ToolkitClasses.ps1); never edit them by hand here.

See docs/versioning-and-nuget-updates.md for how the versioning/publish/auto-update mechanism works and how to reuse it in another repo.

Build

dotnet build GrayMint.Common.slnx
dotnet test GrayMint.Common.slnx
Product 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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on GrayMint.Common.EntityFrameworkCore:

Package Downloads
GrayMint.Common.AspNetCore

A simple startup skeleton and a few utils which used in some projects.

GrayMint.Authorization.UserManagement.UserProviders

Package Description

GrayMint.Authorization.RoleManagement.RoleProviders

Package Description

GrayMint.Authorization.RoleManagement.ResourceProviders

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.262 97 7/21/2026
2.1.261 240 7/18/2026
2.1.260 92 7/17/2026
2.1.259 106 7/17/2026
2.1.258 100 7/17/2026
2.1.257 94 7/17/2026
2.1.256 97 7/17/2026
2.1.255 101 7/17/2026
2.1.254 200 7/7/2026
2.1.253 238 6/22/2026
2.1.252 463 5/7/2026
2.1.251 160 5/7/2026
2.1.248 153 5/7/2026
2.1.247 110 5/7/2026
2.1.246 775 2/3/2026
2.1.245 217 1/1/2026
2.1.244 154 1/1/2026
2.1.243 269 12/13/2025
2.1.242 336 11/27/2025
2.1.241 204 11/16/2025
Loading failed