Extension methods for configuring services and logging used by the CLI application. Registers component calculators, builders, and logging providers.
More...
|
| static IServiceCollection | ConfigureServices (this IServiceCollection services) |
| | Registers the required services for the CLI application, including component standard value calculators, builders, and NLog logging.
|
Extension methods for configuring services and logging used by the CLI application. Registers component calculators, builders, and logging providers.
◆ ConfigureServices()
| IServiceCollection VectoInputManager.Commands.ServiceCollectionExtensions.ConfigureServices |
( |
this IServiceCollection | services | ) |
|
|
inlinestatic |
Registers the required services for the CLI application, including component standard value calculators, builders, and NLog logging.
- Parameters
-
| services | The service collection to configure. |
- Returns
- The same service collection, for chaining.
The documentation for this class was generated from the following file:
- VectoInputManager/Internals/ServiceCollectionExtensions.cs