-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orleans 8.0 compatibility #43
Comments
I had the exact same error in my project. My attempt at migration is in #44 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. |
any update? |
If you create a PR, I will help with the release process |
upgrade to .net 8 would be super ;) |
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. |
Honestly this seems like a must have at this point in time. What exactly needs to be done to make this package compatible with Orleans 8 and .Net 8? |
You are seriously???? |
(I'm not on the Orleans team) OrleansContrib are community contributions that are maintained by the community and not directly by Microsoft. There's actually Redis support in the core Microsoft packages now which seems to have addressed the needs of other .NET 8+ users: Source: https://github.com/dotnet/orleans/tree/main/src/Redis Perhaps the ReadMe for this repository should be updated to prominently call out that it's been replaced by the in-box packages? |
@code-maid please lets stop. First of all, as any OSS project under the MIT license (like this one), there are no warranties, support or guarantees. The code is provided as is. Secondly, as @rkargMsft just mentioned, this is not the main Orleans repository. This whole organization is about contrib projects. If you don't know what it mean, I would suggest you have a look on your favorite search engine but in a nutshell, it means that outside of the main project it relates to, the community makes extensions which are not maintained by the main repository and its contributors. Many projects from this organization eventually may or may not be integrated with the main repository (like many did) but there are no obligations. The fact that the main documentation references this organization doesn't make it an official package on any matter. The fact it has the name Orleans also doesn't meant anything. It could be called "banana.Redis" and would be the same. It is just that people name the projects here as what it relates to. That being said, it is always good to treat people (specially those that we are not paying for) in a healthy way. The project is open source. The problem on this issue is cause by outdated packages. Literally ANYONE with a GitHub account can make a PR with the updated packages and the maintainers will consider and eventually provide feedback or merge it. Contributions are always Wellcome. |
Thanks for the outrage!!! |
AddRedisGrainStorage
exception:The text was updated successfully, but these errors were encountered: