Skip to content

Instantly share code, notes, and snippets.

@neuecc
Created June 3, 2021 16:06
Show Gist options
  • Save neuecc/047e7cb84f946f6c6f83093606fb4313 to your computer and use it in GitHub Desktop.
Save neuecc/047e7cb84f946f6c6f83093606fb4313 to your computer and use it in GitHub Desktop.
using MessagePipe;
using Microsoft.Extensions.DependencyInjection;
Host.CreateDefaultBuilder()
.ConfigureServices((ctx, services) =>
{
services.AddMessagePipe(); // AddMessagePipe(options => { }) for configure options
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment