merken / Prise

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

Added support for Generic methods in ReverseProxy #74

Open onederey opened 1 month ago

onederey commented 1 month ago

Tested in our project, convenient for configuration.

public T Get<T>(string key) => InvokeOnHostService<T>(key);