Closed Kobus-Smit closed 3 years ago
Hi, tnx.
It seems I never manage to get around actually finishing this work, but I'll plan to make a Revenj version which works alongside ASP.NET core + publish all projects on Nuget. I did plan on resolving this issues end of next month.
Thanks for the feedback mate. I'll start upgrading and see how it goes. Minor upgrade... hehehe you are funny! 🤣 Nugets would be great, looking forward to that.
Closing this as I found a gRPC based solution MagicOnion that is similar to how we've used ServiceConsumer in our WCF app.
Example: https://github.com/Kobus-Smit/revenj-examples/tree/master/DotNetCore/netcoreapp3.1/MagicOnion
Regarding point 6, in this above example, Revenj works on Kestrel .NET Core 3.1 but not on Kestrel .NET 5.0, more details in https://github.com/ngs-doo/revenj/issues/162
Hi @zapov
Hope you are well and safe.
app.UseRevenjMiddleware()
to enable Revenj REST API within ASP.NET core.