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

Rewrite serialization documentation for Orleans 7.0 #32736

Closed ReubenBond closed 1 year ago

ReubenBond commented 1 year ago

Issue description

Orleans 7.0 replaced the pre-existing serialization framework and the docs now need to be rewritten from scratch to match. For more information, see https://learn.microsoft.com/en-us/dotnet/orleans/whats-new-in-orleans#serialization

The linked section should serve as a basis for the new docs, but it will need to be rewritten to use the right voice, etc.

Ideally, we need to keep the existing 3.x documentation around so that people can continue to refer to it. I don't know how to do that and will need help.

cc @IEvangelist @bradygaster


Associated WorkItem - 46074

IEvangelist commented 1 year ago

Related to https://github.com/dotnet/orleans/issues/8203