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

Naming a parameter "e" for a Task in an IGrain interface causes code gen to fail #451

Closed
jschieck opened this issue May 27, 2015 · 0 comments

Comments

@jschieck
Copy link

Example:

public interface IGlobalEventManager : IGrain
{
        Task AddNewGlobalEvent(IGlobalEvent e);
}

It will generate into something like this, which does not compile

return base.InvokeMethodAsync<object>(-749076116, new object[] {@e is global::Orleans.Grain ? GrainInterfaces.GlobalEventFactory.Cast(@e.AsReference()) : @e} );
@ghost ghost locked as resolved and limited conversation to collaborators Sep 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant