Skip to content
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

ORLEANS0010 should not get triggered in case type is a grain implementation #8671

Closed
ledjon-behluli opened this issue Oct 18, 2023 · 1 comment

Comments

@ledjon-behluli
Copy link
Contributor

ORLEANS0010 analyzes:

  • POCOs (class, struct, record, record struct) that have GenerateSerializer applied to them to distinguish from non-orleans types.
  • Interfaces (and their methods which are not static or properties) that extend base grain interfaces.

It should not react to class's which inhertit from Grain or Grain<TState>

@ReubenBond
Copy link
Member

Fixed in #8662

@github-actions github-actions bot locked and limited conversation to collaborators Feb 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants