New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

botbuilder-dialogs-adaptive-runtime-core

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botbuilder-dialogs-adaptive-runtime-core

Bot Framework Adaptive Dialogs runtime core components

  • 4.22.0-dev.preview.20231101.0032ed7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
119K
increased by13.14%
Maintainers
3
Weekly downloads
 
Created

botbuilder-dialogs-adaptive-runtime-core

The runtime core package is an internal only package. The API surface should not be considered public. The package purely serves to provide a small set of shared types and functionality to power the runtime and runtime plugins.

ServiceCollection

ServiceCollection serves as the glue between components that participate in the runtime. Instances or factory functions can be provided. Factory functions can express dependencies on other service instances that are necessary for construction. The dependency graph is then resolved to build instances of every service with a provided instance of factory function.

FAQs

Package last updated on 01 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts