-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Our extension methods should support fluent syntax. This is default for other libs but we skipped this.
Change all extension methods to return the parameter (IServiceCollection/IApplicationBuilder)
builder.Services
.AddSwaggerGen()
.AddSwaggerAuthentication()
.AddSwaggerVersionedApi();
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels