orleans icon indicating copy to clipboard operation
orleans copied to clipboard

Keep a copy of Sql Grain persistence for MsOrleans 3.x.x

Open fabrizziocht opened this issue 3 years ago • 2 comments

Hello, the idea is to maintain a copy of the scripts that keeps the PayloadJson and PayloadXml columns for users that still want to use MsOrleans 3.x.x The objective is to use this scripts and include references in MS documentation (https://learn.microsoft.com/en-us/dotnet/orleans/host/configuration-guide/adonet-configuration?source=docs#persistence) to prevent confusion for new devs that cannot use .net7 with MsOrleans 7 yet. Regards, Fabrizzio

Microsoft Reviewers: Open in CodeFlow

fabrizziocht avatar Nov 11 '22 22:11 fabrizziocht

CLA assistant check
All CLA requirements met.

dnfadmin avatar Nov 11 '22 22:11 dnfadmin

Hi @fabrizziocht,

The 3.x scripts continue to live on in the 3.x branch: https://github.com/dotnet/orleans/tree/3.x/src/AdoNet/Shared

Orleans 7 has breaking changes that are incompatible with 3.x on many levels.

ElanHasson avatar Nov 13 '22 04:11 ElanHasson