添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
飞翔的鸵鸟  ·  Dart 日期时间 DateTime - ...·  1 周前    · 
想出国的豆腐  ·  Build Error on React ...·  3 月前    · 
行走的眼镜  ·  商品价格网·  4 月前    · 
没有腹肌的馒头  ·  elasticsearch ...·  8 月前    · 

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

Per aspnet/DependencyInjection#319 , IServiceCollection.AddInstance was renamed to IServiceCollection.AddSingleton . This brings it inline with the other two AddSingleton extension methods:

serviceCollection.AddInstance(new MyService);
serviceCollection.AddSingleton(new MyService());

Use aspnet/DependencyInjection#332 for further discussion