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

Grain Call Filtering: discriminate InterfaceMethod and ImplementationMethod #4216

Merged

Conversation

ReubenBond
Copy link
Member

@ReubenBond ReubenBond commented Mar 14, 2018

Supports #3480

See this comment for context: #3480 (comment)

/// <param name="services">The service collection.</param>
/// <param name="filter">The filter.</param>
/// <returns>The service collection.</returns>
internal static IServiceCollection AddIncomingGrainCallFilter(this IServiceCollection services, IIncomingGrainCallFilter filter)
Copy link

@stephenlautier stephenlautier Mar 16, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please can you change these to public as they are currently not usable (same for the below), even in rc2

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stephenlautier, I'll consider it since this seems to be a popular request. Can you use the methods on ISiloHostBuilder instead?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh oki, wasn't aware there was another way of doing it. My bad misread the Obsolete message and tried to use the internal instead. So its good enough, thanks!

@sergeybykov sergeybykov added this to the 2.0.0 milestone Mar 20, 2018
@sergeybykov sergeybykov merged commit 67d3442 into dotnet:master Mar 20, 2018
@ReubenBond ReubenBond deleted the feature-graincallfilter-by-interface branch March 20, 2018 20:37
@github-actions github-actions bot locked and limited conversation to collaborators Dec 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants