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

Add option to remove all default interceptors #2684

Closed
hikalkan opened this issue Nov 14, 2017 · 2 comments
Closed

Add option to remove all default interceptors #2684

hikalkan opened this issue Nov 14, 2017 · 2 comments
Labels
Milestone

Comments

@hikalkan
Copy link
Member

No description provided.

@hikalkan hikalkan added this to the v3.2 milestone Nov 14, 2017
hikalkan added a commit that referenced this issue Nov 14, 2017
… options.

#2684 Add option to remove all default interceptors.
@cristipufu
Copy link

Hi @hikalkan,

What's the purpose of this option? How can you use the application without the UnitOfWorkInterceptor? I actually want to disable all interceptors and explicitly call/use the UnitOfWork.

Thanks

@hikalkan
Copy link
Member Author

What's the purpose of this option

We use it for Xamarin mobile application, because Xamarin does not support dynamic proxying and throws exception if it's enabled.

How can you use the application without the UnitOfWorkInterceptor

You can do it, no problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants