MessagePipe icon indicating copy to clipboard operation
MessagePipe copied to clipboard

Switch to builder style API

Open mayuki opened this issue 2 years ago • 1 comments

This PR changes to Builder pattern like ASP.NET Core. (AddControllers, AddGrpc etc..) This helps to organize the scattered extension methods to IServiceCollection in one place.

Before

image

After

image

mayuki avatar May 22 '23 08:05 mayuki

This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] avatar Nov 19 '23 00:11 github-actions[bot]