Carter icon indicating copy to clipboard operation
Carter copied to clipboard

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.

Results 31 Carter issues
Sort by recently updated
recently updated
newest added

Ability to generate a URI for another Botwin route? Similar to Nancy.Linker. This would likely need to give name to the route so you can resolve it. My primary usage...

**Error** I receive the error when trying to run an app 'published' with the following settings: - net6.0-windows - self-contained - win-x64 - single file ``` System.NullReferenceException: Object reference not...

# Motivation REST servers should be treated the same as user defined services. The nowadays usage of the REST functionality heavily relies on WebApplicationBuilder, a web-centric design. But, in fact,...

i'm intrigued by this idea as i think it'll help me return different representations for accept: application/hal+json vs application/vnd.mason+json for example, but i couldn't find much on it. hoping there's...

Hello, Current set of unit-tests for security appear to be around claims. Would like to see a sample surrounding 'role' based identification. Current policy is set up as (with my...

Our current github action buids and tests for pushes and PRs and on a push it packs and pushes a package to feedz.io. I would like a manual action that...

We've noticed that your package on NuGet.org is missing a README file. ## Why READMEs are Important Our customer research indicates that one of the top problems that package consumers...

up for grabs

The swagger UI page does not show any operations after installing and configuring swagger using the Swashbuckle.AspNetCore project. ![screenshot](https://github.com/CarterCommunity/Carter/assets/14608669/d4ccf7a5-0595-4691-9926-bc65391fd0f5)

when i use our library, i had set `builder.Services.AddCarter();` `builder.Services.AddControllers() .AddJsonOptions(options => options.JsonSerializerOptions.PropertyNamingPolicy = null); ` but output still keep lowcase for first word, like this ` "userStatus": "active",` I...

[ t.IsPublic](https://github.com/CarterCommunity/Carter/blob/82cc052b54c8a36526b6292aef506be11d4ccfcb/src/Carter/CarterExtensions.cs#L242C25-L242C25) && (t.IsNestedPublic || t.IsPublic)