dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.24k stars 5.89k forks source link

[orleans] Update Service Fabric hosting guidance #32589

Closed ReubenBond closed 1 year ago

ReubenBond commented 1 year ago

Issue description

We need to update the guidance for hosting Orleans applications in Service Fabric. The current guidance here relies on a now-deprecated package. We now recommend that developers integrate with Service Fabric's ICommunicationListener interface using the .NET Generic Host like in this example: https://gist.github.com/ReubenBond/83a08cfdc77d6232f97ec531e377fdc4

Target framework


Associated WorkItem - 44870

IEvangelist commented 1 year ago

Related to dotnet/orleans#8203