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

How to use it with dotnet core console application? #94

Closed
gouhan opened this issue Jan 3, 2019 · 2 comments
Closed

How to use it with dotnet core console application? #94

gouhan opened this issue Jan 3, 2019 · 2 comments

Comments

@gouhan
Copy link

gouhan commented Jan 3, 2019

in the asp.net core application, i can be used with code below:
services.AddEnyimMemcached();

app.UseEnyimMemcached();

how to make it work in console application?

@cnblogs-dudu
Copy link

cnblogs-dudu commented Jan 3, 2019

Via Generic Host, see https://www.cnblogs.com/CoderAyu/p/9564977.html

@gouhan
Copy link
Author

gouhan commented Jan 3, 2019

thanks

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

No branches or pull requests

2 participants