OrleansContrib / Orleans.Sagas

A distributed saga implementation for Orleans
MIT License
150 stars 28 forks source link

Support Orleans 7.0 #56

Closed cecilphillip closed 1 year ago

cecilphillip commented 1 year ago

Changes

cecilphillip commented 1 year ago

@creyke seems like SagaGrain.cs has different line endings than the rest of the code. It's formatted with crlf while the others are lf.

I closed the previous PR and created this one with the mixed endings preserved since the previous was added tons of extra white space.

creyke commented 1 year ago

Thanks for this contribution. There was an expired NuGet key so I had to bump the version again for simplicity. The package is now available at: https://www.nuget.org/packages/Orleans.Sagas/0.0.45-pre

...and apologies for the line ending issue my side - thanks for working round it.