We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a01df commit a6b88cbCopy full SHA for a6b88cb
README.mdown
@@ -45,7 +45,7 @@ public class Startup
45
{
46
public void ConfigureServices(IServiceCollection services)
47
48
- services.AddEnyimMemcached(options => Configuration.GetSection("enyimMemcached").Bind(options));
+ services.AddEnyimMemcached(options => Configuration.GetSection("enyimMemcached"));
49
}
50
51
public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory)
0 commit comments