Skip to content

Instantly share code, notes, and snippets.

View IOrlandoni's full-sized avatar
🔥
On fire

Nacho Orlandoni IOrlandoni

🔥
On fire
View GitHub Profile
using System.Collections.Generic;
using Swashbuckle.SwaggerGen.Generator;
using Swashbuckle.Swagger.Model;
namespace BoundedContext.Web.Swagger
{
public class LowercaseDocumentFilter : IDocumentFilter
{
public void Apply(SwaggerDocument swaggerDoc, DocumentFilterContext context)
{