Carter 3.5.0

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

Carter is a library that allows Nancy-esque routing for use with ASP.Net Core.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (23)

Showing the top 5 NuGet packages that depend on Carter:

Package Downloads
Carter.ResponseNegotiators.Newtonsoft

Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.

SpCraft.Net.Common.Api

Package Description

SMGJ.Common

SMGJ Common library package

Linn.Common.Facade.Carter

Package Description

NexusLabs.Needlr.Carter

Package Description

GitHub repositories (19)

Showing the top 19 popular GitHub repositories that depend on Carter:

Repository Stars
aspnetrun/run-aspnetcore-microservices
Microservices on .NET platforms used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation with using latest features of .NET 8 and C# 12
CarterCommunity/Carter
Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
aliostad/CacheCow
An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server
featherhttp/framework
A lightweight low ceremony API for web services.
Particular/Workshop
SOA Done Right
mcneel/compute.rhino3d
REST geometry server based on RhinoCommon and headless Rhino
TanvirArjel/CleanArchitecture
This repository contains the implementation of domain-driven design and clear architecture in ASP.NET Core.
asc-lab/better-code-with-ddd
This repository contains code that accompanies presentation ASC LAB team gave at meetup about “Creating better code with Domain Driven Design”.
poorna-soysa/grpc-demo
This repository contains a sample application built with .NET 8, demonstrating the use of gRPC for high-performance remote procedure calls
poorna-soysa/vertical-slice-architecture-template
Vertical Slice Architecture Template for .NET 10
poorna-soysa/url-shortener-app
This repository contains a n URL Shortener sample application built with .NET 10 , NET Aspire, PostgreSQL
thisisnabi/DigitalWallet
The E-Commerce User Wallet Service designed in ASP.NET Core
amasen02/freshcart-backend
FreshCart — .NET 10 + Aspire microservices reference e-commerce platform with an Angular 20 SPA
mehmetozkaya/EShopMicroservices
isaacOjeda/MinimalApiArchitecture
.NET 8 Minimal API with Vertical Slice Architecture
thisisnabi/Notify
Notify as a service in ASP.NET Core & VSA
mehmetozkaya/EshopModularMonoliths
Modular Monoliths on .NET used ASP.NET Web API, Docker, PostgreSQL, Redis, RabbitMQ, Keycloak, Seq, MassTransit, Entity Framework Core, CQRS, MediatR, DDD, Vertical Slice Architecture and Outbox pattern implementation with using latest features of .NET 8 and C# 12
mehmetozkaya/EShopMicroservices-Udemy-Sections
This repository prepared for Udemy course sections that you can find all codes section-by-section on my Udemy Course
Version Downloads Last Updated
10.0.0 796,042 11/13/2025
9.0.0 670,842 11/16/2024
8.2.1 1,213,133 6/6/2024
8.2.0 39,960 5/24/2024
8.1.0 256,530 5/11/2024
8.0.0 610,768 12/4/2023
7.2.0 121,514 9/21/2023
7.1.0 152,727 4/22/2023
7.0.1 23,246 3/15/2023
7.0.0 48,260 11/21/2022
7.0.0-beta 402 11/21/2022
7.0.0-alpha1 336 11/18/2022
6.1.1 169,618 7/20/2022
6.1.0 4,955 7/15/2022
6.0.0 145,676 11/22/2021
6.0.0-rc4 1,926 11/12/2021
6.0.0-rc3 658 11/2/2021
3.5.0 12,878 4/7/2018
Loading failed

Carter 3.5.0 will be the last release under the name Carter. Future releases will be known as Carter and found at carter