GrayMint.Common.Swagger 2.1.256

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

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.1.262 100 7/21/2026
2.1.261 99 7/18/2026
2.1.260 91 7/17/2026
2.1.259 92 7/17/2026
2.1.258 83 7/17/2026
2.1.257 90 7/17/2026
2.1.256 85 7/17/2026
2.1.255 96 7/17/2026
2.1.254 109 7/7/2026
2.1.253 185 6/22/2026
2.1.252 419 5/7/2026
2.1.251 107 5/7/2026
2.1.248 109 5/7/2026
2.1.247 105 5/7/2026
2.1.246 681 2/3/2026
2.1.245 215 1/1/2026
2.1.244 145 1/1/2026
2.1.243 235 12/13/2025
2.1.242 244 11/27/2025
2.1.241 209 11/16/2025
Loading failed