Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in minimal-apis

Model Binding of dictionary in .NET 8 Minimal API

ASP.NET Core 6.0 - Minimal APIs: What parameters are available to Map methods for handling routes?

How to Set JSON PropertyNamingPolicy when using Results.OK in Minimal API when JsonSerializerOptions.PropertyNamingPolicy has no effect?

Minimal API - How to use ILogger in static class

Using DataAnnotation Model Validation in Minimal Api

ASP.NET Core - want to force text/plain with Results.Ok(<string>)

Minimal API - Invalid JSONs in request body

How do I get the incoming request body and the outgoing response body in ASP.NET Core middleware?

Why does 'foo' return an empty body?

c# .net-6.0 minimal-apis

What is the correct lifetime for classes used to organize Minimal Api endpoints and should I resolve them in CreateScope()?

Address not available after HttpRequest in Docker Container

.NET Core 6 minimal API with OpenApi - validate request against OpenApi schema

How to read POST parameters in Minimal API, in C# posted by desktop app, .NET 6.0?

Getting the current user in a minimal api

Override Host configuration in Integration Testing using ASP NET Core 6 Minimal APIs model

How to implement Response Caching with Minimal APIs in .NET 6?