Package Description
$ dotnet add package Typely.AspNetCore.SwashbuckleTypely: Unleashing the power of value object creation with a fluent Api.
This library lets you use Typely in ASP.NET Core by generating OpenAPI documentation with Swashbuckle.
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddSwaggerGen(options => options.UseTypelySchemaFilter());