You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AspNetCore support is provided in the Platibus.AspNetCore package. This package allows for configuration through ConfigurePlatibus on the IServiceCollection and middleware setup through UsePlatibusMiddleware on the IApplicationBuilder. This library provides a .Net Core logging sink as well.
To install, search for and install the package Platibus.AspNetCore in the NuGet package manager or run the following PowerShell command from the NuGet Package Manager Console:
PM> Install-Package Platibus.AspNetCore
The text was updated successfully, but these errors were encountered:
Bummer I can't submit a PR to the wiki because of how it works on GitHub, but I pushed my own fork with the addition here.
https://github.com/tdbrian/PlatibusWiki/blob/master/1.-Installation.md#platibusaspnetcore
Platibus.AspNetCore
AspNetCore support is provided in the
Platibus.AspNetCore
package. This package allows for configuration throughConfigurePlatibus
on the IServiceCollection and middleware setup throughUsePlatibusMiddleware
on the IApplicationBuilder. This library provides a .Net Core logging sink as well.To install, search for and install the package
Platibus.AspNetCore
in the NuGet package manager or run the following PowerShell command from the NuGet Package Manager Console:The text was updated successfully, but these errors were encountered: