Orleans.Redis icon indicating copy to clipboard operation
Orleans.Redis copied to clipboard

Orleans 8.0 compatibility

Open jaredthirsk opened this issue 1 year ago • 5 comments

AddRedisGrainStorage exception:

System.TypeLoadException: 'Could not load type 'Orleans.Runtime.KeyedServiceExtensions' from assembly 'Orleans.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null'.'

jaredthirsk avatar Jan 08 '24 23:01 jaredthirsk

I had the exact same error in my project.

My attempt at migration is in #44 Tests were run and are green. In my Orleans application, a local .csproj was added instead of the Nuget package and now successfully works on NET8.

However, I have no experience contributing to the Orleans project nor how to update the Nuget bookkeeping. I bumped the package to 8.0.0 and SDK version to 8.0.100. Please give me some hints or fork and add the missing parts to make this into a proper Nuget update to v8.

hendrikdevloed avatar Jan 10 '24 14:01 hendrikdevloed

any update?

scalalang2 avatar Feb 16 '24 07:02 scalalang2

If you create a PR, I will help with the release process

ReubenBond avatar Mar 03 '24 17:03 ReubenBond

upgrade to .net 8 would be super ;)

FabianNet avatar Mar 13 '24 04:03 FabianNet

I got this error too, and it was because bumping to Orleans 8.x (in my case) also required bumping the project to .net8. That fixed the issue.

kzu avatar Jun 14 '24 12:06 kzu