merken / Prise

A .NET Plugin Framework.
https://merken.github.io/Prise
MIT License
361 stars 39 forks source link

services.AddPrise() middleware seems to be missing in latest .net 6 version release #61

Closed hedronn closed 2 years ago

hedronn commented 2 years ago

Not sure if i am missing something. I am trying to update a 3.1 core project to .net 6 that using the Prise plugin framework. We have upgraded the nuget package to Prise 6.0.0 and the service.AddPrise() middleware method is no longer available. Is there any new documentation on migrating from .net core 3.1 to .net 6 for the Prise nuget package?

merken commented 2 years ago

Hi,

The namespaces have changed, please import Prise.DependencyInjection: using Prise.DependencyInjection;

You might want to catch up on documentation: https://merken.github.io/Prise/#/